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-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28Cleanup: Nuke DM out of particle edit code.Bastien Montagne
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-21Cleanup: get rid of dual DM/Mesh versions of mirror topology code.Bastien Montagne
2018-06-20Cleanup: get rid of last BLI_frand usage.Bastien Montagne
2018-06-19Particles: Support changing modifiers during particle edit modeSergey Sharybin
2018-06-18Avoid assert on startupCampbell Barton
2018-06-18Particle: Add missing field initializaitonSergey Sharybin
2018-06-15Hair editing: Use original object's particles for drawingSergey Sharybin
2018-06-15Hair editing: Multi-thread various partsSergey Sharybin
2018-06-15Hair editing: Only tag Copy-on-Write when children are enabledSergey Sharybin
2018-06-13Merge branch 'master' into blender2.8Campbell Barton
2018-06-13WM: check release event for particle edit modeCampbell Barton
2018-06-13Cleanup: unused varCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-07Particle edit: Simplify code by benefiting from single edit contextSergey Sharybin
2018-06-06Fix crash when file is saved in particle edit modeSergey Sharybin
2018-06-06Particle edit: Fix missing hair with new oarticle system addedSergey Sharybin
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-30Cleanup/fix wrong modifiers targets handling in COW context.Bastien Montagne
2018-05-26Fix T55207, fix T55208: hair not positioned correctly after subsurf.Brecht Van Lommel
2018-05-24Fix all modifiers that depended on BKE_modifier_get_evaluated_mesh_from_objectDalai Felinto
2018-05-23Cleanup: move toolsystem into own includeCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-05-16Particle edit: Use proper modifier to get evaluated derived mesh fromSergey Sharybin
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-15Particle edit: Fix generation of KD tree for emittersSergey Sharybin
2018-05-15Particle edit: Need to check DONE flag from evaluated psysSergey Sharybin
2018-05-15Particle edit: Add missing looking tag in cut brushSergey Sharybin
2018-05-15Particle edit: Use proper batch cache flagSergey Sharybin
2018-05-15Fix hair edit mode after recent fix for DEG sued from draw codeSergey Sharybin
2018-05-14Particle edit: Avoid depsgraph tag from draw codeSergey Sharybin
2018-05-14Revert "Tag update when using particle edit brushes"Sergey Sharybin
2018-05-11Fix crash going to edit mode of particles with copy on writeSergey Sharybin
2018-05-11Remove unused functions which will break with copy-on-writeSergey Sharybin
2018-05-11Particle edit: Initial support of edit with copy-on-writeSergey Sharybin
2018-05-09Depsgraph: Tag object for copy-on-write update when toggling particle edit modeSergey Sharybin
2018-05-09Draw manager: Initial implementation of key points visualizationSergey Sharybin
2018-05-09Merge branch 'master' into blender2.8Philipp Oeser
2018-05-09Fix T54997: simple typo in property descriptionPhilipp Oeser
2018-05-09Draw manager: Use utility function to get particle edit modeSergey Sharybin
2018-05-08WM: publish Object.mode changes on mode switchingCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Germano
2018-05-03Particle Edit: Shape Cut: Create and use bvhtree with AABB hull.Germano
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