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
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-23Cleanup: remove unnecessary NULL checkCampbell Barton
2022-04-13Fix T97278: wrong hair particle shape with kink spiralHallam Roberts
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-19Partial revert '#if 0' cleanupCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-08-13Merge branch 'master' into blender2.8Bastien Montagne
2018-08-13Fix T56344: Crash when used Twist for Emitter type of Particles System.Bastien Montagne
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-20Fix T54069: Vertex groups for hair length is wrong in some casesSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-15Cleanup: Remove debug-only codeSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Simple hair children: Make twist affected by textureSergey Sharybin
2018-02-15Simple hair children: Make twist affected by vertex groupSergey Sharybin
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-15Particles: Wrap insane amount of arguments to child modifier evaluationSergey Sharybin
2018-02-14Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-14Particles: Avoid multiple function declarations in multiple placesSergey Sharybin
2018-02-14Particles: Cleanup, remove trailign whitespaceSergey Sharybin
2018-02-14Hair child: Use clamp function to clamp curve evaluationSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Fix T51774: Children particles hair interpolation not correct with textures o...Bastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-02-02Fix T46382: Crash sharing particle system with clump or rough curvesSergey Sharybin
2015-02-17Fix for particle path drawing with black tips.Lukas Tönne
2015-02-02Fix for hair child roughness.Lukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas Tönne