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
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-14add assert if both args to invert_m4_m4 are the same.Campbell Barton
2012-12-13add include so alloca() is found on mingw.Campbell Barton
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-11fix for building with msvcCampbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-11switch BLI_ghashutil_strhash() to "djb" hash (as used by glib),Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10revert most of r52820 (patch to fix [#33452]), this caused a regression in te...Campbell Barton
2012-12-09style cleanupCampbell Barton
2012-12-09patch [#33452] Double click select does not work properly + patchCampbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-01style cleanupCampbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-27fix crash with path conversion, not all materials have nodesAntony Riakiotakis
2012-11-27add osl shader scripts to bpath walker (so making paths absolute or relative ...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-27Fix #33226: error loading .blend files with different endian on Mac. The causeBrecht Van Lommel
2012-11-26fix [#33305] Bevel tool crashes Blender if the number of segments exceeds 28Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17Fix #33210: Diffuse Pass in scale node leads to problemsSergey Sharybin
2012-11-16BLI_assert() when math functions that require are normalize vector are called...Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-11-14Fix #33171: Sculpt lag in recent buildsSergey Sharybin
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-11-08Attempt to fix OSX compilation issue.Sergey Sharybin
2012-11-08Correction to previous commitSergey Sharybin