Commit graph

1111 commits

Author SHA1 Message Date
wikoreman
fc4ece3ddf using empty string instead of '-' 2018-07-23 14:17:05 +02:00
wikoreman
38726aa624 more explicit check for secondary pool 2018-07-23 12:20:50 +02:00
Wijnand Koreman
e1178f02f5
Merge pull request #127 from aardschok/REN-45
Extend validate render settings plugins
2018-07-23 10:32:09 +02:00
wikoreman
71f22029fd improved plugin, explicit error logging 2018-07-23 10:25:59 +02:00
wikoreman
95760348c6 Updated doc strings 2018-07-23 10:01:56 +02:00
wikoreman
ac9e33f3b6 fixed typos 2018-07-23 09:52:57 +02:00
Roy Nieterau
1278983ce6 Add Fix RenderLayer Missing Referenced Nodes Overrides script to menu 2018-07-21 17:21:44 +02:00
Roy Nieterau
ae55e59f2c
Merge pull request #135 from BigRoy/master
Fix FUS-48 loader offsett not correct and improve filepath check in script
2018-07-21 14:58:08 +02:00
Roy Nieterau
2dfbbeb093 Improve absolute filename check to be explicit
- Also move asset assertion up (micro-optimization)
2018-07-21 14:52:38 +02:00
Roy Nieterau
40640eb598 Fix FUS-48 loader update not offsetting correctly to its frame time upon update/switch 2018-07-21 14:50:58 +02:00
Roy Nieterau
0b7ce68571 Fix bug in code so it actually checks whether path is absolute 2018-07-21 13:21:28 +02:00
Roy Nieterau
3f02eefe1a
Merge pull request #134 from BigRoy/master
Improve log on validate_sequence_frames and fix LKD-22
2018-07-21 00:12:23 +02:00
Roy Nieterau
ce3861dbaa Fix false positives for invalidation on path differences with backslash and frontslash 2018-07-21 00:06:54 +02:00
Roy Nieterau
0db2f87e8e Log frame range mismatch instead of no clear error 2018-07-20 23:34:13 +02:00
Roy Nieterau
aa7bf8c0b9 Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2018-07-20 16:58:50 +02:00
Roy Nieterau
361b41ba54 Remove yetiCache from validate_sequence_frames 2018-07-20 16:58:43 +02:00
Roy Nieterau
86333e2184
Merge pull request #133 from BigRoy/master
Some fixes and readability changes of code
2018-07-20 16:55:18 +02:00
Roy Nieterau
f06b584622
Merge branch 'master' into master 2018-07-20 16:55:08 +02:00
Roy Nieterau
b642d2f60b Fix PLN-143
# Conflicts:
#	colorbleed/maya/plugin.py
2018-07-20 16:51:24 +02:00
Wijnand Koreman
9fed22bac5
Merge pull request #132 from aardschok/REN-47
Add pools to deadline submission
2018-07-19 12:40:33 +02:00
Wijnand Koreman
f7968bb9d1
Merge pull request #131 from aardschok/PLN-137
Implement Extend Frames
2018-07-19 12:40:09 +02:00
wikoreman
b02cb7e3db simplified check for pools 2018-07-19 11:08:15 +02:00
wikoreman
542bbbf32c Revert "added pools options"
This reverts commit 79b8154d1f.
2018-07-18 17:14:32 +02:00
wikoreman
2f054758ea Revert "added support for pools"
This reverts commit 77f1dee3df.
2018-07-18 17:14:28 +02:00
wikoreman
7957e854ca added support for pools 2018-07-18 17:12:54 +02:00
wikoreman
598e1558d2 added pools options 2018-07-18 17:12:36 +02:00
wikoreman
d0931c8613 skip collection if extendFrames is False 2018-07-18 17:00:30 +02:00
wikoreman
77f1dee3df added support for pools 2018-07-18 16:59:52 +02:00
wikoreman
79b8154d1f added pools options 2018-07-18 16:57:00 +02:00
wikoreman
d128e42b48 fixed start frame of resource range 2018-07-18 16:56:33 +02:00
wikoreman
70f249034d fetch asset from instance, removed redundant import 2018-07-18 12:04:31 +02:00
wijnand
f5179dd513 updated keyword 2018-07-12 14:32:59 +02:00
wijnand
f43253c773 added collect and validate aovs for extend logic 2018-07-12 14:26:10 +02:00
wijnand
0cbbed43b1 implemented extend frame logic 2018-07-12 14:24:32 +02:00
wijnand
1d272b86cc ensure override only works when extend frames is True 2018-07-12 14:21:51 +02:00
wijnand
86146f8598 changed attribute for override option 2018-07-12 14:21:00 +02:00
Wijnand Koreman
3e3abea3f8
Merge pull request #130 from aardschok/PLN-141
Fix bug in update
2018-07-10 11:50:23 +02:00
wijnand
57beb4ec73 improved check for sharedRefence node 2018-07-10 11:39:36 +02:00
wijnand
23f8cb59f8 added extendFrames toggle to instance 2018-07-10 11:06:13 +02:00
wijnand
3ffee97501 added extendFrames to options 2018-07-10 09:37:07 +02:00
Wijnand Koreman
f31dc1c4c3
Merge pull request #129 from aardschok/PLN-139
Fixed bug in attribute_values
2018-07-09 17:14:35 +02:00
wijnand
d061a9e7b4 merged with master 2018-07-09 17:09:56 +02:00
wijnand
14d4294608 updated call to attributes_values function 2018-07-09 17:04:02 +02:00
wijnand
252824ff9f added attribute_values contenxtmanager function 2018-07-09 17:02:52 +02:00
Wijnand Koreman
a991208f94
Merge pull request #123 from aardschok/PLN-130
Implement project FPS
2018-07-06 17:51:22 +02:00
wijnand
9a13ee30fe simplified comparison 2018-07-06 15:56:08 +02:00
Wijnand Koreman
fccae0aeee
Merge pull request #128 from aardschok/PLN-112
Add warning dialog for import
2018-07-06 12:02:34 +02:00
wijnand
4738aa1eea end of file 2018-07-06 11:59:08 +02:00
wijnand
7af4debad5 simplified method 2018-07-06 11:58:38 +02:00
wijnand
3703cc5983 updated validator 2018-07-06 11:43:55 +02:00