mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-10 01:33:28 +00:00
update for changes in matrix being column major now
This commit is contained in:
@ -20,8 +20,12 @@
|
||||
|
||||
|
||||
import bpy
|
||||
from bpy.props import StringProperty, BoolProperty, IntProperty, FloatProperty, \
|
||||
FloatVectorProperty, EnumProperty
|
||||
from bpy.props import (StringProperty,
|
||||
BoolProperty,
|
||||
IntProperty,
|
||||
FloatProperty,
|
||||
FloatVectorProperty,
|
||||
EnumProperty)
|
||||
|
||||
|
||||
def update2_0_0_9():
|
||||
|
Reference in New Issue
Block a user