Blender Git Loki
Git Commits -> Revision cc100ea
Revision cc100ea by Campbell Barton (master) September 16, 2009, 06:02 (GMT) |
Operator cheat sheet (from the help menu) writes all operators (including PyOperators) and their default values into a textblock. Useful for an overview and checking consistancy. eg. http://www.pasteall.org/7918/python added rna functions text.clear() and text.write(str) |
Commit Details:
Full Hash: cc100eadc5386a55965bacfa22afbb23c1541be5
SVN Revision: 23269
Parent Commit: 8df1bb9
Lines Changed: +173, -5
1 Added Path:
/source/blender/makesrna/intern/rna_text_api.c (+49, -0) (View)
7 Modified Paths:
/release/ui/bpy_ops.py (+5, -1) (Diff)
/release/ui/space_info.py (+30, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+29, -3) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_text.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+54, -0) (Diff)
/release/ui/space_info.py (+30, -0) (Diff)
/source/blender/blenkernel/BKE_text.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+29, -3) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_text.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+54, -0) (Diff)