Revision d0570c3 by Jason Wilkins November 12, 2012, 08:39 (GMT) |
fix syntax error when disabling both IK solvers |
Revision cf6994b by Campbell Barton November 12, 2012, 07:33 (GMT) |
code cleanup: spelling, also initialize bmesh-bevel settings struct to zero to avoid possible uninitialized memory later. |
Revision 0bfc92f by Campbell Barton 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. |
Revision 428e5b7 by Campbell Barton November 12, 2012, 05:29 (GMT) |
bmesh bevel todo: don't loop through all faces to find faces connected to a vertex. |
Revision 97b7154 by Campbell Barton November 12, 2012, 04:50 (GMT) |
replace BM_edge_face_count with BM_edge_is_manifold/BM_edge_is_wire/BM_edge_is_boundary |
Revision 7443784 by Campbell Barton November 12, 2012, 03:41 (GMT) |
style cleanup |
Revision 955b5db by Campbell Barton 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 |
Revision d22c5d4 by Campbell Barton 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. |
Revision b747759 by Howard Trickey 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 |
Revision 7fa0962 by Tamito Kajiyama November 12, 2012, 00:30 (GMT) |
Merged changes in the trunk up to revision 52118. Conflicts resolved: source/blender/makesrna/intern/rna_scene.c |
Revision 89845f2 by Campbell Barton November 11, 2012, 23:33 (GMT) |
fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects extra elements |
Revision 929e88f by Antonis Ryakiotakis November 11, 2012, 22:50 (GMT) |
Fix CMake boost locale lib names for MinGW64. |
Revision fbc1cc7 by jens verwiebe November 11, 2012, 20:41 (GMT) |
OSX: fix linking with new boost_locale |
Revision 31fd769 by Thomas Dinges November 11, 2012, 19:53 (GMT) |
* Remove one last "gnu_gettext.dll" reference in scons. |
Revision 0738284 by Bastien Montagne 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 :/ |
Revision 13e4740 by Thomas Dinges November 11, 2012, 18:56 (GMT) |
* Replace math.h with BLI_math.h, this fixes compile on windows. |
Revision 3dffa02 by Bastien Montagne November 11, 2012, 18:38 (GMT) |
Fix for RNA soft values (confused with hard ones... tss). |
|