Blacklisted Modules & Files
|
Certain Filenames, Modules & Functions have been blacklisted to prevent old version from loading or causing an error.
If a file, module or function with one of the following names is found in your script directory, MARI Extension Pack 3 R2 will fail to load
and will prompt the user to take action.
Blacklisting is done via Variables in __init__.py in your ~\Scripts\ExtensionPack_XvXX\ directory:
- illegalFiles = []
- illegal_Modules[]
- illegal_Func[]
Files:
- bnChanLayer.py (.pyc)
- bnMaskFromSelection.py (.pyc)
- patch_bake.py (.pyc)
- toggle_layer_visibility_lock.py (.pyc)
- ak_unprojectChannelToImageman_v1-ab0cd4.py (.pyc)
- ak_unprojectLayerToImageman_v1-4c13d7.py (.pyc)
- ak_unprojectChannelToImageman_v1.py (.pyc)
- ak_unprojectLayerToImageman_v1.py (.pyc)
- mergeDuplicateLayers.py (.pyc)
- screenshotAllChannels.py (.pyc)
- channel_template.py (.pyc)
- convert_selected_to_paintable.py (.pyc)
- export_image_manager_images.py (.pyc)
- export_selected_channels.py (.pyc)
- export_uv_masks.py (.pyc)
- flatten_selected_channels.py (.pyc)
- layer_visibility.py (.pyc)
Modules:
- import channel_template
- import convert_selected_to_paintable
- import export_image_manager_images
- import export_selected_channels
- import export_uv_masks
- import flatten_selected_channels
- import layer_visibility
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites