changes needed for EDL import to work again.

- add sequence.update(data=False) function.
- made some sequence vars editable.
- correct some comments.

also rename rna function sequence.getStripElem() --> strip_elem_from_frame()
This commit is contained in:
Campbell Barton
2013-01-02 16:15:45 +00:00
parent c0e1f23e5a
commit ea2224e28d
9 changed files with 34 additions and 17 deletions

View File

@@ -26,7 +26,6 @@ __all__ = (
import bpy
import mathutils
from bpy.props import BoolProperty, FloatVectorProperty
@@ -80,7 +79,7 @@ def add_object_align_init(context, operator):
rotation = space_data.region_3d.view_matrix.to_3x3().inverted()
rotation.resize_4x4()
else:
rotation = mathutils.Matrix()
rotation = Matrix()
# set the operator properties
if operator: