ayon-core/openpype/hosts
Sponge96 8de85e94a7
3dsmax: Refactored publish plugins to use proper implementation of pymxs (#4988)
* refactor: rt.execute(saveNodes) replaces with pymxs function

- changed the function to no longer use the selection and instead feed it the nodes directly from get_all_children function.
- removed maintained_seclection() as we're no longer overriding the selection of the Max scene.
- black also used to format.

* refactor: replaced rt.export string with proper pymxs implementation

- black used for formatting
- moved the general flow around as each function call is now seperate instead of large string

* refactor: replaced rt.execute with pymxs implementation

* refactor: replaced rt.execute with proper pymxs

* refactor: replaced rt.execute where possible

* fix: pymxs terrible argument handling

- noPrompt doesn't seem to work unless you call rt.name and is also positional
- using doesn't work as a string you need to feed it the actual rt object

* fix: exportFile to use correct arguments

* fix: rt.exportfile args

* fix: exportfile args

* refactor: replaced rt.execute with proper function

* refactor: removed use of rt.execute and replaced with pymxs

* refactor: removed configs from maintained_selection() block

* refactor: updated black to be 79 charlines
2023-05-19 17:15:09 +02:00
..
aftereffects OP-5714 - allow returning stub with not saved workfile (#4984) 2023-05-18 10:59:13 +02:00
blender Fix abc loading in Blender 2023-05-17 14:58:10 +01:00
celaction Merge develop 2023-03-29 14:46:41 +02:00
flame Just some grammar tweaks 2023-03-30 13:59:22 +02:00
fusion Merge branch 'develop' into enhancement/OP-5548_Fusion-saver-settings 2023-05-15 21:24:56 +02:00
harmony Handle Harmony zip files with deeper structure (#4782) 2023-04-05 16:59:27 +02:00
hiero Merge remote-tracking branch 'upstream/develop' into refactor/maya_collect_review_cleanup 2023-03-31 00:08:32 +02:00
houdini Merge pull request #4829 from BigRoy/bugfix/houdini_shelve_tools 2023-05-11 11:01:57 +02:00
max 3dsmax: Refactored publish plugins to use proper implementation of pymxs (#4988) 2023-05-19 17:15:09 +02:00
maya Merge pull request #4877 from quadproduction/347-fix-studio-openpype-animation-instance-doesn-t-have-the-right-subset-name-when-created-with 2023-05-18 12:30:59 +02:00
nuke Bugfix/frame variable fix (#4978) 2023-05-17 14:14:26 +02:00
photoshop Photoshop: add autocreators for review and flat image (#4871) 2023-05-02 11:19:50 +02:00
resolve Hound 2023-03-30 22:43:40 +02:00
standalonepublisher Global: Optimize anatomy formatting by only formatting used templates instead (#4784) 2023-04-17 14:53:15 +02:00
substancepainter Implement output template extensions override 2023-04-24 15:34:15 +02:00
traypublisher implemented collector for review instances to fix extract review issues (#4891) 2023-04-21 15:18:41 +02:00
tvpaint add review tag to output of extract sequence if instance is marked for review (#4843) 2023-04-13 18:42:50 +02:00
unreal Unreal: Addon Py2 compatibility (#4994) 2023-05-19 17:13:53 +02:00
webpublisher Just some grammar tweaks 2023-03-30 13:59:22 +02:00
__init__.py