- move cmake file for python.

- move bpy_array.c to bpy_rna_array.c
- minor syntax changes
This commit is contained in:
2010-11-17 07:22:20 +00:00
parent fbcf01f9f7
commit acc883da83
6 changed files with 65 additions and 48 deletions

View File

@@ -268,8 +268,8 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
class WM_OT_context_cycle_int(bpy.types.Operator):
'''Set a context value. Useful for cycling active material,
vertex keys, groups' etc.'''
'''Set a context value. Useful for cycling active material, '''
'''vertex keys, groups' etc.'''
bl_idname = "wm.context_cycle_int"
bl_label = "Context Int Cycle"
bl_options = {'UNDO'}