blender/release/scripts/io
Campbell Barton c7dfa96aea bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import fails
blender supports type changing for textures in a way that python doesnt.
add a new general function.

Example usage:
 tex = bpy.data.textures.new("Foo")
 tex.type = 'IMAGE'
 tex = tex.recast_type()

Macro to give the number of users accounting for fake user.
 ID_REAL_USERS(id)
Use this so you can remove a datablock if it has a fake users as well as apply transformations to it in the 3D view.

Move api function bpy.data.add_texture() --> bpy.data.textures.new()/remove()
2010-01-17 20:06:34 +00:00
..
netrender netrender: refactor thumbnail generation code. New option to generate the thumbnail on the slaves (per slave option, default off). Missing thumbnails are still generated on demand by the master. 2010-01-09 18:21:27 +00:00
engine_render_pov.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_3ds.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_fbx.py Workaround to fix #20645. Iteration over multidim arrays and slicing of them is broken. 2010-01-16 15:20:27 +00:00
export_mdd.py pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8 2009-12-26 09:36:50 +00:00
export_obj.py Workaround to fix #20645. Iteration over multidim arrays and slicing of them is broken. 2010-01-16 15:20:27 +00:00
export_ply.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_x3d.py Workaround to fix #20645. Iteration over multidim arrays and slicing of them is broken. 2010-01-16 15:20:27 +00:00
import_anim_bvh.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
import_scene_3ds.py bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import fails 2010-01-17 20:06:34 +00:00
import_scene_obj.py bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import fails 2010-01-17 20:06:34 +00:00