Milan Kolar
4e521445ff
read deadline and muster "enabled" settings in maya render creator
2020-12-21 22:09:59 +01:00
Milan Kolar
4ea02c384e
move deadline plugins to deadline module
2020-12-21 22:08:56 +01:00
Milan Kolar
3c0d97787c
temporarily disable sync from integration
2020-12-21 21:10:15 +01:00
Milan Kolar
067666bbe8
return missing commits from previous 2.x/develop merge
2020-12-21 19:30:20 +01:00
Milan Kolar
0db15c183e
Merge branch '2.x/develop' into develop
2020-12-21 09:23:36 +01:00
Milan Kolar
a3f68c99d6
Merge branch 'master' into 2.x/develop
2020-12-21 09:23:29 +01:00
Milan Kolar
33f96cd010
Merge remote-tracking branch 'origin/2.x/develop' into develop
2020-12-21 09:21:47 +01:00
Toke Stuart Jepsen
637fba0357
Optionally hide image planes from reviews.
2020-12-18 14:54:16 +00:00
Petr Kalis
a8e83d350a
Fix - AE - added explicit cast to int
...
Deadline requires integers only in frames range.
On some environments rounded floats are pushed in, this casts them to int explicitly.
2020-12-18 12:56:54 +01:00
Milan Kolar
be9c4d4841
Revert "Merge remote-tracking branch 'origin/2.x/develop' into develop"
...
This reverts commit b38585243c .
2020-12-18 12:49:28 +01:00
Milan Kolar
b38585243c
Merge remote-tracking branch 'origin/2.x/develop' into develop
2020-12-18 12:47:32 +01:00
Milan Kolar
827eb605a1
Merge pull request #824 from pypeclub/feature/vray-referenced-aovs
...
Maya: handle referenced AOVs for Vray
2020-12-18 09:53:53 +01:00
Milan Kolar
c9e7f24dd5
Merge pull request #795 from pypeclub/dwaa-support-on-master
...
DWAA/DWAB support on windows
2020-12-17 11:00:20 +01:00
Ondrej Samohel
b0992112b4
Merge remote-tracking branch 'origin/develop' into feature/vray-referenced-aovs
2020-12-17 10:28:31 +01:00
Milan Kolar
5d89f0b83c
Merge branch '2.x/develop' into develop
2020-12-16 23:18:33 +01:00
Milan Kolar
3f20b2602d
Merge pull request #695 from simonebarbieri/feature/unreal-support
...
Unreal: animation, layout and setdress updates
2020-12-16 23:17:44 +01:00
Milan Kolar
02ff1d99cc
Merge branch '2.x/develop' into develop
2020-12-16 23:06:39 +01:00
Milan Kolar
50dda03248
Merge pull request #831 from pypeclub/bugfix/maya-deadline-access-shared-violation
...
Maya: Deadline submitter - shared data access violation
2020-12-16 23:04:50 +01:00
Milan Kolar
f1f82fb0ce
Merge branch 'master' into develop
2020-12-16 22:22:38 +01:00
Milan Kolar
639efb674f
Merge pull request #816 from pypeclub/feature/self_contained_tvpaint
...
Self contained tvpaint
2020-12-16 22:08:13 +01:00
Milan Kolar
a2671b57e9
Merge branch 'develop' into 3.0/fix_sync_server_settings
2020-12-16 21:31:38 +01:00
Ondrej Samohel
3b4002e9e4
fix shared data access violation, check for oiio
2020-12-16 20:26:45 +01:00
Ondrej Samohel
183058a6c4
shut the hound up
2020-12-16 18:46:41 +01:00
Ondrej Samohel
6fb3cfafdd
repair action for validator, skip unwanted referenced aovs
2020-12-16 18:44:04 +01:00
Ondřej Samohel
5e8aca606c
better check for referenced AOVs
2020-12-15 19:09:05 +01:00
Ondřej Samohel
86ff90dad7
handle referenced AOVs
2020-12-15 18:58:52 +01:00
iLLiCiTiT
750c723186
fix of loading "muster" key
2020-12-15 13:11:13 +01:00
Petr Kalis
589b9afc53
Implemente Module Manager
...
Reworked key value to 'sync_server' according to new configuration
2020-12-15 11:49:42 +01:00
iLLiCiTiT
333c204e54
tvpaint plugins moved to tvpaint host
2020-12-14 18:52:26 +01:00
Petr Kalis
2ca672b7b7
Hound
2020-12-11 22:06:53 +01:00
Petr Kalis
7d9a7c4625
Rework oiio_supported - return only boolean
...
Removed multipartExr part, not implemented yet, nothing to do with DWAA
Try catch added temporarily to maximalize chance to finish publish,
possible failures beause of DWAA and no oiio results in log and empty
result, not an exception and hard fail.
2020-12-11 21:59:57 +01:00
iLLiCiTiT
7540e5d393
add repair action to tvpaint collector
2020-12-11 14:42:13 +01:00
iLLiCiTiT
04da60da6f
imlemented action that check and reset invalid metadata key
2020-12-11 14:42:01 +01:00
Ondřej Samohel
aec53f4d80
fix palette and image sequence loader
2020-12-11 12:32:15 +01:00
Petr Kalis
29763581e9
Fix schema, standardize to 'Sync Server' as a key for now
...
Handled system wide disabling in integrate_new
2020-12-10 19:02:00 +01:00
Petr Kalis
ea5560c3f2
Fail hard if no config for sync server is present in project settings
2020-12-10 11:57:20 +01:00
Petr Kalis
f941917dab
Sync Server - fixed usage of settings
...
Updated integrate_new.py
Updated documentation
2020-12-10 11:57:19 +01:00
Jakub Jezek
b74dc3a7a7
fix(global): two types on repre["files"] support and better exception
...
oiio_supported didn't test path existence
2020-12-09 10:07:18 +01:00
Petr Kalis
52feeabb44
DWAA support
...
Redo of PR on 'master'
2020-12-08 17:47:13 +01:00
iLLiCiTiT
d44d63cdc0
Merge branch 'develop' into 3.0/refactoring
2020-12-07 15:46:41 +01:00
Milan Kolar
f9a0a72b3a
validate ftrack attributes from settings
2020-12-04 23:52:47 +01:00
Milan Kolar
c8889b712b
nuke validateKnobs from settings
2020-12-04 23:52:18 +01:00
Milan Kolar
75339ffbdc
Merge pull request #789 from pypeclub/feature/use_app_manager_in_collector
...
Use app manager in context collector
2020-12-04 22:36:46 +01:00
unknown
27e360a06e
Merge branch 'release/2.14.2' into develop
2020-12-04 21:21:21 +01:00
Petr Kalis
c1133a9b6d
Fix - json metadata and rendered files should be in same folder
2020-12-04 18:50:40 +01:00
Milan Kolar
fc63fcfc5c
remove legacy extract burnin
2020-12-04 18:28:08 +01:00
iLLiCiTiT
37f6aa8962
CollectAnatomyContextData plugin is using ApplicationManager to get app name for templates
2020-12-04 18:25:59 +01:00
Milan Kolar
34c598835f
validate custom attributes from settings and creator tweak
2020-12-04 18:09:20 +01:00
Milan Kolar
4a300e0b08
maya uses settings from context instead of presets
2020-12-04 18:08:12 +01:00
iLLiCiTiT
ad3445be0c
get rid of pypeapp imports
2020-12-04 16:44:25 +01:00