This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton 64f300ccf4 Use python subtypes so bpy.types.Mesh is a subtype of bpy.types.ID
This means checks like this work.
 isinstance(bpy.data.meshes[0], bpy.types.ID)
 
 bpy.types.Mesh.__base__ == bpy.types.ID
2009-07-10 18:09:53 +00:00
..
2.5
2009-07-08 14:26:43 +00:00
2.5
2009-07-09 15:40:04 +00:00
2009-04-01 12:43:07 +00:00
2009-07-08 21:31:28 +00:00
2009-06-05 12:48:58 +00:00
2009-06-18 19:51:22 +00:00
2008-11-29 13:36:08 +00:00
2009-06-20 13:53:14 +00:00
2009-06-14 12:53:47 +00:00
2009-06-23 00:09:26 +00:00