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-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16correct own incorrect check bmesh edgerin subdivide, also add missing break i...Campbell Barton
2013-07-16revert part of own commit r58254, utf8 isnt stepping by 1 always so use less-...Campbell Barton
2013-07-15correct placement of debug memset() for DEBUG_STRSIZECampbell Barton
2013-07-15fix for error in string copyCampbell Barton
2013-07-15debug option (off by default), for BLI_string to help find incorrect sizes be...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-13fix for orthogonalize_m3,4, missing break statements in switch.Campbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-11fix [#36105] Bevel UV FlickerCampbell Barton
2013-07-11utility function for printing arbitrary sizes vectors.Campbell Barton
2013-07-10no need to copy mat4x4 -> 3x3 in mat4_to_scaleCampbell Barton
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-07-09fix [#36066] crash when Tab out text objectCampbell Barton
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-07-05fix [#35987] bevel gives nan verticesCampbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-28fix for out of bounds read in BLI_path_relCampbell Barton
2013-06-27- remove edge collapse loop operator (now replaced by dissolve).Campbell Barton
2013-06-26remove unused callbackCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-24remove own optimization in scanfill, in rare cases it caused problems, report...Campbell Barton
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-23Make edgehash and ghash use the same limit for expanding buckets, r26206 chan...Campbell Barton
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