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
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-08WM: move manipulator library into editorsCampbell Barton
2017-06-07cleanup floating point literalsMike Erwin
2017-06-07WM: add wmManipulatorType, from wmManipulatorCampbell Barton
2017-06-07Manipulators: lamp, camera & force-fieldCampbell Barton
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
2017-06-05WM: pass manipulator-map when creating wmManipulatorGroupCampbell Barton
2017-06-05Merge branch 'master' into blender2.8Campbell Barton
2017-06-05WM: add WM_manipulatorgrouptype_append_ptrCampbell Barton
2017-06-05WM: de-duplicate operator append codeCampbell Barton
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-06-05DwM: skip background-set objects w/ selectionCampbell Barton
2017-06-05Clay Engine: Improve sampling of SSAOClément Foucault
2017-06-04Eevee: Modify Blue Noise.Clément Foucault
2017-06-04Eevee: Move Spherical Harmonics to a new Probe UBO.Clément Foucault
2017-06-04Eevee: Material code refactor.Clément Foucault
2017-06-04World: Add temporary update flag.Clément Foucault
2017-06-04Fix T51587: Blender fails to interpret a specific layer in OpenEXR multilayer...Lukas Stockner
2017-06-03Eevee: Fix compilation errorClément Foucault
2017-06-03Eevee: Cleanup. Group data functions into one file.Clément Foucault
2017-06-03Eevee: fix bad eye vector and get rid of two uniformClément Foucault
2017-06-03Eevee: Reduce shadow map precision.Clément Foucault