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-01-16style cleanupCampbell Barton
2013-01-15Follow general mathutils rules for naming straight<->premul functionsSergey Sharybin
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-11add padding for node view-all, view-home operators.Campbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08comment fix.Antony Riakiotakis
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-07add area_poly_v3_max() for use with area_poly_v3Campbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-06BLI_assert uses printf so stdio.h should be included instead of relying on it...Jason Wilkins
2013-01-05There was a typo in previous commitSergey Sharybin
2013-01-04Optimization for speed regression in mipmap generationSergey Sharybin
2013-01-02add assert to BLI_buffer_at if a type is given different to 'elem_size'Campbell Barton
2013-01-02extend BLI_bufferCampbell Barton
2013-01-02style cleanupCampbell Barton
2013-01-01Intent to fix windows not compiling after r53480.Bastien Montagne
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-30Add BLI_buffer, an alternative to BLI_arrayNicholas Bishop
2012-12-30Add function to find closest point in triangle to another pointNicholas Bishop
2012-12-29style cleanupCampbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-27correction for poly_to_tri_count() when given zero poly count.Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-12-25make weight paint respect box & near clipping.Campbell Barton
2012-12-24code cleanup: don't alloca zero size and remove paranoid NULL checks (checked...Campbell Barton
2012-12-23code cleanupCampbell Barton
2012-12-23fix for bug where weight paint would draw hidden faces but not draw then with...Campbell Barton
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
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