Commit graph

863 commits

Author SHA1 Message Date
Roy Nieterau
59818ea30d Remove unused Fusion Comp scripts (discussed with team) 2018-02-22 11:47:06 +01:00
Roy Nieterau
16fac347b2 Cleanup code and improve readability 2018-02-22 11:46:30 +01:00
Roy Nieterau
89720ae3a9 Cleanup code and improve readability 2018-02-22 11:00:54 +01:00
Roy Nieterau
cb89ef29cf Simplify and cleanuo code in 32 bit utility functions in Fusion Comp scripts 2018-02-22 10:49:13 +01:00
Roy Nieterau
ad9ce2fb0d
Merge pull request #3 from aardschok/fusion_integration
Fusion integration
2018-02-21 18:02:55 +01:00
aardschok
6b3e040e65 Removed redundant log message 2018-02-21 17:53:08 +01:00
aardschok
a6430bf5bd Moving main comp scripts to colorbleed config 2018-02-21 17:33:35 +01:00
aardschok
e3ed841103 Introduce rendermode switch tool 2018-02-21 17:32:45 +01:00
aardschok
b2c18cc424 Locking comp when calling render to counter pop up window 2018-02-21 14:52:18 +01:00
aardschok
e8941f059c Removed unneeded log message 2018-02-21 14:51:33 +01:00
aardschok
5b2126f340 Updated families 2018-02-21 14:43:44 +01:00
aardschok
f6bb148afb Updated families 2018-02-21 14:41:54 +01:00
aardschok
d84b1795c7 Updated order to ExtractorOrder 2018-02-21 14:41:30 +01:00
aardschok
c3f7caba82 Changed to Instance plugin, removed targets, changed families, added safety to only run once 2018-02-21 14:39:56 +01:00
aardschok
2faeb6328f Changed plugin to Integrator, removed targets, updated families 2018-02-21 14:38:05 +01:00
aardschok
b3db146a2c Changed family, plugin only for deadline 2018-02-21 14:36:41 +01:00
aardschok
dcf1de53dc Changed targets for family, changed to instance plugin, added safety to run only onces 2018-02-21 14:36:04 +01:00
aardschok
5e4ed0a9e4 added collector for rendermode 2018-02-21 14:34:07 +01:00
aardschok
895d4ab5ed removed setting family based on target 2018-02-21 14:33:12 +01:00
Roy Nieterau
c7bee639ba Change icon so it's more similar to Maya implementation for loaded content 2018-02-21 10:01:41 +01:00
Roy Nieterau
34200f11e8
Merge pull request #2 from aardschok/fusion_integration
Fusion integration
2018-02-20 18:36:45 +01:00
Roy Nieterau
43bb754f42 Error out on KeyError if subset is not in data, because it is required 2018-02-20 18:30:32 +01:00
Roy Nieterau
6c4887a64d Simplify regex logging statement 2018-02-20 18:27:05 +01:00
Roy Nieterau
01ec54651d Cleanup, simplify, fix typos 2018-02-20 18:24:51 +01:00
Roy Nieterau
806c37c742 Remove wrong dot in regex
The dot character in regex matches *any character*. Here it matches one of the digits because the "ext" data already includes the an explicit dot. This passes because the padding is 4 numbers, so [0-9]+ would match the first three and the `.` would match the last number.
2018-02-20 18:15:42 +01:00
Roy Nieterau
062c44b32f Move logic of publish image sequence for local render to the plug-in itself so it runs per instance and requires less logic 2018-02-20 18:08:28 +01:00
Roy Nieterau
06f775458f Remove redundant import os 2018-02-20 17:52:46 +01:00
Roy Nieterau
05523899f4 Remove invalid check on context - doesn't check what is intended 2018-02-20 17:52:16 +01:00
Roy Nieterau
d7ff9156fb Refactor how arguments are passed to subprocess.Popen 2018-02-20 17:51:52 +01:00
Roy Nieterau
2474d2fe78 With now the ext variable defined this makes much more sense to assign ext to ext 2018-02-20 17:43:49 +01:00
aardschok
943ed5922e Merge branch 'fusion_integration' of github.com:BigRoy/colorbleed-config into fusion_integration 2018-02-20 17:34:53 +01:00
aardschok
afb10abe67 Fixed family for fusion publising 2018-02-20 17:29:00 +01:00
aardschok
abb032cbd5 Removed replace function as regex formating has been fixed properly 2018-02-20 17:07:36 +01:00
aardschok
be8fa78195 Fixed issue with escape characters, fixes regex for clique 2018-02-20 17:07:03 +01:00
aardschok
647edea7a8 Added output dir and submitted job to instance.data 2018-02-20 16:29:29 +01:00
aardschok
7f06d8d867 Adding start and endframe to context 2018-02-20 16:28:39 +01:00
Roy Nieterau
fedf9b4e33 Fix classmethod referring to self instead of cls 2018-02-20 16:25:53 +01:00
aardschok
d8693ec433 Added os.makedirs, needed for metadata file 2018-02-20 16:25:36 +01:00
Roy Nieterau
1933a529ac Fix logged error message being incomplete 2018-02-20 16:25:21 +01:00
aardschok
31f8c85d1f Fixed class name of plugin, was clashing with another plugin 2018-02-20 16:24:52 +01:00
Roy Nieterau
a81eae80e0 Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config into fusion_integration 2018-02-20 15:39:32 +01:00
Roy Nieterau
bb13f0da18 Remove non-working FusionLoadAlembicCamera plug-in 2018-02-20 14:59:29 +01:00
aardschok
3ebe8a567c Merge branch 'fusion_integration' of github.com:BigRoy/colorbleed-config into fusion_integration 2018-02-20 14:19:25 +01:00
Roy Nieterau
75b7d63af9 Implement Save scene and increment current file plugins for Fusion 2018-02-20 13:45:30 +01:00
Roy Nieterau
cf1c25f087 Preserve Loader.Reverse correctly when updating 2018-02-20 13:06:58 +01:00
aardschok
787e736281 changed imagesequence to filesequence for target, more generic 2018-02-20 13:01:30 +01:00
aardschok
a23b0bd85b Merge branch 'master' of https://github.com/colorbleed/colorbleed-config into fusion_integration 2018-02-20 12:55:18 +01:00
Wijnand Koreman
e4c8844e74
Merge pull request #89 from aardschok/YETI-0001
Added validator for yeti node's i/o setting
2018-02-16 17:57:50 +01:00
aardschok
b1797f5921 improved get_invalid function 2018-02-16 17:56:25 +01:00
aardschok
e34644e36d added validator for yeti node's i/o setting 2018-02-16 17:46:16 +01:00