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-07-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-16Cleanup: Remove obscure flag which was only used for read in subsurf codeSergey Sharybin
2018-07-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-16Cleanup: More clear naming in UV vertex/element mappingsSergey Sharybin
2018-06-22Subsurf: Move away from using scene from modifier dataSergey Sharybin
2018-06-22Multires: Move away from using scene from modifier dataSergey Sharybin
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-08Add check in BKE_pbvh_apply_vertCos that number of deforming cos matches numb...Bastien Montagne
2018-06-04Cleanup: redundant headersCampbell Barton
2018-06-04Weight paint: Use helper function to get original meshSergey Sharybin
2018-06-04Fix weight paint crashCampbell Barton
2018-04-19Cleanup: unused functionsCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-01Merge branch 'master' into blender2.8Campbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-24Merge branch 'master' into blender2.8Bastien Montagne
2018-01-24Fix (unreported) missing feature in ccgdm pbvh generator.Bastien Montagne
2018-01-24Fix T53551: Weight paint crash when subsurf modifier is not first (master not...Bastien Montagne
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Cleanup: styleCampbell Barton
2018-01-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-15Sculpting: Sdd an option to hide mask in viewportSergey Sharybin
2018-01-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-11Subsurf: Make copyFinalLoopArray() threadedSergey Sharybin
2018-01-11Subsurf: Use regular mutex instead of RW oneSergey Sharybin
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Subsurf: Loop array should not be called mvSergey Sharybin
2018-01-10Subsurf: Remove increment of unused variableSergey Sharybin
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2017-12-22Subsurf: Avoid possible use of partially initialized edge hashSergey Sharybin
2017-12-22Subsurf: Avoid global lock for loops and orig index layersSergey Sharybin
2017-11-19Merge branch 'master' into blender2.8Julian Eisel
2017-11-19Fix T53347: Vertex paint crash on undo/exitCampbell Barton
2017-10-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-30Fix vertex paint w/ subsurf drawingCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-25Add an 'atomic cas' wrapper for pointers.Bastien Montagne
2017-09-25Tweak to fix for thread concurency in looptri generation.Bastien Montagne
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-20Fix T52852: Assert in looptri calculation after recent changes.Bastien Montagne
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-19Fix T52816: regression can't open file in 2.79 (crash).Bastien Montagne
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11Fix T52149: LoopTriArray computation was not correctly protected against conc...Bastien Montagne
2017-08-11Cleanup: deduplicate DM's getLoopTriArray() callback.Bastien Montagne