blender/release/scripts/io
Campbell Barton ea265fc697 change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use.
replacements...
"__idname__" -> "bl_idname"
"__props__" -> "bl_props"
"__label__" -> "bl_label"
"__register__" -> "bl_register"
"__undo__" -> "bl_undo"
"__space_type__" -> "bl_space_type"
"__default_closed__" -> "bl_default_closed"
"__region_type__" -> "bl_region_type"
"__context__" -> "bl_context"
"__show_header__" -> "bl_show_header"
"__URL__" -> "_url"
2009-10-31 13:31:23 +00:00
..
netrender change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
add_mesh_torus.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
engine_render_pov.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_3ds.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_fbx.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_mdd.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_obj.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_ply.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
export_x3d.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
import_3ds.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
import_obj.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00
mesh_skin.py change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use. 2009-10-31 13:31:23 +00:00