Files
test/source/blender/makesdna
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
..
2009-06-08 20:08:19 +00:00
2009-07-22 09:41:41 +00:00
2009-11-18 13:33:52 +00:00
2008-01-14 19:03:27 +00:00
2009-06-08 20:08:19 +00:00
RNA
2008-11-29 14:35:50 +00:00
2009-10-20 13:58:53 +00:00
2008-10-31 23:50:02 +00:00
2008-09-19 14:15:36 +00:00
2.5
2009-07-10 16:55:49 +00:00
2009-11-29 18:14:16 +00:00
2.5
2009-01-07 16:05:55 +00:00
2010-01-06 03:00:19 +00:00
RNA
2008-12-01 21:23:58 +00:00
2008-10-31 23:50:02 +00:00
2009-10-08 10:18:14 +00:00
2010-01-15 17:00:37 +00:00
2009-07-29 22:57:53 +00:00
2009-12-02 11:54:48 +00:00