- listener for sequencer space panels added for frame changes, now redraws during transform

- invalid pointer was used for getting the sequencer length crashing blender or setting the length to negative values.
- printf_strip(seq) for debugging sequence strip locations
- Spelling: Cheet Sheet -> Cheat Sheet
This commit is contained in:
Campbell Barton
2009-10-19 10:07:19 +00:00
parent 8802bea7a0
commit 2c985dee97
6 changed files with 53 additions and 23 deletions

View File

@@ -287,7 +287,7 @@ class HELP_OT_user_community(HelpOperator):
class HELP_OT_operator_cheat_sheet(bpy.types.Operator):
__idname__ = "help.operator_cheat_sheet"
__label__ = "Operator Cheet Sheet (new textblock)"
__label__ = "Operator Cheat Sheet (new textblock)"
def execute(self, context):
op_strings = []
tot = 0