Ondřej Samohel
|
75b183c917
|
Merge pull request #3839 from BigRoy/houdini_opengl
|
2023-04-12 15:15:40 +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
|
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 |
|
Jakub Trllo
|
54780b477a
|
use new interface class name for publish host
|
2022-12-13 14:00:24 +01:00 |
|
Ondřej Samohel
|
d65eadb9b7
|
🐛 fix function call in argument
|
2022-11-24 13:23:12 +01:00 |
|
Ondřej Samohel
|
3325ee0330
|
🎨 change how the instances are deleted and instance look
|
2022-11-24 13:18:35 +01:00 |
|
Ondřej Samohel
|
8a1040aa74
|
🚨 various 🐶 fixes and docstrings
|
2022-10-25 18:26:36 +02:00 |
|
Ondřej Samohel
|
1dcd49576b
|
🐛 hide context node by default
|
2022-10-25 16:37:37 +02:00 |
|
Ondřej Samohel
|
0fa86d5ce4
|
🐛 fix lost pointer issue
|
2022-10-25 16:37:15 +02:00 |
|
Ondřej Samohel
|
6db2c8e33f
|
♻️ refactor name, collect legacy subsets
|
2022-10-25 16:36:54 +02:00 |
|
Ondřej Samohel
|
a8f1e95696
|
🐛 workfile instance changes are now persisted
|
2022-10-24 18:11:06 +02:00 |
|
Ondřej Samohel
|
c27f4cbbf4
|
🎨 workfile auto-creator
|
2022-10-24 14:48:30 +02:00 |
|
Ondrej Samohel
|
7a2e6bdf78
|
🐛 fix caching
|
2022-10-24 00:10:04 +02:00 |
|
Ondrej Samohel
|
7b5abe1770
|
🚨 remove empty lines
|
2022-10-21 18:11:44 +02:00 |
|
Ondrej Samohel
|
e57b932cf8
|
♻️ move methods around
|
2022-10-21 18:09:55 +02:00 |
|
Ondrej Samohel
|
4ec0035ed5
|
🦮 hound fixes
|
2022-10-21 17:56:51 +02:00 |
|
Ondrej Samohel
|
f4b92f4d1d
|
🎨 improve imprinting
|
2022-10-21 17:51:30 +02:00 |
|
Ondrej Samohel
|
0e0920336b
|
🩹 parameter access
|
2022-10-21 17:34:47 +02:00 |
|
Ondrej Samohel
|
696dc78be7
|
🥅 catch edge case data flow
|
2022-10-21 17:27:17 +02:00 |
|
Ondrej Samohel
|
6ee68861a8
|
🐛 fix missing keys
|
2022-10-21 14:40:33 +02:00 |
|
Ondrej Samohel
|
694bc49305
|
🐛 fix caching
|
2022-10-21 14:16:16 +02:00 |
|