Files
test/source
Campbell Barton e14a8635cc 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)
2009-10-29 10:03:34 +00:00
..
2009-10-26 08:43:24 +00:00
2009-09-28 03:19:52 +00:00
2009-10-06 17:01:00 +00:00