blender/release/scripts/io
Campbell Barton 3119eaf284 - dir() now works for collection functions
- group.objects.link/unlink use exceptions rather then return values
- scene.add_object/remove_object --> scene.objects.link/unlink
2009-11-20 10:00:54 +00:00
..
netrender pep8 compliance, also removed use of exec() for netrender module importing 2009-11-19 23:59:37 +00:00
engine_render_pov.py - rna attribute setting problem, class instances could not set their own attributes because they are blocked by our own internal setattr. 2009-11-18 08:40:18 +00:00
export_3ds.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
export_fbx.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
export_mdd.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
export_obj.py - dir() now works for collection functions 2009-11-20 10:00:54 +00:00
export_ply.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
export_x3d.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
import_anim_bvh.py operators were copying the properties from the rna operator into the class instance. 2009-11-19 17:12:08 +00:00
import_scene_3ds.py - dir() now works for collection functions 2009-11-20 10:00:54 +00:00
import_scene_obj.py - dir() now works for collection functions 2009-11-20 10:00:54 +00:00