Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-23reduce sign conversion comparisons for smallhash and tweak warnings elsewhere.Campbell Barton
2013-06-23build fix for old gccs (after rev.57620)Dalai Felinto
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20reduce sign comparisons for ghash and add more strict warnings for gcc.Campbell Barton
2013-06-20move sort from vert/edge/face into mesh menu only (sorting isn't such a commo...Campbell Barton
2013-06-19correct for own regressions when refactoring select-path, was using heap popm...Campbell Barton
2013-06-18Fix for own mistake in r57555 :-(Jürgen Herrmann
2013-06-18Compile fix for r57554 missing include "BLI_string.h" in BLI_path_util.hJürgen Herrmann
2013-06-17fix for editmesh transform connected,Campbell Barton
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-06-07text rendering: shadow offset was causing text to clip, now check for clippin...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-03add asserts when scanfilling or triangulating with zero length normal.Campbell Barton
2013-05-30remove null checks for list functions, all hard asserts so we would have noti...Campbell Barton
2013-05-30UI: support 3 digit hex colors like HTML, e.g. #123 becomes #112233.Brecht Van Lommel
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-30remove duplicate sys-types headers.Campbell Barton
2013-05-29Addition to r57094 by Campbell:Jürgen Herrmann
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28add BLI_sys_types.hCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28reorder includes for winCampbell Barton
2013-05-28optimize mirror merging, remove array reallocation, replace with fixed size a...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26bmesh: replace BLI_array reallocs with alloca, also don't check all faces for...Campbell Barton
2013-05-26code cleanup: quiet pedantic warning in array macro.Campbell Barton
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-19style cleanupCampbell Barton
2013-05-19code cleanup: simplify fast_ray_nearest_hit()Campbell Barton
2013-05-14style cleanupCampbell Barton
2013-05-13fix for building with mingwCampbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12Fix #35319: python 2x2 matrix inverse and adjugate were wrong.Brecht Van Lommel
2013-05-12quiet sign conversion warnings and reduce sign conversion for BLI_string, and...Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-11utility functions to reverse and rotate linklists.Campbell Barton
2013-05-10Fix #35270: files with numbers higher than 2147483648 or with different numbersBrecht Van Lommel
2013-05-10use unsigned ints for edgehashCampbell Barton
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton