Blender Git Loki
Git Commits  -> Revision e14a863
		
			
			
		
Revision e14a863 by Campbell Barton (master) October 29, 2009, 10:03 (GMT)  | 
Modified python rna property types (BPy_PropertyRNA), so PySequence_Check() returns true this means you can do... C = {"selected_editable_objects":bpy.data.objects} ...when defining pythons context, without doing list(bpy.data.objects)  | 
Commit Details:
Full Hash: e14a8635cca97f339d28744624cf1284866bc63d
SVN Revision: 24152
Parent Commit: c508e61
Lines Changed:  +44,  -24
5 Modified Paths:
/source/blender/editors/object/object_add.c (+0, -1) (Diff)
/source/blender/editors/object/object_relations.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+27, -19) (Diff)
/source/blender/python/intern/bpy_rna.c (+14, -1) (Diff)
/source/blender/editors/object/object_relations.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+27, -19) (Diff)
/source/blender/python/intern/bpy_rna.c (+14, -1) (Diff)


 Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021