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
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
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-14Cloth: Improve UILuca Rood
2018-08-31Cloth: Componentize forcesLuca Rood
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-14Merge branch 'master' into blender2.8Campbell Barton
2018-08-14Cleanup: use braces w/ particle loop macrosCampbell Barton
2018-07-23Fix T55634: Particle Viewport Display affects render visibiltySergey Sharybin
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Cleanup: nuke G.main from BKE's particle_system.cBastien Montagne
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel