Commit graph

178 commits

Author SHA1 Message Date
Roy Nieterau
a93d2b9c99 Use Houdini's values directly 2023-06-29 10:13:37 +02:00
Kayla Man
eff929350f Merge branch 'develop' into feature/OP-2637_Houdini-Farm-publishingrendering 2023-05-23 21:10:42 +08:00
Ondřej Samohel
b3a8d665aa
Merge pull request #4829 from BigRoy/bugfix/houdini_shelve_tools 2023-05-11 11:01:57 +02:00
Kayla Man
97ed3fe4c2 Merge branch 'develop' into feature/OP-2637_Houdini-Farm-publishingrendering 2023-05-08 17:35:52 +08:00
Ondřej Samohel
fda3e795b4
Merge branch 'develop' into enhancement/houdini_validate_vdb_output_node_speed 2023-05-03 14:12:09 +02:00
Kayla Man
f1aff5bcf2 hound fix 2023-04-27 21:24:38 +08:00
Kayla Man
cc4a91b01a add colorspace parameters for publish job submission 2023-04-27 21:22:38 +08:00
Kayla Man
c1d4ddf0d6 hound fix 2023-04-27 21:11:44 +08:00
Kayla Man
6ec63c9e60 add to get ocio color management preference before rendering 2023-04-27 21:10:25 +08:00
Roy Nieterau
a1049caf62
Merge branch 'develop' into enhancement/houdini_create_node_tab_with_nulls 2023-04-20 12:34:51 +02:00
Roy Nieterau
9012b9f18f Add todo for later 2023-04-20 12:34:14 +02:00
Roy Nieterau
0941469c24 Move variable to module level 2023-04-20 12:31:37 +02:00
Roy Nieterau
3cbeda17a8 Support auto null node in LOPs 2023-04-20 12:29:08 +02:00
Roy Nieterau
96b1b3e19d Implement get_network_categories on Houdini base creator plugin 2023-04-20 12:28:44 +02:00
Roy Nieterau
b3044398fc Improve validation report + allow to select the invalid node 2023-04-19 23:43:47 +02:00
Roy Nieterau
c6a0b7ff45 Shush hound 2023-04-12 15:23:37 +02:00
Ondřej Samohel
75b183c917
Merge pull request #3839 from BigRoy/houdini_opengl 2023-04-12 15:15:40 +02:00
Roy Nieterau
a15d8fde01 Specify per Creator where it is listed in Tab search + Add a null node in COP2 or SOP network when generated there 2023-04-12 15:01:49 +02:00
Roy Nieterau
ede0333fbc Fix hou.ui.readInput not returning cancel correctly 2023-04-12 11:57:31 +02:00
Roy Nieterau
12830254ba Fix typo 2023-04-12 10:53:31 +02:00
Roy Nieterau
369164615f Initial commit for adding Houdini TAB search support for OpenPype Creators 2023-04-12 10:35:29 +02:00
Roy Nieterau
6872e32c1e Generate shelves only in UI mode + defer generation to avoid slow Houdini launch on Windows 2023-04-11 21:45:16 +02:00
Roy Nieterau
5cca466c04
Merge branch 'develop' into houdini_opengl 2023-04-05 12:34:53 +02:00
Roy Nieterau
af7e4d035f
Merge branch 'develop' into houdini_opengl 2023-04-04 12:05:12 +02:00
Roy Nieterau
68d4dcabc7
Merge branch 'develop' into enhancement/houdini_openpypecontext_type_fix4734 2023-04-04 12:04:04 +02:00
Jakub Ježek
166eec8c1d
Merge branch 'develop' into enhancement/houdini_openpypecontext_type_fix4734 2023-03-31 22:37:33 +02:00
Jakub Ježek
c0d4ab010a
Merge branch 'develop' into refactor/remove_handles 2023-03-31 21:58:53 +02:00
Roy Nieterau
0a5e82f132 Merge remote-tracking branch 'upstream/develop' into houdini_opengl 2023-03-31 16:18:23 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Roy Nieterau
2e4fe5d7a5
Ensure fallback to integer value if data does not exist
Correctly

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 12:18:00 +02:00
Roy Nieterau
227b5620fb Remove edit_in and edit_out backwards compatibility 2023-03-29 23:58:36 +02:00
Roy Nieterau
d958f989e0 Remove "handles" backwards compatibility 2023-03-29 23:57:35 +02:00
Roy Nieterau
c304ccabcd Change node type for OpenPypeContext null -> subnet
- Plugins sometimes tend to add spare parameters to node, like Redshift making querying our custom parameters trickier since it's mixed in there.
2023-03-29 23:17:59 +02:00
Roy Nieterau
a427b3dd05 Merge remote-tracking branch 'upstream/develop' into houdini_opengl 2023-03-11 18:45:04 +01:00
Jakub Trllo
6120f218b4 Merge branch 'develop' into feature/better_instance_changes 2023-02-07 18:23:31 +01:00
Jakub Trllo
4c502ffe85 change how shelves are created 2023-02-03 12:14:42 +01:00
Jakub Trllo
79e7b0e0d5 check script path and gracefully skip if was not found or not set 2023-02-03 12:08:47 +01:00
Jakub Trllo
2c17a9bb4e fix mandatory keys 2023-02-03 12:08:20 +01:00
Jakub Trllo
2c410e3d54 gracefully skip if label is not set 2023-02-03 12:08:08 +01:00
Jakub Trllo
638375c9db add missing attribute usage 2023-02-02 13:47:15 +01:00
Jakub Trllo
6ca987fdd2 modified houdini to use new changes object 2023-02-02 11:56:51 +01:00
Ondřej Samohel
eac4167a22
🐛 hotfix condition 2023-01-27 16:33:51 +01:00
Ondřej Samohel
08fe47ee18
Merge pull request #4382 from BigRoy/houdini_context_no_visual 2023-01-27 15:44:33 +01:00
Roy Nieterau
9bb8d38d32 Cosmetics 2023-01-26 16:32:13 +01:00
Roy Nieterau
02aef52e2b Do not visualize the hidden OpenPypeContext node 2023-01-26 16:25:40 +01:00
Roy Nieterau
f296756998 Merge remote-tracking branch 'upstream/develop' into houdini_opengl 2023-01-26 15:48:28 +01:00
Roy Nieterau
f76897187f Remove redundant conversion (we didn't use defaultdict anymore) 2023-01-25 18:10:01 +01:00
Roy Nieterau
396ce2d3aa Fix docstring, the houdini_cached_legacy_subsets was actually always created 2023-01-25 18:08:01 +01:00
Roy Nieterau
14bc9affe6 Rewrite cache subsets for readability 2023-01-25 17:46:39 +01:00
Jakub Trllo
64d1d67c46 use qtpy in houdini host 2022-12-20 13:46:04 +01:00