Commit graph

270 commits

Author SHA1 Message Date
Milan Kolar
8234529813
Merge pull request #2633 from pypeclub/bugfix/maya-vrscene-loader-fixes 2022-03-02 15:30:12 +01:00
iLLiCiTiT
cbe5552aa2 Merge branch 'develop' into fix_set_frame_range_loaders 2022-02-26 10:01:39 +01:00
Ondřej Samohel
4d8afc671c
Merge branch 'develop' into maya_py3_compatibility 2022-02-21 17:30:52 +01:00
Ondřej Samohel
1bd39c9b2d
Merge pull request #2508 from BigRoy/maya_look_containerize_reference_only
Maya: Add only reference node to look family container like with other families
2022-02-18 13:42:13 +01:00
Ondrej Samohel
4a0597bdb2
Merge branch 'develop' into bugfix/maya-vrscene-loader-fixes 2022-02-18 12:38:45 +01:00
Ondřej Samohel
37c40e259c
Merge pull request #2744 from BigRoy/maya_save_on_workfile
Maya: Save current scene on workfile publish
2022-02-17 18:01:34 +01:00
Roy Nieterau
c4c7266529 Move Maya SaveCurrentScene to beginning of ExtractorOrder 2022-02-16 21:41:32 +01:00
Roy Nieterau
e08062b98b Always save scene on Workfile publish 2022-02-16 17:05:25 +01:00
Roy Nieterau
76ef5d9279 Only save scene if current scene is in a modified state 2022-02-16 17:05:07 +01:00
Roy Nieterau
112fda1bba Merge remote-tracking branch 'upstream/develop' into subset_default_to_main
# Conflicts:
#	openpype/hosts/harmony/api/plugin.py
#	openpype/hosts/houdini/api/plugin.py
#	openpype/hosts/maya/api/plugin.py
2022-02-12 10:53:22 +01:00
Roy Nieterau
767537ca05 Merge remote-tracking branch 'upstream/develop' into maya_look_containerize_reference_only
# Conflicts:
#	openpype/hosts/maya/plugins/load/load_look.py
2022-02-12 10:38:13 +01:00
Ondřej Samohel
06709b03da
Merge pull request #2642 from BigRoy/maya_lib_rendersetup_cleanup
Maya: cleanup duplicate rendersetup code
2022-02-11 15:30:31 +01:00
Ondřej Samohel
897ce52ed5
Merge pull request #2680 from pypeclub/enhancement/OP-2607_maya-configurable-validate-units
Maya configurable unit validator
2022-02-11 14:10:13 +01:00
Ondřej Samohel
ba2f9d89b6
Merge pull request #2692 from pypeclub/bugfix/OP-2253_maya-redshift-fixes
Maya Redshift fixes
2022-02-10 19:22:49 +01:00
Ondřej Samohel
806c6d2daf
Merge pull request #2661 from BigRoy/maya_validate_frame_range_settings
Maya: Add Validate Frame Range settings
2022-02-10 17:46:30 +01:00
Ondrej Samohel
5385c32900
fixed aov separator for redshift, validator error message 2022-02-10 15:09:03 +01:00
Ondrej Samohel
36730e38d4
fix redshift prefix, creator options and repair action 2022-02-10 13:29:56 +01:00
Ondřej Samohel
bc355b2279
added km and miles, updated context access 2022-02-09 10:51:53 +01:00
Ondrej Samohel
36ba36f52c
fix messages 2022-02-08 22:54:13 +01:00
Ondrej Samohel
9258793831
add options to plugin 2022-02-08 19:04:43 +01:00
Ondřej Samohel
d1db49177f
Merge branch 'develop' into maya_py3_compatibility 2022-02-07 17:24:29 +01:00
Roy Nieterau
d94a61682b Fix typos, tweak docstring 2022-02-04 19:25:06 +01:00
Jakub Trllo
f94f636ff2 moved maya implementation to openpype 2022-02-03 18:44:27 +01:00
Roy Nieterau
5269510ed9 Create and parent the V-Ray Scene first to transform so that outliner shows VRayScene icon on transform 2022-02-03 13:38:09 +01:00
Roy Nieterau
b0aa53b52c Remove redundant string format 2022-02-03 13:21:42 +01:00
Roy Nieterau
ed2908353d Don't create redundant extra group 2022-02-03 13:21:03 +01:00
Roy Nieterau
6fd4e7cf38 Lock shape nodes 2022-02-03 13:12:56 +01:00
Roy Nieterau
6e52bd77c2 Remove attributes.py and refactor usage to lib_rendersetup.py 2022-02-03 11:49:16 +01:00
Ondrej Samohel
68d3f9ec3e
fix imports 2022-02-02 18:25:38 +01:00
Roy Nieterau
4fb92b6fca Default to "Main" subset name across all hosts
- 'testhost' is not refactored to default to "Main"
2022-02-02 10:25:33 +01:00
Roy Nieterau
88ba3f59b2 Cosmetics + cleanup unused import 2022-01-26 17:33:26 +01:00
Roy Nieterau
5d208d2ac1 Remove docstring that was incorrect - code wasn't actually doing that 2022-01-26 17:10:02 +01:00
Roy Nieterau
9dc0e266d2 Shush the hound - add newline at end of file 2022-01-26 17:07:36 +01:00
Roy Nieterau
58a559fc2c Rely more on update logic from parent ReferenceLoader class - reduce duplicated code 2022-01-26 17:06:55 +01:00
Roy Nieterau
7498fcb1bd Merge branch 'maya_look_containerize_reference_only' of https://github.com/BigRoy/OpenPype into maya_look_containerize_reference_only 2022-01-26 16:44:18 +01:00
Roy Nieterau
5399478cf5 Remove obsolete code that failed to work 2022-01-26 16:43:52 +01:00
Roy Nieterau
4bf2d2a750 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into maya_rig_validate_cycle_errors
 Conflicts:
	openpype/settings/defaults/project_settings/maya.json
	openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json
2022-01-25 15:01:43 +01:00
Ondřej Samohel
4f852b7c74
Merge pull request #2580 from pypeclub/bugfix/OP-2478_vrscene-creator-deadline-fix
`vrscene` creator Deadline webservice URL handling
2022-01-25 14:35:48 +01:00
Roy Nieterau
228ae756a9
Merge branch 'develop' into maya_look_containerize_reference_only 2022-01-25 09:20:06 +01:00
Roy Nieterau
b75cd70cb9 Merge branch 'maya_look_containerize_reference_only' of https://github.com/BigRoy/OpenPype into maya_look_containerize_reference_only 2022-01-25 09:17:40 +01:00
Roy Nieterau
c8d7eb558b Refactor to using correct get_reference_node function 2022-01-25 09:16:39 +01:00
Milan Kolar
cdcc6e0d26
Merge pull request #2544 from pypeclub/feature/OP-2007-Ray-Proxy---load-all-ABC-files-via-proxy 2022-01-24 17:55:24 +01:00
Milan Kolar
bb4158061a
Merge branch 'develop' into feature/OP-2378_maya-to-unreal-static-meshes 2022-01-24 17:52:54 +01:00
Milan Kolar
46bb062b6e
Merge pull request #2486 from BigRoy/maya_remove_unused_fps_attr 2022-01-24 17:41:54 +01:00
Roy Nieterau
40978d7ed4 Clarify logic of falling back to first server url 2022-01-23 14:30:00 +01:00
Ondrej Samohel
ba6452c37e
remove unused imports 2022-01-21 18:15:10 +01:00
Ondrej Samohel
70927e7d33
fixed deadline handling 2022-01-21 17:48:47 +01:00
Ondřej Samohel
64b985b158
Merge pull request #2533 from BigRoy/fix_maya_vdb_loader_for_vray
Maya: Fix Load VDB to V-Ray
2022-01-21 16:57:35 +01:00
Roy Nieterau
1166d377ff
Merge branch 'develop' into maya_look_containerize_reference_only 2022-01-21 14:04:37 +01:00
Milan Kolar
8674523681
Merge pull request #2518 from BigRoy/fix/extract_look_space_filenames 2022-01-21 10:58:34 +01:00