blender/release/scripts
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
..
io bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import fails 2010-01-17 20:06:34 +00:00
modules UV mirror tool (copies UVs from one side of the mesh to the other) 2010-01-13 17:58:26 +00:00
op bugfix [#20688] Mesh with no materials fails to export UV layout 2010-01-15 12:21:33 +00:00
presets netrender tab to spaces 2009-12-29 00:04:57 +00:00
templates generic operator menu was searching for "type" and using the first enum property if it wasnt found. 2010-01-15 22:40:33 +00:00
ui this isnt needed since the node window can enable it. materials also dont have this option. 2010-01-16 22:32:15 +00:00