Block a user
8bcd266a89
Merge branch 'main' into test-usd-export-chaser
81b99c327b
Fix GPv3 experimental link
5881f6cc2a
Fix compilation error with MSVC
aef8381bf5
Merge branch 'blender-v3.6-release'
a6a32a8279
Quiet compiler warning from
b68b66d29e
46321ec41f
USD RNA: removed unnecessary includes.
15b7e12754
USD: conditional USD RNA defintions.
Michael Kowalski
created branch test-usd-hook-class in makowalski/blender
2023-06-17 04:31:17 +02:00
USD export: prototype invoking Python chasers
Thank you, Brecht. This is very helpful. I'll investigate the approach you suggested. I won't pass the context as an argument, in that case. I think probably providing a dictionary that maps…
USD export: prototype invoking Python chasers
One important improvement to this example would be the ability to provide the Blender context or other Blender data as arguments to the chaser, in addition to the stage. E.g., it would be nice to…
USD: Support Python hooks and chasers to extend IO functionality
Thanks, Dhruv! Those are great examples of use-cases, and I completely agree with your points. Good catch regarding the description of the "on-export" chaser. I made the change.
USD: Support Python hooks and chasers to extend IO functionality
58b679584e
Merge branch 'main' into test-usd-export-chaser
823514fd6f
Fix #108778: Crash when rendering multiple view layers
b3356b1799
Mesh: Remove unnecessary mesh position copying
d651ee69bd
Cleanup: Use explicit default for corner normals optional parameter
11f1265066
Assets: Ignore ID type filter when not set
WIP: USD export: prototype invoking Python chasers
Michael Kowalski
created branch test-usd-export-chaser in makowalski/blender
2023-06-09 20:16:59 +02:00
96ca15ca27
USD export: prototype chaser support.
ebd431d580
Fix wrong normal transformation in Vector Transform shader node
b29ba95cae
GPv3: Add "(De)select All" operator and keymap
fa0fe6f55e
Refactor: Pass deformed positions to curve selection
693a921f02
Merge branch 'blender-v3.6-release'