aardschok
c3f941281f
Merge branch 'yeti' of github.com:BigRoy/colorbleed-config into PLN-0053
2017-11-29 10:45:42 +01:00
Roy Nieterau
0b853ef111
Implement temporary workaround for yeti in deadline submission
2017-11-29 10:37:39 +01:00
aardschok
d3565e0433
fixed publishers and loaders, added validator and load rig
2017-11-28 19:07:27 +01:00
Wijnand Koreman
91575fefc4
Merge pull request #54 from aardschok/REN-0023
...
Fix REN-23
2017-11-28 11:29:52 +01:00
aardschok
409e177606
filtered out referenced renderlayers
2017-11-28 11:24:55 +01:00
aardschok
4c4fba479b
splitting and improving logic
2017-11-28 11:00:19 +01:00
aardschok
ba8b414099
added check for Yeti being loaded
2017-11-28 10:59:56 +01:00
Roy Nieterau
245462801d
Merge pull request #53 from BigRoy/master
...
Implement RIG-3 and other fixes/cleanup
2017-11-24 17:11:24 +01:00
Roy Nieterau
b57b1ce02a
Cosmetics, move class constants actually to top
2017-11-24 16:50:00 +01:00
Roy Nieterau
9015820c36
On repair first remove incoming connections (if any) and then reset values afterwards so they can actually be set.
2017-11-24 16:49:10 +01:00
Roy Nieterau
279c4bb5e1
Improve log message
2017-11-24 16:04:03 +01:00
Roy Nieterau
b330653f9d
Refactor validate rig controllers to check explicitly for non-default attribute values and incoming connections for unlocked attributes
2017-11-24 14:36:46 +01:00
Roy Nieterau
074836050d
Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config
2017-11-24 14:36:19 +01:00
Wijnand Koreman
78c777dc48
Merge pull request #52 from aardschok/PLN-0045
...
Menu update
2017-11-22 15:39:18 +01:00
aardschok
6305fa37bf
removed assign default action
2017-11-22 15:35:35 +01:00
aardschok
d06b1b531a
updated menu entry
2017-11-22 15:34:13 +01:00
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
49e309875a
Fix getPanel command returning None in batch mode
2017-11-20 22:39:34 +01:00
Roy Nieterau
eb82abcc72
Skip internal sets from maya.cmds.listSets (fix no object matches name) and change list constants to set constants
2017-11-20 21:45:51 +01:00
Roy Nieterau
149fcf9914
Fix resetPolySelectConstraint being available in mel in batch mode
2017-11-20 20:48:37 +01:00
Roy Nieterau
12c183744b
Simplify class name (remove old Mindbender prefix)
2017-11-20 17:27:36 +01:00
Roy Nieterau
6f5bd560a7
Fix collections import
2017-11-20 16:49:19 +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