lib
maintained_selection()
Maintain selection during context.
Source code in client/ayon_photoshop/api/lib.py
70 71 72 73 74 75 76 77 |
|
maintained_visibility(layers=None)
Maintain visibility during context.
Source code in client/ayon_photoshop/api/lib.py
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
|
publish_in_test(log, close_plugin_name=None)
Loops through all plugins, logs to console. Used for tests. Args: log (Logger) close_plugin_name (Optional[str]): Name of plugin with responsibility to close application.
Source code in client/ayon_photoshop/api/lib.py
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
|