Commit graph

605 commits

Author SHA1 Message Date
Roy Nieterau
ff91c48c08
Merge pull request #51 from aardschok/LKD-0009
Update `context.empty_sets`
2017-11-22 11:02:13 +01:00
aardschok
6d396243a6 added force flag to cut all connections to objectset / vray sets 2017-11-22 09:59:39 +01:00
Roy Nieterau
64a07d2fc0 Add "Explore current scene.." script to menu 2017-11-20 13:43:50 +01:00
Roy Nieterau
b31d4a3e3f Remove reference edits UI script because it's not implemented 2017-11-20 12:05:39 +01:00
Roy Nieterau
7069880f54 Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2017-11-20 11:48:47 +01:00
Roy Nieterau
a8b8a513b1 Reorder cleanup scripts and add "remove unused looks" 2017-11-20 11:46:43 +01:00
Roy Nieterau
332d57753d
Merge pull request #50 from BigRoy/master
Implement SET-3: allow switching between loader for a namespace
2017-11-15 17:35:03 +01:00
Roy Nieterau
b18eb9a09b Implement SET-3: allow switching between loader for a namespaces (it will lose local edits during update)
- Also fix warning being locked when `unlocked` context manager couldn't find a node by id anymore (those from the alembic hierarchy being replaced - now it will also try to search by full dag path. This should still be improved later.
2017-11-15 16:55:33 +01:00
Roy Nieterau
9889ef39ba Include template in logged message 2017-11-15 10:53:20 +01:00
Roy Nieterau
684fc0cdf0
Merge pull request #49 from BigRoy/master
Implement automatic context switch on Maya scene open and scene save
2017-11-15 10:28:02 +01:00
Roy Nieterau
b541694bf6 Refactor update context to update task 2017-11-14 15:50:44 +01:00
Roy Nieterau
07590abc3c Implement automatic context switch on Maya scene open and scene save
This requires: https://github.com/getavalon/core/pull/300
2017-11-13 21:57:51 +01:00
Roy Nieterau
8489385306
Merge pull request #48 from BigRoy/master
Use `loaders_from_representation` from avalon.api
2017-11-10 16:44:19 +01:00
Roy Nieterau
c9a706fc5b Use loaders_from_representation from avalon.api 2017-11-10 16:26:43 +01:00
Wijnand Koreman
760730ce4c
Merge pull request #47 from aardschok/SET-0004
Improved collect_setdress
2017-11-10 14:12:00 +01:00
aardschok
b9206470a8 added check for no root nodes 2017-11-10 14:03:34 +01:00
Wijnand Koreman
8d2e42eaad
Merge pull request #46 from aardschok/REN-0010
Changed behaviour when renderglobals node is not present
2017-11-09 16:22:56 +01:00
aardschok
427c3da91a replaced RuntimeError with info.log and return 2017-11-09 16:19:11 +01:00
Wijnand Koreman
3d080ec7d2
Merge pull request #44 from aardschok/REN-0010
Implementation RenderGlobals
2017-11-09 15:21:33 +01:00
Wijnand Koreman
cc72cf6119
Merge pull request #45 from aardschok/298
Implementation of active instance for Pyblish
2017-11-09 15:20:55 +01:00
aardschok
c513e1d6d5 remove active from data dict 2017-11-09 15:03:25 +01:00
aardschok
3e87af2850 removed debug print 2017-11-09 14:21:29 +01:00
aardschok
31f7242cd9 refactored translator methond to parse_options 2017-11-09 14:20:39 +01:00
aardschok
34ad135af7 translating active to publish due to Pyblish logic 2017-11-09 12:56:49 +01:00
Roy Nieterau
182522103a Add repair faulty containers script to menu.json 2017-11-09 12:33:37 +01:00
aardschok
8c15c38c9f removed unused import 2017-11-09 11:45:00 +01:00
aardschok
143626d240 removed frame attribute from instance, add locking of machinelist attr 2017-11-09 11:44:25 +01:00
aardschok
61c0fa4983 removed debug pprint 2017-11-09 11:24:09 +01:00
aardschok
4ffa72ae65 removed frames from renderGlobals 2017-11-09 11:20:48 +01:00
Roy Nieterau
ff40ebaf71 Fix is_latest check 2017-11-09 10:58:54 +01:00
aardschok
4f44fe2546 added DL submission settigns UI 2017-11-08 18:00:42 +01:00
aardschok
b8081925d0 removed if statement, not needed 2017-11-08 16:51:24 +01:00
aardschok
a680686fad removed attributes, when processing check for existing node of the same name 2017-11-08 16:42:24 +01:00
aardschok
0520b6a03f check for render global not before collecting layers, simplified code 2017-11-08 16:41:31 +01:00
aardschok
8cdff65169 added check, renderglobals must be present to collect renderlayers 2017-11-08 15:40:40 +01:00
aardschok
8d3935b09c added renderglobals controller 2017-11-08 14:38:45 +01:00
aardschok
6fc1ec413b added render globals to control job submittions 2017-11-08 14:37:49 +01:00
aardschok
c3580630b0 updated submit to support initialstatus for job 2017-11-08 14:36:57 +01:00
aardschok
dc79affaa8 Merge branch 'master' of https://github.com/colorbleed/colorbleed-config into REN-0010 2017-11-07 14:08:05 +01:00
Roy Nieterau
0de3d83aa6
Merge pull request #41 from BigRoy/PLN-0010
Implement draft version for PLN-10: notify outdated containers w/ pop-up
2017-11-07 14:06:51 +01:00
Roy Nieterau
1d63e91095
Merge pull request #42 from BigRoy/master
Implement improved logging for `lib.apply_shaders` and cosmetics (PEP08)
2017-11-07 13:55:28 +01:00
Wijnand Koreman
822e9b863d
Merge pull request #43 from aardschok/LKD-0008
Improve Validate Unique ID logic
2017-11-07 13:49:00 +01:00
Roy Nieterau
107c5d0129 Fix collect_instances also including intermediate objects, now only non-intermediate nodes are included 2017-11-07 13:44:17 +01:00
aardschok
e62d3748cc removed redundant check, cosmetics 2017-11-07 12:54:09 +01:00
aardschok
24c75a6797 comsetics 2017-11-07 12:36:21 +01:00
aardschok
dc11637c3a removed invalid_dict method, simplified get_invalid method 2017-11-07 12:22:51 +01:00
aardschok
9cb1ea8430 added shadingEngines to instance list 2017-11-07 12:22:04 +01:00
aardschok
4d25408152 refactored regenerate IDs to match new logic 2017-11-07 12:21:45 +01:00
Roy Nieterau
4660a1d774 Implement improved logging for lib.apply_shaders and cosmetics (PEP08) 2017-11-07 11:16:34 +01:00
aardschok
f27f986360 renderlayer settings creator 2017-11-07 10:39:02 +01:00