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-05-28Cleanup: spellingCampbell Barton
2020-04-05Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: ParticleSettings: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-11-09Fluid Particles: fix threading crash with viscoelastic springs.Alexander Gavrilov
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
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-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-16Particle: Remove Billboard Particle codeClément Foucault
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-03-05Fix T62163: Duplicating particle system results in crashJacques Lucke
2019-02-23Cleanup: move variable declarations to headersCampbell 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
2019-01-31Fix T59339: Particle render without baking issuesSergey Sharybin
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2019-01-04Fix T60132: Convert hair particles to meshSergey Sharybin
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-10-08Cleanup: use DRW_object_is_* for object checksCampbell Barton
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-29Fix T55645: broken particle Use Count option for instancing objects.Brecht Van Lommel
2018-06-19Particles: Add utility function to copy particles from one system to anotherSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-14Cleanup: styleCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-06-12Particle: Use loclaized RNG for physics simulationSergey Sharybin
2018-06-07Particle edit: Simplify code by benefiting from single edit contextSergey Sharybin
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Particle System: move data creation into RNA updateCampbell Barton
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-26Fix T55207, fix T55208: hair not positioned correctly after subsurf.Brecht Van Lommel
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-15Particle edit: Need to check DONE flag from evaluated psysSergey Sharybin
2018-05-15Depsgraph: Keep track of original particle systemSergey Sharybin
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-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel