Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski pushed to usd_deform_group_name_collision at makowalski/blender 2023-09-12 04:53:56 +02:00
9d75a9d9df USD import: rename attributes on name collision.
a4dfee9a89 Merge branch 'main' into usd_deform_group_name_collision
8289c83dfe Cleanup: Add warning about current limitations of operators' get_name callback.
b3bf8a4e05 EEVEE-Next: Add back data passes UI and missing passes
f25418b730 Fix #112242: Workbench: Allow xray in render mode
Compare 300 commits »
Michael Kowalski deleted branch usd_revert_uv_map_rename from makowalski/blender 2023-09-11 16:54:08 +02:00
Michael Kowalski merged pull request blender/blender#112234 2023-09-11 16:54:06 +02:00
Fix: USD export: revert renaming active UV maps
Michael Kowalski pushed to main at blender/blender 2023-09-11 16:54:05 +02:00
678b827605 Fix: USD export: revert renaming active UV maps
Michael Kowalski created pull request blender/blender#112234 2023-09-11 15:24:26 +02:00
Fix: USD export: revert renaming active UV maps
Michael Kowalski pushed to usd_revert_uv_map_rename at makowalski/blender 2023-09-11 04:06:14 +02:00
080084bda4 Fix: USD export: revert renaming active UV maps.
fca8df9415 Fix #112087: Float curve flickers with aligned points at x axis
825cc14e74 Cleanup: Cycles: Remove unused argument
e20f86547a Cycles: Fix compilation of the shader table precomputing tool
48b8c8f78f Fix #112129: Remove Blank Items from "Region Toggle" Pie Menu
Compare 10 commits »
Michael Kowalski created branch usd_revert_uv_map_rename in makowalski/blender 2023-09-11 04:06:13 +02:00
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-10 22:08:05 +02:00
8bf6d933e0 USD: Skel export fixes.
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-09 00:28:43 +02:00
2d7768f8ab USD: removed unused usd_modifier_disabler files.
a8e7db8c9d USD: Use pre-modified mesh for skinned meshes.
983d158932 Merge branch 'main' into usdskel_export_pr
be68db8ff9 Geometry Nodes: Show node group in modifier UI after duplication
6642bd6220 UI: Remove name property from node interface active panel UI
Compare 149 commits »
Michael Kowalski commented on pull request blender/blender#111931 2023-09-07 18:55:22 +02:00
USD: Support armature and shape key export

FYI, I'm fixing an issue exporting meshes in their rest-poses. I'll update this PR when I've addressed this and committed the fix.

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-06 20:54:15 +02:00
a7735cdc15 USD skel export: remove temp weights primvar.
Michael Kowalski commented on pull request blender/blender#111894 2023-09-06 17:14:37 +02:00
USD: skip exporting deform group attributes

Shouldn't the skipping of exporting vgroups as generic attributes be conditioned to the fact they they are actually exported as part of binding data for a usdSkel?

That's a good point and…

Michael Kowalski commented on pull request blender/blender#111747 2023-09-06 16:37:25 +02:00
Fix: USD import: deform group name collision

Rather than removing the conflicting attribute, wouldn't it be possible to rename it?

Yeah, that would be possible, it raises the arbitrary question of what to rename it to though.

I…

Michael Kowalski commented on issue blender/blender#111988 2023-09-06 16:29:19 +02:00
Crash with Hydra as Render Engine with object without material

@bnagirniak @BrianSavery Would you be able to investigate this one, since it appears to be related to Hydra?

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-06 04:55:42 +02:00
c359e397e0 USD: fix USD path in export map.
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-06 02:18:40 +02:00
ee1230820c USD export: error merging blend shape weights.
97074f2470 Merge branch 'main' into usdskel_export_pr
df26271db4 Fix NaN in Principled Huang Hair sphg_dir()
d5b9127e1b Fix: free BoneCollection ID props when the collection is freed
71b4a97cbc Refactor: De-duplicate Metal RT self intersection checks
Compare 64 commits »
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-09-04 20:29:07 +02:00
b1d5186b6b USD skel export: added comments.
Michael Kowalski commented on pull request blender/blender#111931 2023-09-04 18:02:43 +02:00
USD: Support armature and shape key export
Michael Kowalski created pull request blender/blender#111931 2023-09-04 17:27:44 +02:00
USD: Support armature and shape key export.