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
2014-10-30Math Lib: pseudoinverse_m4_m4 changed input matrixCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix for mat3_to_rot_size modifying input matrixCampbell Barton
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-23Cleanup: spellingCampbell Barton
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins
2014-10-22Meshdeform modifier: Use threaded evaluationSergey Sharybin
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21BLI_listbase: add `BLI_swaplinks` which swaps given links' positions in given...Bastien Montagne
2014-10-15Correct last commitCampbell Barton
2014-10-15Fix T42226: Glibc <= 2.8 fails to buildCampbell Barton
2014-10-14BLI_bitmap: add a macro to set/clear the whole bitmap at once.Bastien Montagne
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-10-10Code cleanup: Fix silly duplication of typecheck and swap macroSergey Sharybin
2014-10-10BLI_buffer: empty macroCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-05BLI_buffer: simplify buffer resizeCampbell Barton
2014-10-03Fix for 2-sided faces in array modifierCampbell Barton
2014-09-30Use native float math functions for MSVC12Sv. Lockal
2014-09-30Blend modes: fix array length being too shortKévin Dietrich
2014-09-29Don't error of sign-conversion for < gcc v4.8Campbell Barton
2014-09-28Fix T41986: polyfill fails with axis aligned vertsCampbell Barton
2014-09-28Correct recent error in BLI_array_append_retCampbell Barton
2014-09-28Comments: clarify math libCampbell Barton
2014-09-28BLI_array: add BLI_array_append_retCampbell Barton
2014-09-28BLI_Stack add BLI_stack_peek, BLI_stack_discardCampbell Barton
2014-09-25Fix previous commit rB34abb614f1344a6, which broke addons translations.Bastien Montagne
2014-09-25Type checking macro: CHECK_TYPE_ANYCampbell Barton
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-24Cleanup: boolCampbell Barton
2014-09-23Macro VA_NARGS, increase max to 64Campbell Barton
2014-09-22Fix T41891: Alt+S can't save imageCampbell Barton
2014-09-16Math Lib: use higher precision for vector printingCampbell Barton
2014-09-16Math Lib: add mul_v3_project_m4_v3Campbell Barton
2014-09-16Cleanup: sync map_to_sphere, UNLIKELY xy zero caseCampbell Barton
2014-09-14Correct last commitCampbell Barton
2014-09-14Cleanup & typo in assignmentCampbell Barton
2014-09-11Fix crash in BLI_kdtree_range_searchCampbell Barton
2014-09-06Math Lib: Add copy_m2_m2, unit_m2, zero_m2Campbell Barton
2014-09-04Write Compressed blend files directlyCampbell Barton
2014-08-29Fix for blender.exe -r being registering blender-app.exeSergey Sharybin
2014-08-29Add callback for starting a render-jobCampbell Barton
2014-08-29Remove redundant castsCampbell Barton
2014-08-29CleanupCampbell Barton