Blender Git Commit Log

Git Commits -> Revision aedd4af

Revision aedd4af by Campbell Barton (master)
March 12, 2012, 06:53 (GMT)
code cleanup/bugfix uninitialized values
- edgebisect bmesh operator used uninialized beauty field.
- BLI_join_dirfile could read from before the string bounds when passed an empty dir string.
- pransform could use an uninitialized projected coordinate (unlikely but possible)
- RNA_property_path_from_ID_check would compare against an uninitialized pointer when the path wasn't found.

also have bmesh walker use BM_edge_other_vert() utility function.

Commit Details:

Full Hash: aedd4af57e5777dd32585560980f4661ec4d491d
SVN Revision: 44823
Parent Commit: 0873cba
Lines Changed: +52, -46

6 Modified Paths:

/source/blender/blenlib/intern/path_util.c (+3, -3) (Diff)
/source/blender/bmesh/intern/bmesh_walkers_impl.c (+4, -7) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+2, -2) (Diff)
/source/blender/editors/transform/transform.c (+34, -29) (Diff)
/source/blender/editors/transform/transform.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_access.c (+6, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021