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-08-07GHash/EdgeHash: avoid NULL check on iterator initCampbell Barton
2014-08-05Fix incorrect comments in listbase, add unit test to verify changeNicholas Bishop
2014-08-05Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffixCampbell Barton
2014-08-04Tweaks to macrosCampbell Barton
2014-08-04Macros: prevent instantiation of args for type checksCampbell Barton
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-08-01Make function definition consistent with function declaration (as discussed w...gaiaclary
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-08-01OSX/scons: Change Blender bundle datastructures + referennces to match the up...Jens Verwiebe
2014-07-30BLI_path_utils: rename BLI_clean -> BLI_path_native_slashCampbell Barton
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2014-07-30leanup: style, use 'const' where possible, and simplified blend funcs.Bastien Montagne
2014-07-30missed last commitCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-30GHash: generic comparison for int[4]Campbell Barton
2014-07-28WarningsCampbell Barton
2014-07-28Fix T40831: Shrink wrap modifier causes very high CPU usage when targeting me...Sergey Sharybin
2014-07-21Fix errors in hsv calculation from recent optimization patch.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-21Optimisation to rgb <-> hsv/l conversionAntony Riakiotakis
2014-07-21Math Lib: Add isect_point_tri_v3Campbell Barton
2014-07-20Correction to 7c7b730, multiplication order was flippedSergey Sharybin
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-19Code cleanup: warningsCampbell Barton
2014-07-19Cleanup: Use more logically constructed ELEM macrosCampbell Barton
2014-07-17Use compiler attributes for more BLI libsCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-07-15BLI_stack: various small additionsCampbell Barton
2014-07-15Edgehash: Improve magic number for hashingCampbell Barton
2014-07-14GHash, EdgeHash: add debugging function to measure the hash qualityCampbell Barton
2014-07-14Remove redundant NULL checkCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-14Math Lib: accept a limit of 0.0 when comparing vectorsCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-07-09Math Lib: add function to get signed angle about an axisCampbell Barton
2014-07-09Correct IS_EMPTY macroCampbell Barton
2014-07-08BLI_string, dont pass unicode to ascii BLI_str_partition functionsCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-30BLI_stack, use memory chunks rather then realloc when resizingCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-28BLI_stack: use strict flagsCampbell Barton
2014-06-28CMake: update source filesCampbell Barton