update for changes in matrix being column major now

This commit is contained in:
Campbell Barton
2011-12-31 04:31:00 +00:00
parent d3bcfd681c
commit ecb4e9687f
2 changed files with 20 additions and 14 deletions

View File

@ -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():