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-01-22Eevee: Fix grid lighting disappearing when adding a new cubemap probe.Clément Foucault
2018-01-22Clay: Performance: Disable AO codepath if not necessary.Clément Foucault
2018-01-22DRW: Make the lamp widgets lines stippled.Clément Foucault
2018-01-22DRW: Remove unused material uniforms.Clément Foucault
2018-01-22Eevee: SSR: Optimize the AO out when not enabled.Clément Foucault
2018-01-22Eevee: Put all constant uniforms in a global UBO.Clément Foucault
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Update description of the screen_draw functionsGermano
2018-01-21WM: Fix snapping on split area without previewGermano
2018-01-21Cleanup: BLI_kdopbvh avoid negative array accessCampbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-21Fix old files with changed node socket type not loading correctly.Brecht Van Lommel
2018-01-20Merge branch 'master' into blender2.8Campbell Barton
2018-01-20Cleanup: doxy groups for screen_ops.cCampbell Barton
2018-01-20Merge branch 'master' into blender2.8Campbell Barton
2018-01-20Fix screen split preview refresh issuesCampbell Barton
2018-01-20Manipulator: tweak shape drawingCampbell Barton
2018-01-20GPU_batch: Add GPU_batch_wire_from_poly_2d_encodedCampbell Barton
2018-01-19Fix collections names no longer unique when moved aroundDalai Felinto
2018-01-19Collections: Fix for auto-named children when parent name is MAX_NAMEDalai Felinto
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Fixup for integer digits commitDalai Felinto
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-19Outliner: Remove User PreferencesDalai Felinto
2018-01-19Outliner: Fix unparenting poll (when drag'n'droping an object)Dalai Felinto
2018-01-19Outliner: Change All Scenes to Scenes and make it focus on compositingDalai Felinto
2018-01-19Outliner Filtering System + CleanupDalai Felinto
2018-01-19Depsgraph: Fix freeing of evaluated meshSergey Sharybin
2018-01-19Correct view3d_draw_bgpic_test declarationCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2018-01-19Fix T53786: Proportional size from redo ignoredCampbell Barton
2018-01-19WM: operator flag to check repeat/redo executionCampbell Barton
2018-01-19Fix sculpt error freeing NULL vertex bufferCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2018-01-19Cleanup: typosCampbell Barton
2018-01-19Fix T53823: Particle weight brush crashCampbell Barton
2018-01-19Fix T53832: Particle weight paint crashCampbell Barton
2018-01-19Eevee: Fix translucency light powers.Clément Foucault
2018-01-18Eevee: Volumetrics: Update/fix the lamp power convertion.Clément Foucault
2018-01-18Eevee: Implement Sun area lighting and few fixes/opti.Clément Foucault
2018-01-18Eevee: Optimize rectangle area light.Clément Foucault
2018-01-18Eevee: Use inversesqrt() when possible.Clément Foucault
2018-01-18Eevee: Implement new LTC algorithm for Sphere Lights.Clément Foucault