Files
test/release/scripts
Campbell Barton 370adc51ff py api function to tag all ID blocks, was available in 2.4x as.
bpy.data.meshes.tag = True

But this was only useful for setting so make it a function for 2.5x.
 bpy.data.objects.tag(False)


X3D: use tagging rather then a name dictionary, this fixes a bug where library name overlaps could mix up names.
2011-01-05 05:33:27 +00:00
..
2010-12-29 19:50:08 +00:00
2010-12-28 11:50:10 +00:00
2010-12-22 18:43:21 +00:00