lib
maintained_selection()
Maintain selection during context.
Source code in client/ayon_photoshop/api/lib.py
76 77 78 79 80 81 82 83 | |
maintained_visibility(layers=None)
Maintain visibility during context.
Source code in client/ayon_photoshop/api/lib.py
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | |
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
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | |