blender/release/scripts
Campbell Barton 8af525f860 bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword.
rename import to import_scene, import_anim, future import_sequence_edl, import_model etc..
2009-11-04 17:16:58 +00:00
..
io bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword. 2009-11-04 17:16:58 +00:00
modules - remove UV mapping operator, call a header menu directly (so python can add items there) 2009-11-03 18:20:03 +00:00
op new operator directory, move some scripts from io 2009-11-04 14:40:35 +00:00
templates make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
ui bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword. 2009-11-04 17:16:58 +00:00