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
2020-02-11Cleanup: extra semicolons, comma use, undeclared varsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-20Fixed secondary particle combined export functionalitySebastián Barschkis
2019-12-18Cleanup: const warning, unused varCampbell Barton
2019-12-17Fluid: Fix particle settings typeSebastián Barschkis
2019-12-17Cleanup: spellingCampbell Barton
2019-12-17Cleanup: style, always use bracesCampbell Barton
2019-12-16Mantaflow [Part 8]: Customization for particle systemSebastián Barschkis
2019-11-09Fluid Particles: fix threading crash with viscoelastic springs.Alexander Gavrilov
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-06Cleanup: spelling (neighbor)Campbell Barton
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-06-21Revert "Particle system: Move runtime data to runtime field"Sergey Sharybin
2019-06-13Particle system: Move runtime data to runtime fieldSergey Sharybin
2019-05-21Cleanup: remove unused functionBrecht Van Lommel
2019-05-21Particle: optimize threading for many particles and many coresJuan Gea
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: styleCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-05Fix T62163: Duplicating particle system results in crashJacques Lucke
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: initial regrouping of ID create/copy flags.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-04T61148: Particle properties can not be edited after keyframingSergey Sharybin
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T59339: Particle render without baking issuesSergey Sharybin
2019-01-31Particles: Fixes for synchronization to originalSergey Sharybin
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Fix crash happening with hair stepSergey Sharybin
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13Fix T57105: Baked Particles could not be rendered as expectedSergey Sharybin
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel