This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
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-11-10 20:43:45 +00:00
2009-11-26 17:20:02 +00:00
2009-10-22 09:31:07 +00:00
2009-12-10 14:26:06 +00:00
2009-06-13 11:09:13 +00:00
2010-01-04 21:15:45 +00:00
2009-07-02 19:41:31 +00:00
2.5
2009-01-23 14:43:25 +00:00
2010-01-08 17:50:55 +00:00
2009-06-23 00:09:26 +00:00
2010-01-09 00:16:35 +00:00
2009-03-17 22:27:15 +00:00
2.5
2009-01-13 15:18:41 +00:00
2.5
2009-04-20 10:13:55 +00:00
2009-08-03 14:40:10 +00:00
2009-12-09 15:24:55 +00:00
2009-12-10 17:37:04 +00:00
2009-08-02 13:15:20 +00:00
2009-08-09 21:16:39 +00:00
2009-11-25 17:51:16 +00:00
2009-12-16 19:49:33 +00:00
2009-11-21 22:45:25 +00:00
2010-01-01 05:09:30 +00:00
2009-12-03 18:35:37 +00:00
2009-09-22 16:23:46 +00:00
2010-01-01 15:48:14 +00:00
2.5
2009-06-19 23:05:21 +00:00
2009-07-11 22:22:53 +00:00
2009-12-13 19:45:23 +00:00