Commit graph

45126 commits

Author SHA1 Message Date
Roy Nieterau
44f935b24b Fix PLN-89: UDIM textures nog working after publish because set with computed file pattern instead of source pattern. 2018-02-27 12:49:50 +01:00
Roy Nieterau
44c5f8ae1a Fix REN-34: Support Yeti fur in Deadline submitted Redshift renders 2018-02-27 10:24:34 +01:00
Roy Nieterau
a4bad8afcf Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2018-02-22 16:24:10 +01:00
Roy Nieterau
b519f275bd Fix error on disconnected_attribute context manager 2018-02-22 16:23:58 +01:00
Roy Nieterau
4835f8e9a5
Merge pull request #90 from BigRoy/fusion_integration
Fusion integration
2018-02-22 16:14:12 +01:00
Roy Nieterau
a20fdcffc7 Refactor to InstancePlugin over deprecated Integrator class. 2018-02-22 16:09:59 +01:00
Roy Nieterau
1ca08e2641 Don't publish image sequence if Render Local failed 2018-02-22 16:09:36 +01:00
Roy Nieterau
2f568e4b5f Refactor extractor to simpler name, Render Local 2018-02-22 16:07:59 +01:00
Roy Nieterau
9365eb42f1 Refactor create saver to more explicit create tiff saver.py 2018-02-22 15:59:40 +01:00
Roy Nieterau
9f9dd8c3e1 Remove Fusion Version Up comp script - fusion already has this (Ctrl + Shift + S) 2018-02-22 15:54:07 +01:00
Roy Nieterau
0868ebbfe9 Add ValidateSaverHasInput for Fusion savers 2018-02-22 15:36:12 +01:00
Roy Nieterau
ea43b45176 Remove comp name being in title, because it wasn't actually shown anyway (because comp update was removing it, hehe) 2018-02-22 12:40:54 +01:00
Roy Nieterau
303b3bdb28 Fix correct updating of information, fix updating of comp information, apply Avalon stylesheet to tool, print into the Comp that's set in the tool. 2018-02-22 12:38:08 +01:00
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