forked from bartvdbraak/blender
318e9aa5d1
this could be supported again easily however it leads typo's & api changes not showing any errors. This broke povray export. Solution for now is to allow setting private properties starting with '_' eg, ob = bpy.context.object ob._foo = [1,2,3] # this is a python list, it will stay only as long as this PyObject is active ob.foo = 1 # raises an error!, only for rna properties ob["foo"] = 1 # converts to an ID property and is saved using the underscore like this should really be used for classes internally. - povray failed on armatures - menu key wasn't using WM_keymap_add_menu |
||
---|---|---|
.. | ||
netrender | ||
engine_render_pov.py | ||
export_3ds.py | ||
export_fbx.py | ||
export_mdd.py | ||
export_obj.py | ||
export_ply.py | ||
export_x3d.py | ||
import_anim_bvh.py | ||
import_scene_3ds.py | ||
import_scene_obj.py |