Blender Git Commits

Blender Git "master" branch commits.

Page: 3402 / 5574

November 12, 2012, 08:39 (GMT)
fix syntax error when disabling both IK solvers
November 12, 2012, 07:33 (GMT)
code cleanup: spelling,
also initialize bmesh-bevel settings struct to zero to avoid possible uninitialized memory later.
November 12, 2012, 05:53 (GMT)
BM_iter_as_arrayN() can now take an optional existing array argument, useful to avoid many small malloc's by passing a fixes size stack variable instead.

Will give some speedup to edge-split modifier and bevel.
November 12, 2012, 05:29 (GMT)
bmesh bevel todo: don't loop through all faces to find faces connected to a vertex.
November 12, 2012, 04:50 (GMT)
replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_is_boundary
November 12, 2012, 03:41 (GMT)
style cleanup
November 12, 2012, 03:37 (GMT)
build fix: recent commit broke building on 64bit linux
Revision 5d8a207 by Joshua Leung
November 12, 2012, 03:26 (GMT)
Whitespace tweaks and Bugfixes

* Fixed memory leak, where temp buffers for tGpTimingData were not freed
* Fixed crash when there was no active object when converting to paths
November 12, 2012, 03:23 (GMT)
update to python api `Gotcha` docs to reflect changes to the api. also add a section about modifying linked library data.
November 12, 2012, 02:52 (GMT)
Bevel: several bug fixes.
Revision c844033 by Joshua Leung
November 12, 2012, 02:30 (GMT)
Scons compiling fix

Proper implementation for only including the boost locale libs when
WITH_BF_INTERNATIONAL is enabled, so that those of us who do not need/want to
bother with translated ui's can compile. The way it was done before was wrong as
1) the value was always set to true earlier in the config scripts, 2) the base
config scripts run before user config overrides are set
Revision cf1801e by Joshua Leung
November 12, 2012, 02:25 (GMT)
DNA alignment fix for GPencil commit
November 12, 2012, 00:30 (GMT)
Merged changes in the trunk up to revision 52118.

Conflicts resolved:
source/blender/makesrna/intern/rna_scene.c
November 11, 2012, 23:33 (GMT)
fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects extra elements
November 11, 2012, 22:50 (GMT)
Fix CMake boost locale lib names for MinGW64.
November 11, 2012, 20:41 (GMT)
OSX: fix linking with new boost_locale
November 11, 2012, 19:53 (GMT)
* Remove one last "gnu_gettext.dll" reference in scons.
November 11, 2012, 19:46 (GMT)
Clen up of gettext stuff from scons scripts... Did not touch to buildbots ones, nor to iconv, as it�??s still uncleare whether we can get rid of it :/
November 11, 2012, 18:56 (GMT)
* Replace math.h with BLI_math.h, this fixes compile on windows.
November 11, 2012, 18:38 (GMT)
Fix for RNA soft values (confused with hard ones... tss).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021