Commit graph

69 commits

Author SHA1 Message Date
iLLiCiTiT
cbe5552aa2 Merge branch 'develop' into fix_set_frame_range_loaders 2022-02-26 10:01:39 +01:00
Milan Kolar
8b58c2cc9d
Merge pull request #2445 from BigRoy/maya_py3_compatibility 2022-02-25 16:38:40 +01:00
Ondřej Samohel
3bbd40eb5d
Merge pull request #2709 from BigRoy/maya_host_cleanup
Maya: Remove some unused code
2022-02-22 12:40:41 +01:00
Roy Nieterau
edbd032616 Remove unused import 2022-02-21 21:05:13 +01:00
Roy Nieterau
b52e511a6e Remove more unused code 2022-02-21 21:03:16 +01:00
Ondřej Samohel
4d8afc671c
Merge branch 'develop' into maya_py3_compatibility 2022-02-21 17:30:52 +01:00
Ondřej Samohel
9294a21635
Merge pull request #2759 from BigRoy/maya_fix_unique_namespace_in_namespace
Maya: Fix `unique_namespace` when in an namespace that is empty
2022-02-21 17:06:41 +01:00
Roy Nieterau
b1578dcdd7 Maya: Fix unique_namespace when in an namespace that is empty 2022-02-18 12:22:05 +01:00
Roy Nieterau
d9ccb5e713 Add back _null(*args) because it was used by shelf` 2022-02-13 11:37:42 +01:00
Roy Nieterau
b09629397d Cosmetics 2022-02-13 00:12:35 +01:00
Roy Nieterau
c74f4e6f04 More cleanup 2022-02-13 00:08:28 +01:00
Roy Nieterau
58ac71decb Fix docstring 2022-02-13 00:08:13 +01:00
Roy Nieterau
33e1687120 Remove maya_temp_folder() function - not used in code base 2022-02-13 00:01:06 +01:00
Roy Nieterau
651ac02b3b Remove old unused function 2022-02-12 23:57:47 +01:00
Roy Nieterau
cae76ef920 Remove some unused functions 2022-02-12 23:56:13 +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
Jakub Trllo
9ad09904f4 fix fps validation popup 2022-02-09 17:10:35 +01:00
Ondřej Samohel
d1db49177f
Merge branch 'develop' into maya_py3_compatibility 2022-02-07 17:24:29 +01:00
Jakub Trllo
fb7a616f9e hound fixes 2022-02-03 19:14:08 +01:00
Jakub Trllo
f94f636ff2 moved maya implementation to openpype 2022-02-03 18:44:27 +01:00
Roy Nieterau
c7559b602f Draft to support Color Management v2 preferences in Maya 2022+ 2022-01-25 17:39:36 +01:00
Roy Nieterau
228ae756a9
Merge branch 'develop' into maya_look_containerize_reference_only 2022-01-25 09:20:06 +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
1166d377ff
Merge branch 'develop' into maya_look_containerize_reference_only 2022-01-21 14:04:37 +01:00
Ondřej Samohel
9a8d8db0c0
Merge pull request #2531 from BigRoy/fix_maya_api_lib_namespaced
Maya: namespaced context go back to original namespace when started from inside a namespace
2022-01-21 01:16:13 +01:00
Ondrej Samohel
701b9275a4
Merge remote-tracking branch 'origin/develop' into cosmetics_typos_01 2022-01-21 00:22:17 +01:00
Ondrej Samohel
c88f95fa6f
fix 🐕 2022-01-20 17:18:06 +01:00
Ondrej Samohel
47244a3917
create duplicates 2022-01-20 17:13:21 +01:00
Roy Nieterau
107e2e637e Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
Roy Nieterau
f323ae61f0 Fix namespace not going back to original namespace when started from inside a namespace 2022-01-14 04:13:44 +01:00
Ondřej Samohel
d39ed18ad3
Merge pull request #2506 from BigRoy/maya_lib_attributevalues_fix_empty_string
Fix #2497: reset empty string attributes correctly to "" instead of "None"
2022-01-12 20:03:05 +01:00
Roy Nieterau
767bb4ba0e Refactor more relevant code to use lib.get_container_members 2022-01-09 22:06:12 +01:00
Roy Nieterau
5d2c5d7776 Fix #2497: reset empty string attributes correctly to "" instead of "None" 2022-01-09 20:55:14 +01:00
Roy Nieterau
7bf02646bc Maya: Refactor handles to correctly extract handles with the frame range in export using handleStart and handleEnd as input 2022-01-05 13:38:19 +01:00
Roy Nieterau
6199f6e665 Collect 'fps' animation data only for "review" instances 2022-01-05 10:36:36 +01:00
Roy Nieterau
cb5d3e29ea Remove unused import sys 2022-01-05 02:11:24 +01:00
Roy Nieterau
d3eca27140 Avoid python version check and use from six.moves import zip 2022-01-05 02:07:49 +01:00
Roy Nieterau
7cc0910549 Python 3 compatibility + correctly find maketx.exe on Windows 2021-12-28 18:19:33 +01:00
Roy Nieterau
86771ae01d Optimization: Improve speed slightly more (somehow this is faster in most cases) 2021-12-28 14:34:42 +01:00
Roy Nieterau
b30629866a Improve lib.polyConstraint performance when Select tool is not the active tool context 2021-12-28 14:23:37 +01:00
iLLiCiTiT
e5efaf842b removed imports from avalon vendor and use sys modules 2021-11-25 00:39:22 +01:00
karimmozlia
8d67aa179b hound 2021-11-05 18:04:16 +02:00
karimmozlia
280a2f6879 don't convert colors if it already converted
instance capture preset in second time is getting the already converted color value from first time .. so i just make ignore conversion then
2021-11-05 15:59:43 +02:00
Milan Kolar
ff4f92a688
Merge pull request #2174 from pypeclub/bugfix/OP-1827-Maya-aspect-ratio 2021-11-03 10:44:53 +01:00
Milan Kolar
433c6e83a6
Merge pull request #2170 from pypeclub/feature/OP-1021-maya-colorspace-config 2021-11-03 10:43:39 +01:00
karimmozlia
10e2729237 hound 2021-10-25 14:27:40 +02:00
karimmozlia
d60cd57486 replace maya menu with new command 2021-10-25 14:25:50 +02:00
karimmozlia
69815c6f55 calc deviceAspectRatio and set pixelAspect 2021-10-25 13:56:12 +02:00
karimmozlia
a09689431c hound 2021-10-22 18:26:23 +02:00