Block a user
Michael Kowalski
pushed to universal-scene-description at blender/blender
2023-06-24 20:53:06 +02:00
e89934ad9d
Merge branch 'main' into universal-scene-description
9b708c8650
Revert "Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6"
537fdbbfa2
Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6
16739b92ca
Realtime Compositor: cache GPU context for repeated executions
711fb3e386
Realtime Compositor: cache render compositor for repeated executions
354af9ac2a
Merge remote-tracking branch 'origin/blender-v3.6-release' into universal-scene-description-3.6-release
USD export: prototype invoking Python chasers
I completely agree that this shouldn't land until the implementation is more complete.
Indeed, I agree that supporting hooks for exporting individual materials is essential (this is our use…
USD export: prototype invoking Python chasers
Thanks for the review @brecht. I've made the requested changes.
USD export: prototype invoking Python chasers
I updated the code to use std::list
, per your suggestion.
652b9ad73a
USD: Use std::list to store hooks.
490b559fdc
Merge branch 'main' into test-usd-export-chaser
716cc72b96
Fix #108344: default result buffer must be initially contain values
94e6ab6d71
Fix #108923: Serious issues in 'undo_preserve' process of Scene's toolsettings.
b5db6fe5d2
BLO: Add a new API call to find IDs in newly read Main from a session_uuid.
Fix: USD export: wrong emissive color in viewport material
Ugh. Sorry about that.
No worries at all! I should have caught it when I reviewed it.
Fix: USD export: wrong emissive color in viewport material
Michael Kowalski
created branch fix_usd_export_viewport_emissive in makowalski/blender
2023-06-19 20:47:06 +02:00
Michael Kowalski
pushed to fix_usd_export_viewport_emissive at makowalski/blender
2023-06-19 20:47:06 +02:00
681231967e
Fix: USD export: wrong emissive color in viewport material
USD export: prototype invoking Python chasers
@brecht Following your suggestion, I've implemented a new USDHook
class, using KeyingSetInfo
as an example. I'm fairly new to working with RNA
, so doubtless I missed some things, but this…