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
..
2010-01-17 14:04:40 +00:00
2009-06-08 20:08:19 +00:00
2010-01-07 22:54:05 +00:00
2009-09-24 21:22:24 +00:00
2010-01-06 22:42:13 +00:00
2010-01-07 22:54:05 +00:00
2009-07-21 00:31:33 +00:00
2010-01-03 08:37:18 +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
2010-01-02 04:14:17 +00:00
2009-06-08 20:08:19 +00:00
2009-10-15 09:00:40 +00:00
2009-11-25 14:27:50 +00:00
2008-11-29 14:35:50 +00:00
2008-04-16 22:40:48 +00:00
2009-10-20 13:58:53 +00:00
2008-10-31 23:50:02 +00:00
2010-01-08 01:39:41 +00:00
2008-09-19 14:15:36 +00:00
2010-01-17 20:06:34 +00:00
2009-07-10 16:55:49 +00:00
2009-11-29 18:14:16 +00:00
2009-10-16 12:08:47 +00:00
2010-01-03 03:18:48 +00:00
2009-01-07 16:05:55 +00:00
2008-04-16 22:40:48 +00:00
2010-01-03 23:45:13 +00:00
2009-12-28 00:52:31 +00:00
2009-12-21 01:02:08 +00:00
2009-10-15 09:00:40 +00:00
2009-12-21 01:02:08 +00:00
2008-04-16 22:40:48 +00:00
2010-01-06 03:00:19 +00:00
2009-09-15 03:54:13 +00:00
2010-01-03 14:51:34 +00:00
2010-01-14 10:57:24 +00:00
2009-03-26 14:05:33 +00:00
2008-12-01 21:23:58 +00:00
2009-12-25 23:51:29 +00:00
2009-07-20 16:21:55 +00:00
2010-01-14 08:53:10 +00:00
2010-01-01 20:50:58 +00:00
2008-10-31 23:50:02 +00:00
2009-09-24 21:22:24 +00:00
2009-12-17 16:28:45 +00:00
2009-10-08 10:18:14 +00:00
2009-09-15 18:01:18 +00:00
2010-01-07 14:28:00 +00:00
2010-01-14 21:30:51 +00:00
2009-11-04 08:44:42 +00:00
2010-01-15 17:00:37 +00:00
2008-04-16 22:40:48 +00:00
2008-12-02 23:45:11 +00:00
2009-07-29 22:57:53 +00:00
2009-12-29 01:12:54 +00:00
2008-04-16 22:40:48 +00:00
2010-01-05 20:18:45 +00:00
2009-12-02 11:54:48 +00:00
2008-04-16 22:40:48 +00:00
2009-09-15 18:01:18 +00:00