tngreene
tngreene
``` #CASE 1 Actually optimization ready ANIM_rotate_begin 1 0 -0 dref1 ANIM_rotate_key 0 0 ANIM_rotate_key 1 10 ANIM_rotate_end ANIM_rotate_begin 0 1 -0 dref1 ANIM_rotate_key 0 0 ANIM_rotate_key 1 20 ANIM_rotate_end...
basically done with with 65930884f, needs unit test for only selected feature. Also, this currently only works for Root Objects, no collections because of a Blender api limit. Sigh.
@DWmFrancis I've tried my copy of Blender 2.90 and was able to export a basic cube just fine. Do you have a file that won't export or won't work properly?...
@arb65912 I did. I agree, but, other people asking for this don't want to wait that long. So I can at the very least give it a shot.
Have no fear, that won't change without very very very good reasons.
Notes from the investigation today: - Some have reported an issue with the Object Properties menu in 2.92 - I've found that going from a 2.80 (saving the axis_detent_case_01 in...
Okay, this is one of the most bizarre things I've ever seen. In test_creation_helpers, set_animation_data This `dataref_prop.value = kf_info.dataref_value`, or wrapping it in a call to `float` or `float(str(kf_info.dataref_value))` or...
It just has to be a problem with Blender 2.92. It works in every other version.
Do you know if the normals are good? Have you tried dragging both the .png and .obj into ObjView?
How's it going?