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-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
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-29Particles: Remove dedicated recalc field from ParticleSettingsSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey 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-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Farewell Scene->basactDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Merge branch 'master' into blender2.8Sergey Sharybin