Blender Git Commit Log

Git Commits -> Revision 5d30c23

Revision 5d30c23 by Campbell Barton (master)
May 20, 2015, 04:12 (GMT)
doxygen: corrections/updates

Also add depsgraph & physics

Commit Details:

Full Hash: 5d30c23c35aafba3a9bc772b4e66dd70b1ed84de
Parent Commit: 922d5ed
Lines Changed: +307, -139

71 Modified Paths:

/doc/doxygen/doxygen.intern.h (+0, -12) (Diff)
/doc/doxygen/doxygen.source.h (+24, -16) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+0, -8) (Diff)
/intern/iksolver/extern/IK_solver.h (+5, -5) (Diff)
/intern/memutil/MEM_CacheLimiter.h (+8, -5) (Diff)
/intern/memutil/MEM_RefCountPtr.h (+10, -7) (Diff)
/intern/memutil/MEM_SmartPtr.h (+10, -6) (Diff)
/source/blender/avi/AVI_avi.h (+3, -4) (Diff)
/source/blender/blenkernel/BKE_mesh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+8, -7) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+7, -4) (Diff)
/source/blender/blenkernel/intern/object_deform.c (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_dynstr.c (+4, -4) (Diff)
/source/blender/blenlib/intern/convexhull2d.c (+1, -1) (Diff)
/source/blender/blenlib/intern/edgehash.c (+4, -4) (Diff)
/source/blender/blenlib/intern/gsqueue.c (+4, -4) (Diff)
/source/blender/blenlib/intern/string_utf8.c (+5, -5) (Diff)
/source/blender/blenlib/intern/timecode.c (+0, -1) (Diff)
/source/blender/blenloader/BLO_readfile.h (+2, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_core.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mods.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+3, -5) (Diff)
/source/blender/bmesh/tools/bmesh_edgenet.c (+0, -1) (Diff)
/source/blender/bmesh/tools/bmesh_edgesplit.c (+0, -1) (Diff)
/source/blender/bmesh/tools/bmesh_wireframe.c (+1, -1) (Diff)
/source/blender/compositor/COM_compositor.h (+1, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+11, -6) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+4, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+4, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+4, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_queue.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_queue.h (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cc (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsnode.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsnode_component.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsnode_component.h (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsnode_opcodes.h (+5, -1) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.cc (+4, -0) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.h (+4, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.cc (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_cycle.h (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_function.h (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_hash.h (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_map.h (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.cc (+4, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_pchanmap.h (+4, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_set.h (+6, -0) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.cc (+7, -1) (Diff)
/source/blender/depsgraph/util/depsgraph_util_transitive.h (+6, -0) (Diff)
/source/blender/editors/interface/view2d.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+3, -3) (Diff)
/source/blender/physics/BPH_mass_spring.h (+4, -0) (Diff)
/source/blender/physics/intern/eigen_utils.h (+1, -1) (Diff)
/source/gameengine/Expressions/PyObjectPlus.cpp (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021