Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski commented on pull request blender/blender#108823 2023-07-27 00:22:59 +02:00
USD export: prototype invoking Python chasers

Hi Brecht. I appreciate the comment. I was using PyErr_Print() originally, but was concerned the user might not notice the error in the console. The work here is to display the full…

Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-26 23:04:07 +02:00
a108b7cb27 USD: skip attribute export for edge domain.
Michael Kowalski commented on pull request blender/blender#108823 2023-07-26 18:23:47 +02:00
USD export: prototype invoking Python chasers

@blender-bot package

Michael Kowalski commented on pull request blender/blender#108823 2023-07-26 17:52:41 +02:00
USD export: prototype invoking Python chasers
Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-07-26 17:50:41 +02:00
f196544ba8 USD hooks: format fixes.
5ee8d975fd USD: Add comments, rename hook invoker classes.
Compare 2 commits »
Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-07-26 06:48:22 +02:00
aa6768cda2 Format fixes.
97f47fba6c USD hooks: Fixed typos in Python example.
37d4f38f52 USD hooks: revise on_material_export() signature.
Compare 3 commits »
Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-07-25 23:35:59 +02:00
32a6943aa3 Merge branch 'main' into test-usd-export-chaser
aebc743bf1 Cleanup: Make format
95edff7495 Cleanup: Rename mesh custom data fields
b0d1226b6c Cycles: refine MSVC version check for /jumptablerdata
aef3d1c95b Fix grease pencil crash with render engines that don't deliver Z pass
Compare 225 commits »
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-25 01:07:45 +02:00
6b65db7440 USD IO: support UsdTransform2d shader conversion.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-25 00:56:24 +02:00
7fd4879286 USD import: fix bezier curve widths.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-23 21:29:23 +02:00
137ceea591 USD export: Convert uv to st option is ignored.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-23 20:01:01 +02:00
93c18f571a USD import: set blend mode to alpha hashed.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-20 17:51:34 +02:00
0de6ce6e3a USD: silence crease edege attribute export warning.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-19 17:50:24 +02:00
27839a7a16 USD export: fix curve radius.
Michael Kowalski commented on issue blender/blender#110076 2023-07-18 16:09:02 +02:00
USD doesn't import animation

Yes, that's correct, the animation format for that toy drummer USDZ asset has changed relatively recently. The older version toy_drummer.usdz had animating transforms that could be imported…

Michael Kowalski commented on issue blender/blender#110076 2023-07-17 16:20:26 +02:00
USD doesn't import animation

This USD has skeletal animation, which isn't currently supported in the USD importer. UsdSkel IO is implemented in the universal-scene-description branch and I confirmed the animation loads…

Michael Kowalski commented on pull request blender/blender#108823 2023-07-17 04:30:30 +02:00
USD export: prototype invoking Python chasers

I'm incrementally implementing the requested changes, but this work is still in progress. My apologies for the delay. I added improved handling for exceptions so far and will address Brecht's…

Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-07-17 04:25:28 +02:00
c34e73e15a USD export hook: handle exceptions.
Michael Kowalski pushed to test-usd-export-chaser at makowalski/blender 2023-07-16 23:37:34 +02:00
3ff92546f0 Merge branch 'main' into test-usd-export-chaser
8191b152ec GHOST: Guard GL context creation behind WITH_OPENGL_BACKEND
95367f732f Fix: Build error with MSVC
caf0024463 Cleanup: add degrees UTF8 symbol, prefer ascii over unicode in comments
d594954bf2 Cleanup: use C++ compatible struct declarations for Python API
Compare 484 commits »
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-13 09:59:28 +02:00
8a808219f5 USD import: Handle UMM bypass notification.
Michael Kowalski pushed to universal-scene-description at blender/blender 2023-07-13 02:50:49 +02:00
5365525739 USD import: Fix point light conversion.