Commit graph

1464 commits

Author SHA1 Message Date
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
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
Roy Nieterau
3224208a6b Remove redundant OrderedDict() since it's implemented in avalon core 2018-10-18 22:37:52 +02:00
Roy Nieterau
d5a8bafeae
Merge pull request #192 from aardschok/PLN-80
Add attribute control for point cache
2018-10-18 22:27:45 +02:00
Roy Nieterau
5e036d1938
Merge pull request #194 from aardschok/PLN-182
Added GenerateUUIDsOnInvalidAction to plugin
2018-10-18 22:20:02 +02:00
Roy Nieterau
3ce3d9e8aa Add FBXExportCameras option with "cameras" boolean key, default False 2018-10-18 22:14:29 +02:00
Roy Nieterau
90e17109bc Implement first working version for FBX extraction (PLN-183) 2018-10-18 18:24:09 +02:00
wikoreman
e7e2afa897 Added GenerateUUIDsOnInvalidAction to plugin 2018-10-18 18:04:32 +02:00
Wijnand Koreman
6d3b60fa45
Merge pull request #193 from aardschok/REN-44b
Patch for breaking validator
2018-10-18 14:11:10 +02:00
wikoreman
836990b04a Remove active, mirror behavious from renderglobals 2018-10-18 11:10:06 +02:00
wikoreman
dd3b17fc9d Removed get camera logic 2018-10-18 10:55:18 +02:00
wikoreman
dc2477cbeb Updated doctstrings 2018-10-18 10:53:52 +02:00
wikoreman
36cb9358e7 Get single camera from cameras in instance 2018-10-18 10:53:41 +02:00
wikoreman
922c7159a5 Removed %04d, vray handles this on its own 2018-10-18 10:53:09 +02:00
wikoreman
91d43e0774 Added back get_invalid method 2018-10-18 10:44:01 +02:00
wikoreman
4ae1f2f481 Extended comments 2018-10-18 10:43:16 +02:00
wikoreman
1b515188fc Added log message 2018-10-18 10:42:52 +02:00
wikoreman
34009e6750 Added empty string fallback to counter NoneType error 2018-10-18 10:10:53 +02:00
wikoreman
95174b07a6 Added check for vrayscene instances 2018-10-18 10:08:55 +02:00
wikoreman
8201c0f62f Removed debug log 2018-10-18 10:08:20 +02:00
wikoreman
a473890e36 Simplified validator 2018-10-18 10:06:33 +02:00
wikoreman
9f73077013 Added collector for renderable cameras for render layers 2018-10-18 10:06:10 +02:00
Wijnand Koreman
3db1b2ff2b
Merge pull request #150 from aardschok/REN-44b
Submit .vrscene to Deadline
2018-10-17 12:49:37 +02:00
wikoreman
e88c32e021 Renamed module and class for clearity 2018-10-17 12:36:39 +02:00
wikoreman
0b8f0d33de Added vrayscene family to validator 2018-10-17 12:36:15 +02:00
wikoreman
286b7ffd1e Merge branch 'master' into REN-44b 2018-10-17 11:40:25 +02:00
wikoreman
576b905aa9 Add attribute and attribute Prefix support for pointcache 2018-10-16 12:17:56 +02:00
wikoreman
1473e54796 Removed cbId, made mandatory during export 2018-10-16 12:09:17 +02:00
wikoreman
721cfca954 Force add cbId, mandatory attribute 2018-10-16 12:07:49 +02:00