Blender Git Commit Log

Git Commits -> Revision 370adc5

Revision 370adc5 by Campbell Barton (master)
January 5, 2011, 05:33 (GMT)
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.

Commit Details:

Full Hash: 370adc51ffa31af482b94b3ba15f601987e29a40
SVN Revision: 34083
Parent Commit: d387c19
Lines Changed: +235, -57

4 Modified Paths:

/release/scripts/op/io_scene_x3d/export_x3d.py (+43, -49) (Diff)
/source/blender/blenkernel/BKE_library.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/library.c (+24, -6) (Diff)
/source/blender/makesrna/intern/rna_main_api.c (+164, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021