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
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Fix T55645: broken particle Use Count option for instancing objects.Brecht Van Lommel
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-21Fix incorrect use of G.is_rendering for particles in some places.Brecht Van Lommel
2018-06-19Particles: Support changing modifiers during particle edit modeSergey Sharybin
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-15Hair editing: Multi-thread various partsSergey Sharybin
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 local RNG during initializationSergey Sharybin
2018-06-12Cleanup: IndentationSergey Sharybin
2018-06-07Particle edit: Simplify code by benefiting from single edit contextSergey Sharybin
2018-06-05Object Modes: Flush COW on mode switchingCampbell Barton
2018-05-30Hair Particles: DNA: Add properties for new GPU hairs.Clément Foucault
2018-05-26Fix T55207, fix T55208: hair not positioned correctly after subsurf.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-16Particle edit: Fix disappearing child particles when toggling edit modeSergey Sharybin
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-16Particle System: use DEG to get current time in psys_get_particle_state()Sybren A. Stüvel
2018-05-15particle edit: Fix crash when using without copy-on-writeSergey Sharybin
2018-05-15Particles: Fix uninitialized child orco passed to modifiersSergey Sharybin
2018-05-15Particle edit: Need to check DONE flag from evaluated psysSergey Sharybin
2018-05-15Particle edit: Support children particles display with copy on writeSergey Sharybin
2018-05-15Depsgraph: Keep track of original particle systemSergey Sharybin
2018-05-15Particle edit: Make check to work within copy-on-write conceptSergey Sharybin
2018-05-15Particle edit: Edit path invalidate should trigger particle system path re-cacheSergey Sharybin
2018-05-15Particle edit: Restore weird-looking conditions in evaluationSergey Sharybin
2018-05-11Remove debug only codeSergey Sharybin
2018-05-11Particle edit: Initial support of edit with copy-on-writeSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-18Merge remote-tracking branch 'origin/master' into blender2.8Sybren A. Stüvel
2018-04-18Particles: Interpolate size for interpolated childrenSergey Sharybin
2018-04-17Make particle edit mode work againMai Lavelle
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-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-07Cleanup: use _BEGIN suffix for group iteratorsCampbell Barton
2018-02-16Cleanup: quiet warningCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Simple hair children: Make twist affected by textureSergey Sharybin
2018-02-15Fix T54078: Adding subsurf prior to particle system breaks simple children vg...Sergey 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-15Fix crash when rendering particles with cyclesMai Lavelle