The Groundplane_SM
model (Blender Object equivalent) in this .fbx has a KString
type property named Color
that is marked as a user property (b'U' in elem_prop.props[3]
). Normally, Color
…
I think the issue might instead be that the scale
parameter is not included in the redo panel? The scale
argument is what is changed depending on how the tool is dragged to create the…
idname
field to ModifierTypeInfo
Addons can set their custom Panel's bl_parent_id
to a C/C++ defined Panel's id name to add their custom Panel as a sub-panel of that C/C++ defined Panel. I think it's about the only way to…
I don't think that "using Alt+S+Left Click to create a new color with the Color Sampler" would be included in what triggers message bus notifications unless it's calling an operator that uses…
The msgbus documentation states:
Limitations
The message bus system is triggered by updates via the RNA system. This…
Expanding the slider range has been moved to a separate expand_shape_key_range
function in fbx_utils.py.
The method of expanding slider_min/slider_max is now setting the min/max to `floor(valu…
I have attached a simple cube exported from Blender whose origin I have moved above it. Importing this back into Blender or into Unity works as expected.
![image](/attachments/c85663e4-5327-4bea…
The properties of Operator
instances are not actually stored directly on the Operator
instance itself, but rather in its .properties
attribute which is an OperatorProperties
instance. The…
Setting slider_min/slider_max to double the imported Value when it's outside the default 0.0 to 1.0 range was what was suggested in the issue, but I think there are many different ways this could…