Commit graph

459 commits

Author SHA1 Message Date
aardschok
d63a75fdeb improved method of getting illegal transform node 2017-10-23 17:58:16 +02:00
aardschok
721ef1edc8 changed argument names back to mathematical names 2017-10-23 17:57:32 +02:00
aardschok
722a1b5015 added maya.lib import 2017-10-23 17:57:00 +02:00
aardschok
8f80d7405d add transform check for valid transformations 2017-10-23 16:27:47 +02:00
aardschok
571beb6c40 added matrix to maya.lib 2017-10-23 16:27:19 +02:00
aardschok
bc85f19fcb resolved conflit 2017-10-23 15:40:19 +02:00
Wijnand Koreman
ce0f0ae6a9 Merge pull request #19 from aardschok/PLN-0003
Setdress
2017-10-23 13:02:17 +02:00
aardschok
96e3e04e6c added unlocked context manager for update 2017-10-23 12:51:58 +02:00
aardschok
26f4c22bc9 updated docstrings 2017-10-23 12:32:34 +02:00
aardschok
cf5a0cc8ce moved import of avalon api to the top 2017-10-23 12:25:21 +02:00
aardschok
133524880e added warning for gpu caches, no full support yet 2017-10-23 12:24:57 +02:00
aardschok
e30d14bc4d added support for ither model types 2017-10-23 11:34:07 +02:00
aardschok
7197049643 fixed bug in representation reqeust 2017-10-23 11:15:59 +02:00
aardschok
cb4e0323ef removed old logic for get representation 2017-10-23 10:51:12 +02:00
aardschok
cf24e3978f now selects only hierarchy nodes from collect_setdress 2017-10-23 10:28:23 +02:00
aardschok
ec6c3f9dd4 clean up 2017-10-23 10:14:49 +02:00
aardschok
8a516e7bb9 cleaned code, removed line 2017-10-23 10:09:27 +02:00
Wijnand Koreman
48d68e5b14 Merge pull request #1 from BigRoy/dev
Dev
2017-10-23 10:01:46 +02:00
Roy Nieterau
0f0479490e Fix generate uuid action so it uses pipeline methods and applies the ids as required by the instance.data['asset'] (instead of current context asset) 2017-10-22 00:34:27 +02:00
Roy Nieterau
4396ec06ba Implement PLN-22 2017-10-22 00:05:52 +02:00
Roy Nieterau
c77f305269 Add icons and cleanup docstrings 2017-10-21 23:52:46 +02:00
Roy Nieterau
6905534738 Improve logging order and log warning when instance is empty 2017-10-21 16:31:55 +02:00
Roy Nieterau
0057e5ed1a Fix issue where overrides on instance would add a new one on update, support parenting into hierarchy more solidly, support parenting during update when root is parented to something. 2017-10-21 16:23:46 +02:00
Roy Nieterau
a0dced9981 Remove debugging print statement 2017-10-21 12:25:36 +02:00
Roy Nieterau
2ab4d0bdc2 Fix setdress api and implement load, update, remove correctly on SetDressLoader 2017-10-21 12:06:27 +02:00
Roy Nieterau
2b4d1a4ad7 Simplify ModelLoader logic 2017-10-21 12:05:35 +02:00
Roy Nieterau
1ca84cb94a Refactor loaders 2017-10-21 12:05:16 +02:00
Roy Nieterau
8449e10244 Refactor host.update and host.remove to api.update and api.remove 2017-10-21 09:32:04 +02:00
Roy Nieterau
76a6ce4ce6 Remove unused import 2017-10-21 09:29:57 +02:00
Roy Nieterau
758b4a116f Move setdress_api.py so it can be loaded automatically 2017-10-21 09:26:20 +02:00
Roy Nieterau
cf3c009001 Merge branch 'PLN-0003' of https://github.com/aardschok/colorbleed-config into dev
Conflicts:
	colorbleed/plugins/maya/load/load_animation.py
	colorbleed/plugins/maya/load/load_model.py
2017-10-21 09:25:35 +02:00
Roy Nieterau
88ff47311e Implement gpuCache loader prototype 2017-10-20 18:32:13 +02:00
aardschok
e7f7efad8c initial commit for ns validator 2017-10-20 18:12:38 +02:00
aardschok
3b9f78ea5c removed enumerate, unused 2017-10-20 18:12:06 +02:00
aardschok
afae0fa893 removed site.addsitedir, use import instead 2017-10-20 18:11:35 +02:00
aardschok
f5eddfbfaf fixed wrong key 2017-10-20 18:11:06 +02:00
aardschok
e6de792519 added validator and setdress api 2017-10-20 18:10:24 +02:00
Roy Nieterau
fcd0498f7c Implement #195 2017-10-20 17:35:49 +02:00
aardschok
a21ee37975 replaced os.environ lookups with session 2017-10-20 16:40:32 +02:00
aardschok
09f55ccf83 changed hierarchy key to parent 2017-10-20 14:31:44 +02:00
aardschok
fa935a923f added new set dress loader 2017-10-20 14:31:21 +02:00
aardschok
f0a0bf19d9 Merge branch 'master' into PLN-0003 2017-10-19 12:13:01 +02:00
Wijnand Koreman
a294b6ca62 Merge pull request #18 from aardschok/REN-0004
Add safety logic for rendering, improved internal logic with render attributes
2017-10-19 12:07:35 +02:00
aardschok
3a90dc8561 fixed fallback logic and comsmetics 2017-10-19 12:04:46 +02:00
aardschok
b348277115 cosmetics 2017-10-19 12:02:17 +02:00
aardschok
db855c1348 using render constants from lib, add arg to get_renderer_variables 2017-10-19 11:45:34 +02:00
aardschok
1cee730df7 changed getAttr approach to use render attr constants 2017-10-19 11:44:21 +02:00
aardschok
5b006efcbe added render attribute constants 2017-10-19 11:43:33 +02:00
aardschok
9302cd93cf label change 2017-10-19 11:10:40 +02:00
aardschok
11c41b4e9e label change and order change 2017-10-19 11:10:25 +02:00