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-25Fix warnings about undefined _POSIX_C_SOURCE with gcc 4.2 on Mac.Brecht Van Lommel
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-25Do not redefine math functions for floats if compiler complies with C99 or PO...Sv. Lockal
2013-01-24Added some code which helps troubleshooting issues caused bySergey Sharybin
2013-01-23Fix normalize_m4_m4 not working correct by not copying the entire matrix,Brecht Van Lommel
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20minor change r53918 was supposed to resolve.Campbell Barton
2013-01-20correction for msvc2008Campbell Barton
2013-01-19use malloc for BLI array reallocation. Existing code initializes memory.Campbell Barton
2013-01-19code cleanup: BLI_array.h's BLI_array_grow_items macro was unmanageable.Campbell Barton
2013-01-19utility function to get a mempool as a pointer array.Campbell Barton
2013-01-19replace error prints with asserts in BLI_mempool when an iterator function is...Campbell Barton
2013-01-19utility vector functions for flipping one vector about another:Campbell Barton
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