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
2018-05-01Modifiers: Add wrapper functions with Mesh / DerivedMesh conversionMai Lavelle
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-01Merge branch 'master' into blender2.8Campbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne
2015-12-22Get rid of OMP in MOD_build.Bastien Montagne
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Compile Fix: BKE_mesh.h is needed for the BKE_MESH_OMP_LIMIT defineJoshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-01-18use openmp sections for felling origindex arraysCampbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-01-20style edits to build modifier apply functionCampbell Barton
2012-01-20improvements to build modifierCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-11svn merge -r41723:41751 ^/trunk/blenderCampbell Barton
2011-11-10Fix [#29214] build modifier calculates wrong fraction of faces/verts/edges to...Andrew Wiggin
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton