Michael Kowalski makowalski
  • Joined on 2020-09-17
Michael Kowalski commented on pull request blender/blender#111931 2023-12-06 00:25:37 +01:00
USD: Support armature and shape key export

I believe I've addressed the requested changes. I've also included in this pull request a new Only Deform Bones USD export option implemented by @CharlesWardlaw.

This pull request is now…

Michael Kowalski commented on pull request blender/blender#111931 2023-12-06 00:04:56 +01:00
USD: Support armature and shape key export

@blender-bot package

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-06 00:03:13 +01:00
c0d2bc76dc Merge branch 'main' into usdskel_export_pr
7a96c4672c Cleanup: Move BMesh headers to C++
383db31556 Fix asserts is last commit
7f626e08e1 Fix #115813: Handles get broken when scaling annotation keyframes in Dope Sheet
7ec59b05ff Fix #115786: EEVEE-Next: Texture paint delayed redraw
Compare 103 commits »
Michael Kowalski commented on pull request blender/blender#111931 2023-12-05 23:48:01 +01:00
USD: Support armature and shape key export

getting these warnings when building the branch:

The warnings have been fixed.

Michael Kowalski commented on pull request blender/blender#111931 2023-12-05 23:45:53 +01:00
USD: Support armature and shape key export

I have removed this change, as it's no longer needed.

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-05 20:32:39 +01:00
c61a8d586c USD skel export: fixes based on review comments.
Michael Kowalski commented on pull request blender/blender#111931 2023-12-05 19:49:38 +01:00
USD: Support armature and shape key export

If there are both shape keys and an armature deformer on the object, the mesh is saved in the base shape key pose, which also becomes the rest pose for the skeletal binding.

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-05 19:07:34 +01:00
5b7511a6f8 USD: added "Rigging" section to export options
513049875f USD: revert deform group name collision handling
Compare 2 commits »
Michael Kowalski approved blender/blender#113267 2023-12-05 03:25:55 +01:00
USD: optionally author subdivision schema on export

The changes look good to me. Thank you!

Michael Kowalski commented on pull request blender/blender#111931 2023-12-05 01:32:59 +01:00
USD: Support armature and shape key export
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-05 01:31:58 +01:00
6f6a3b1db2 USD: Now using blender::Map for the deform bone map.
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-04 22:46:35 +01:00
c54864b46f USD: Add option to export only deform bones for armatures
47a032d477 USD: add SkelBindingAPI to blend shape skeleton
Compare 2 commits »
Michael Kowalski commented on pull request blender/blender#115623 2023-12-04 04:27:18 +01:00
Alembic/USD: use geometry sets to import data

I will review this pull request early this week. My apologies for the delay.

Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-04 04:22:31 +01:00
658b5e0a94 USD skel export: replace WM_reportf with clog.
25c6205b23 USD: format fixes.
8380cd7bf7 USD: allow skel export with multiple modifiers.
Compare 3 commits »
Michael Kowalski created branch tmp-usd-import-hooks in makowalski/blender 2023-12-03 17:12:43 +01:00
Michael Kowalski pushed to tmp-usd-import-hooks at makowalski/blender 2023-12-03 17:12:43 +01:00
Michael Kowalski pushed to main at makowalski/blender 2023-12-03 17:11:49 +01:00
b1ac047af4 Cleanup: to_bools comment
8933284518 UI: Icons for Area Join and Swap
da7128c533 Cleanup: Make format
ccab01f97f Subdiv: Store multires sculpt grid visibility in BitGroupVector
5736f88e31 BKE main: Add 'merge' utils to merge one Main content into another.
Compare 9215 commits »
Michael Kowalski commented on pull request blender/blender#111931 2023-12-02 04:08:53 +01:00
USD: Support armature and shape key export
Michael Kowalski pushed to usdskel_export_pr at makowalski/blender 2023-12-02 04:07:29 +01:00
62c9a7f6f0 Fixed mac build error.
Michael Kowalski commented on pull request blender/blender#111931 2023-12-02 03:40:21 +01:00
USD: Support armature and shape key export