Block a user
Crash in Linux debug build when truing to open USD files (USDZ only?)
Michael Kowalski
deleted branch import_usdz_crash_110950 from makowalski/blender
2023-08-14 19:56:32 +02:00
Fix #110950: USD import: Crash calling import_asset().
Fix #110950: USD import: Crash calling import_asset().
Hi @mont29. Please test this fix, when you have a chance (I can't easily test on Linux currently). Thanks!
Fix #110950: USD import: Crash calling import_asset().
Michael Kowalski
created branch import_usdz_crash_110950 in makowalski/blender
2023-08-14 17:01:20 +02:00
Michael Kowalski
pushed to import_usdz_crash_110950 at makowalski/blender
2023-08-14 17:01:20 +02:00
67e9647f17
USD import: Crash calling import_asset().
02969de155
Outliner: Port constraint elements to new tree-element code design
4cefe0ec80
Fix #110723: cant drop object name on object field/socket in node editor
485c98cc2c
Outliner: Port pose base elements to new tree-element code design
e878692221
Cleanup: code formatting
USD: Skeleton and blend shape import
BTW, I think fixing #110950 should be high priority here, since it basically makes testing this PR impossible for me (and likely anybody using linux builds?)
Indeed! I believe I have a fix…
USD: Skeleton and blend shape import
@nathanvegdahl Thanks, again, for the review! At this point, I made most of the changes you requested, I believe, except for a couple you indicated might be addressed in future tasks.
@mont29…
USD: Skeleton and blend shape import
I made the change you suggested. Thanks for pointing out this issue!
It occurs to me in the edge case when parent_head
is the origin, the comparison becomes if (new_len > 0)
, but I suspect…
cfaf4d288b
USD: format fix.
3f8d06e474
USD: edited comments.
601d38639e
Merge branch 'main' into usdskel_import
a26a473ed7
USD Skel import: addressed review comments.
d844c5a13a
Metal: Add support for Multi-Viewport
USD IO: Generic Attributes Support
Michael Kowalski
pushed to feature/generic_attributes_m at makowalski/blender
2023-08-11 16:30:11 +02:00
c63fbdb9e0
USD: added import of Vector3 attibute types.