Commit graph

2088 commits

Author SHA1 Message Date
Jakub Trllo
228533fcbe Read collecting 2019-01-02 11:07:16 +01:00
Roy Nieterau
ad3ef0a641
Merge pull request #221 from BigRoy/PLN-74
Add Work Files app as icon in toolbar in Maya
2018-12-31 12:03:47 +01:00
Roy Nieterau
a6c6b1ee2d Add Work Files app as icon in toolbar in Maya 2018-12-31 12:03:08 +01:00
Roy Nieterau
fa11bb55cd Refactor class name (fix typo) 2018-12-21 23:29:49 +01:00
Roy Nieterau
3e2b506cf3 Implement Alembic Camera extraction in Houdini - the right way 2018-12-21 23:25:15 +01:00
Roy Nieterau
c33e1274f3 Fix docstring typo 2018-12-21 22:32:48 +01:00
Roy Nieterau
7098df26e7 Cosmetics typo 2018-12-21 22:24:44 +01:00
Roy Nieterau
d8bcf279c2 Add docstring to Houdini Creators 2018-12-21 22:22:38 +01:00
Roy Nieterau
77d78a3e61
Merge pull request #218 from BigRoy/houdini_fixes
Houdini: implement check build from hierarchy attributes if enabled, remove double out node check
2018-12-21 16:05:35 +01:00
Roy Nieterau
6144af98df Actually ignore validation when it should. 2018-12-21 16:05:18 +01:00
Roy Nieterau
ef179da1f2 Remove duplicated information in docstring, simplify readability. 2018-12-21 16:03:00 +01:00
Roy Nieterau
39fde42c40 Remove duplicate plug-in functionality
- This is replaced by validate_output_node.py
2018-12-21 16:00:16 +01:00
Roy Nieterau
8959c62760 Implement validation of prims attribute for Build from Hierarchy in ROP 2018-12-21 15:56:13 +01:00
Roy Nieterau
3f9b9a193e
Merge pull request #217 from BigRoy/houdini_fixes
Fix PLN-220: ROP render error hangs Pyblish
2018-12-21 09:22:58 +01:00
Roy Nieterau
5ac8394797 Fix PLN-220: ROP render error hangs Pyblish
- It's because Houdini errors are old-style class error, those seem to hang Pyblish QML
- See: https://gitter.im/pyblish/pyblish?at=5c1bdb49b8760c21bbfbee7b
2018-12-21 09:22:04 +01:00
Jakub Jezek
a8836d658e finishing review representation 2018-12-19 18:31:24 +01:00
Jakub Trllo
eff3435b39 Merged in feature/PYPE-105_launcher_icons (pull request #35)
changed source of icons for ftrack actions to ['ftrack_icon']

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-19 15:15:21 +00:00
Jakub Trllo
0990bb3e5c Merged in feature/PYPE-50-add-dynamic-environments-to-launcher (pull request #31)
Feature/PYPE-50 add dynamic environments to launcher

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-19 15:14:19 +00:00
Jakub Trllo
9a14488fc5 Merged in quickfix/reset-session-removing (pull request #32)
- session won't reset for each event

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-19 15:13:09 +00:00
Jakub Jezek
96ebfb38ed update integrate rendered frames 2018-12-19 14:55:46 +01:00
Roy Nieterau
c867f8ffa6
Merge pull request #216 from BigRoy/ANM-15
Update vendor/pather to 0.1.1
2018-12-19 10:53:06 +01:00
Roy Nieterau
98469609df
Merge pull request #215 from BigRoy/houdini_fixes
Houdini fixes
2018-12-19 10:52:48 +01:00
Roy Nieterau
9fef84ef1d Rename plug-in to be clearer and more explicit about what it does 2018-12-19 10:48:35 +01:00
Roy Nieterau
7cca8b80cb Don't force build_from_path on CreateAlembicCamera default instance 2018-12-19 10:48:08 +01:00
Roy Nieterau
91fdc543e4 Update vendor/pather to 0.1.1
- This fixes ANM-15: Automatic switching of task for some paths failed with special characters in path
2018-12-19 10:45:05 +01:00
Milan Kolar
78c5b506ee move rendered frames integrator to global 2018-12-18 22:02:38 +01:00
Milan Kolar
1e1920d5ff tweak render settings 2018-12-18 22:02:12 +01:00
Milan Kolar
237d26f258 fix image sequence collection 2018-12-18 22:01:57 +01:00
Milan Kolar
f4944b55a0 add scene collector 2018-12-18 21:57:08 +01:00
Milan Kolar
2a53aefcc6 fix clique import 2018-12-18 18:52:20 +01:00
Jakub Jezek
76623dc28b Merge branch 'develop' into feature/PYPE-61-publish-nuke-script-version 2018-12-18 18:42:42 +01:00
Jakub Trllo
c964c43929 changed source of icons for ftrack actions to ['ftrack_icon'] 2018-12-18 17:50:06 +01:00
Jakub Trllo
2548cfb0d6 create read works. Basic collector 2018-12-18 17:48:22 +01:00
Jakub Jezek
6c3b49a49f collections into integrate render frames 2018-12-18 16:12:13 +01:00
Jakub Jezek
c608e1335f implemented review [mov, thumbnail], upversioning script sinchronized with publishing write 2018-12-18 12:59:49 +01:00
Milan Kolar
a2a2fba4ec add all PYPE environments to deadline env 2018-12-17 20:24:47 +01:00
Milan Kolar
93df21864c add arnold environments 2018-12-17 18:29:01 +01:00
Milan Kolar
e4f5ec1a8c adding published maya scene for rendering 2018-12-17 16:49:57 +01:00
Roy Nieterau
75a032733e Remove render in background functionality for VDB as it was unstable
- Publishing would just continue even though background render was not finished yet.
2018-12-17 13:05:25 +01:00
Roy Nieterau
714f98fcda PEP08 2018-12-17 12:58:17 +01:00
Ondřej Samohel
db86d21c66 Merged in bugfix/PYPE-100-pyblish-plugins-invalid (pull request #33)
fixed syntax errors

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-17 09:08:18 +00:00
Milan Kolar
76d00b115d Merged bugfix/PYPE-90-update-task-on-maya into develop 2018-12-17 10:07:02 +01:00
Jakub Jezek
440d479a8e Merge branch 'develop' into feature/PYPE-61-publish-nuke-script-version 2018-12-17 09:52:58 +01:00
Jakub Trllo
a6179ad8ec Merged in feature/PYPE-67-custom_attribute_creation (pull request #30)
Custom attribute creator

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-17 08:07:20 +00:00
Ondřej Samohel
d0c9b11487 Merged in bugfix/PYPE-101-set_scene_fps (pull request #34)
older versions of maya get fps from string <-> fps mapping

Approved-by: Milan Kolar <milan@orbi.tools>
2018-12-17 07:59:57 +00:00
antirotor
7a7c1e1d90
commented out offending row 2018-12-15 12:43:43 +01:00
antirotor
928b516ad7
older versions of maya get fps from string <-> fps mapping 2018-12-15 12:24:29 +01:00
antirotor
6d5243aeae
small fix in renderGlobals creator 2018-12-15 03:39:17 +01:00
antirotor
557c9e9451
fixed syntax errors 2018-12-15 03:04:52 +01:00
Milan Kolar
83224fa85c hotfix - changing context didn't work for publishing to ftrack 2018-12-14 18:22:30 +01:00