Commit graph

1491 commits

Author SHA1 Message Date
Roy Nieterau
16c5015faa Fix REN-57: Ignore VRayTranslator Settings validator when instances are off 2018-11-10 17:46:31 +01:00
Roy Nieterau
7fcb074351 Assert vraySettings node exists 2018-11-10 17:42:35 +01:00
Roy Nieterau
46936419b6 Fix REN-58: VRay Scene collection fails on masterLayer 2018-11-10 17:42:05 +01:00
Roy Nieterau
b9975d38f2 Fix PLN-194: Add Validator for case where FBX Export fails to export skinning.
This captures the failure case of FBX when mesh is missing in deformer set for a skinCluster, thus the skinning is not exported along with the FBX export.
2018-11-06 10:01:35 +01:00
Roy Nieterau
4b2e9de4c4 Move component variable more local to where it's used. 2018-11-06 09:41:11 +01:00
Roy Nieterau
b767b7b472 Fix PLN-197: Return component assignments with get_shader_assignments_from_shapes 2018-11-06 09:32:18 +01:00
Roy Nieterau
15236a203d
Merge pull request #206 from BigRoy/master
Multiple fixes for Alembic extraction
2018-11-05 21:57:57 +01:00
Roy Nieterau
d21d1bea88 Ignore empty attribute entries in extract_pointcache plug-in 2018-11-05 21:54:12 +01:00
Roy Nieterau
002e612f81 Fix PLN-195: Ignore empty values in list type options in extract_alembic 2018-11-05 21:49:53 +01:00
Roy Nieterau
03f267b716 Fix PLN-196: Pointcache creator attributes in correct order 2018-11-05 21:37:58 +01:00
Roy Nieterau
a64e19cdc1
Merge pull request #205 from BigRoy/PLN-25
PLN-25 Ensure Creator plug-ins in Maya undo in one go.
2018-11-04 14:56:19 +01:00
Roy Nieterau
e8833e207e PLN-25 Ensure Creator plug-ins in Maya undo in one go. 2018-11-04 14:55:20 +01:00
Roy Nieterau
d310b8de1e Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2018-11-01 10:26:56 +01:00
Roy Nieterau
f6a99d835f Force load objExport plug-in at Maya launch 2018-11-01 10:02:01 +01:00
Roy Nieterau
eb79702951 Fix bug on shader context manager (introduced when embedding dependencies) 2018-11-01 10:00:49 +01:00
Roy Nieterau
c0c5e70907 Yeti rig input collection, only search connections to dagNodes 2018-11-01 09:48:16 +01:00
Roy Nieterau
f639a0c83a Only validate mesh shader connections, ignore curves 2018-11-01 09:47:49 +01:00
Roy Nieterau
51c0466f26
Merge pull request #202 from BigRoy/PLN-97
Fix PLN-97 `get_id_required_nodes` correctly preserving filtered inpu…
2018-10-26 18:32:07 +02:00
Wijnand Koreman
e3ce009c60
Merge pull request #204 from aardschok/PLN-156b
Add FPS check to Houdini pipeline
2018-10-26 16:30:35 +02:00
wikoreman
e5f86242a0 Added before_save to function for callback 2018-10-26 16:00:57 +02:00
wikoreman
40d28e3004 Added validate_fps and set fps functions 2018-10-26 16:00:27 +02:00
wikoreman
a186b67d6f Added fps to version data 2018-10-26 15:16:57 +02:00
wikoreman
4fd529aebf Merge branch 'PLN-170' into PLN-156 2018-10-26 15:14:13 +02:00
Roy Nieterau
8daafb20b6 Fix PLN-97 get_id_required_nodes correctly preserving filtered input nodes 2018-10-26 15:04:39 +02:00
wikoreman
fecf960bc8 Added workscene fps collector for Maya 2018-10-26 14:57:55 +02:00
wikoreman
74e4b3b666 Added FPS collector for Houdini 2018-10-26 14:57:40 +02:00
Wijnand Koreman
011702d77d
Merge pull request #201 from aardschok/PLN-170
Collect machine name
2018-10-26 14:10:12 +02:00
wikoreman
8060691cad Add machine to version data 2018-10-26 13:57:27 +02:00
wikoreman
a2f764a5ac Collect machine name, add to context data 2018-10-26 13:57:12 +02:00
Wijnand Koreman
a32af24df4
Merge pull request #200 from aardschok/REN-44c
Update Submit VRay Scene logic
2018-10-24 14:30:08 +02:00
wikoreman
3aeac68808 Added . to extension to ensure regex works when publishing 2018-10-24 14:18:33 +02:00
wikoreman
0ebabdb6f2 Added frames per task 2018-10-24 12:37:53 +02:00
wikoreman
c3c11f63be Added vrscene_render_on to validator 2018-10-24 12:37:25 +02:00
wikoreman
64dd82d08f Updated submit to match MayaBatch job, added framesPerTask, improved job name 2018-10-24 12:35:49 +02:00
Roy Nieterau
4315c4de98
Merge pull request #199 from BigRoy/master
Fix published textures sometimes not being remapped correctly (LKD-17)
2018-10-23 12:51:00 +02:00
Roy Nieterau
b1facf5d37 Fix published textures sometimes not being remapped correctly (LKD-17) 2018-10-23 12:42:31 +02:00
Wijnand Koreman
86f752f9f9
Merge pull request #198 from aardschok/PLN-189
Fixed validator, updated RepairContextAction: context needs to be passed on to repair method
2018-10-22 16:37:20 +02:00
Roy Nieterau
6307006eb5
Merge pull request #195 from BigRoy/PLN-183
Implement FBX extraction+load in Maya (PLN-183)
2018-10-22 15:49:02 +02:00
Roy Nieterau
ef46fa1bcb Pass context along with RepairContextAction and refactor its usage 2018-10-22 14:22:42 +02:00
Roy Nieterau
0b7d166b7c
Merge pull request #197 from BigRoy/PLN-188
Fix PLN-188
2018-10-22 14:13:56 +02:00
wikoreman
2e3dbaf047 Fixed logging issue, return validation result, changed decorator to staticmethod 2018-10-22 12:00:51 +02:00
wikoreman
612445011d Added get_invalid method, improved lookup speed, 2018-10-22 11:59:49 +02:00
Roy Nieterau
07b2546b29
Merge pull request #196 from BigRoy/master
Cleanup Creators, fix Yeti Cache preroll instance key and cosmetics
2018-10-22 11:43:07 +02:00
wikoreman
333a2f5303 Removed check for active as active has been removed from instance 2018-10-22 11:25:29 +02:00
Roy Nieterau
8ae48b7b66 Fix regex (PLN-188) 2018-10-22 11:10:46 +02:00
Roy Nieterau
cee27ac3e4 Use new-style Pyblish instance.data (dict) access and use handles in frame range 2018-10-19 13:10:19 +02:00
Roy Nieterau
9c815635a8 Remove Unused Loader (old deprecated code, superseded by load_alembic) 2018-10-18 22:45:06 +02:00
Roy Nieterau
601004a9a8 Cosmetics 2018-10-18 22:43:38 +02:00
Roy Nieterau
ea86560124 Fix the YetiCache preroll key name so it's actually being picked up :) 2018-10-18 22:40:51 +02:00
Roy Nieterau
9b7fc5302b Remove OrderedDict and force correct order for animation data
- Using a regular `dict` as intermediate type will not force any specific order and thus can have any sorting
2018-10-18 22:40:24 +02:00