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
path: root/source
AgeCommit message (Expand)Author
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-09RNA: remove static strings from registrationCampbell Barton
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-08Remove unused lay value from Dupli object evaluation contextDalai Felinto
2017-06-08Revert "Fix some groups not showing in the viewport"Dalai Felinto
2017-06-08Fix some groups not showing in the viewportDalai Felinto
2017-06-08Fix T51750: Group selection brokenDalai Felinto
2017-06-08Depsgraph: Avoid over-documentationSergey Sharybin
2017-06-08Avoid allocation of evaluation context for iteratorSergey Sharybin
2017-06-08Fix T51733: 3d print toolbox checks report false positives.Bastien Montagne
2017-06-08Fix compilation error after recent depsgraph cleanupSergey Sharybin
2017-06-08Remove selection color from the baseSergey Sharybin
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-08Simplify Array modifier 'relative offset' handling.Bastien Montagne
2017-06-08WM: move manipulator library into editorsCampbell Barton
2017-06-07cleanup floating point literalsMike Erwin
2017-06-07WM: add wmManipulatorType, from wmManipulatorCampbell Barton
2017-06-07Fix: GP Clone brush was not correcting color references for pasted strokes ei...Joshua Leung
2017-06-07Fix: Pasting GP strokes files between files (or when the original colors were...Joshua Leung
2017-06-07GP Copy/Paste Fix: Paste button doesn't update after copying strokes using Ct...Joshua Leung
2017-06-07GPencil Copy/Paste Fix: Copying/Pasting strokes between datablocks would crashJoshua Leung
2017-06-07Manipulators: lamp, camera & force-fieldCampbell Barton
2017-06-07Bevel Op (internal and API) now returns new edges and verts as well asHoward Trickey
2017-06-07Minor manipulator API changesCampbell Barton
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-07Depsgraph: Remove unused operation codesSergey Sharybin
2017-06-07Depsgraph: Remove dead/unused operation codesSergey Sharybin
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-06-07Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-06-07gcc5 has issues with WconversionDalai Felinto
2017-06-07Optimization of tangent calculationSergey Sharybin
2017-06-07WM: remove unused return valuesCampbell Barton
2017-06-06Small cleanup: Use ELEM and wrong identationDalai Felinto
2017-06-06Eevee: Fix shader compilation issue.Clément Foucault
2017-06-06Cycles: Fix infinite update when using duplisSergey Sharybin
2017-06-06Draw Manager: Prevent misuse of static draw contextDalai Felinto
2017-06-06Depsgraph: Cleanup, unused includesSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-06-06WM: manipulator callback arg orderCampbell Barton
2017-06-06Force crash on depsgraph iterator wrong access.Dalai Felinto
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-06BLI: Use C++ guards for stack headerSergey Sharybin
2017-06-06Draw manager: visibility of objects centers to mimic old 2.7x behaviourDalai Felinto
2017-06-06Scene object iterator: Replace recursion with loopSergey Sharybin
2017-06-06Make particle size follow world space instead of screen spaceLuca Rood
2017-06-06WM: functions for assigning all manipulator callbacksCampbell Barton
2017-06-05Eevee: Optimize scene with a large number of objects.Clément Foucault