Michael Kowalski makowalski
  • Joined on 2020-09-17
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
Compare 1271 commits »
Michael Kowalski created branch tmp-mak-usd-062223 in blender/blender 2023-06-23 05:04:02 +02:00
Michael Kowalski pushed to tmp-mak-usd-062223 at blender/blender 2023-06-23 05:04:02 +02:00
354af9ac2a Merge remote-tracking branch 'origin/blender-v3.6-release' into universal-scene-description-3.6-release
Michael Kowalski deleted branch tmp-mak-062223 from blender/blender 2023-06-23 01:27:50 +02:00
Michael Kowalski pushed to tmp-mak-062223 at blender/blender 2023-06-23 00:02:53 +02:00
Michael Kowalski created branch tmp-mak-062223 in blender/blender 2023-06-23 00:02:52 +02:00
Michael Kowalski commented on pull request blender/blender#108823 2023-06-22 16:13:12 +02:00
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…

Michael Kowalski commented on pull request blender/blender#108823 2023-06-22 00:43:43 +02:00
USD export: prototype invoking Python chasers
Michael Kowalski commented on pull request blender/blender#108823 2023-06-22 00:40:53 +02:00
USD export: prototype invoking Python chasers

Thanks for the review @brecht. I've made the requested changes.

Michael Kowalski commented on pull request blender/blender#108823 2023-06-22 00:39:20 +02:00
USD export: prototype invoking Python chasers

I updated the code to use std::list, per your suggestion.

Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-06-22 00:37:40 +02:00
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.
Compare 101 commits »
Michael Kowalski commented on pull request blender/blender#109138 2023-06-19 21:13:55 +02:00
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.

Michael Kowalski commented on pull request blender/blender#109138 2023-06-19 20:50:20 +02:00
Fix: USD export: wrong emissive color in viewport material

@wave for visibility.

Michael Kowalski created pull request blender/blender#109138 2023-06-19 20:49:19 +02:00
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
Michael Kowalski commented on pull request blender/blender#108823 2023-06-19 17:04:53 +02:00
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…

Michael Kowalski commented on pull request blender/blender#108823 2023-06-19 16:16:06 +02:00
USD export: prototype invoking Python chasers
Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-06-19 16:15:33 +02:00
f4a7f72627 Fixed linux compile error.
Michael Kowalski commented on pull request blender/blender#108823 2023-06-19 15:34:23 +02:00
USD export: prototype invoking Python chasers