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
2019-08-15Cleanup: unused warningsCampbell Barton
2019-08-15Fix T68014: Add-on's override Python built-in modulesCampbell Barton
2019-08-15Mesh: bypass legacy tessface conversion step when remeshingCampbell Barton
2019-08-15msvc: Enable /bigobj on all object files.Lazydodo
2019-08-15Fix T68658: Text offset makes scale to fit not to workDalai Felinto
2019-08-15Eevee: Fix tangent map node not using the right UVMapClément Foucault
2019-08-15GPU: Vertex Format: Increase number of byte per attribute nameClément Foucault
2019-08-15Mesh Batch Cache: Split UV an tangent into 2 distinct VBOsClément Foucault
2019-08-15GPU: Vertex Format: ADd function for safe GLSL attrib nameClément Foucault
2019-08-15Cleanup: fix compiler warningsBrecht Van Lommel
2019-08-14Sculpt: mesh abstraction APIPablo Dobarro
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-14Cleanup: Fix build error with MSVCLazydodo
2019-08-14Cleanup: use BKE_mesh_ prefix for the remesh APICampbell Barton
2019-08-14Fix T68657: Voxel remesh crashCampbell Barton
2019-08-14Cleanup: use doxy sections for wm_operators.cCampbell Barton
2019-08-14Cleanup: warnings, unnecessary nested headerCampbell Barton
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-14OpenVDB: Voxel RemesherPablo Dobarro
2019-08-14UI: suppress Copy/Paste/Edit Driver options on whole array property fields.Alexander Gavrilov
2019-08-14OpenVDB: mesh/level set conversion, filters and CSG operationsPablo Dobarro
2019-08-14Install_deps: bump official numpy version to 1.17.0Bastien Montagne
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Cleanup: headersCampbell Barton
2019-08-14Cleanup: split out splash screen into own fileCampbell Barton
2019-08-14Cleanup: remove comment to workaround weak code parsingCampbell Barton
2019-08-14GPencil: Revert commit d727f4f22340 (Interpolate menu)Antonioya
2019-08-14Fix main part of T68646: Library overrides: Broken parenting (parent inverse ...Bastien Montagne
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-14Added missing forward declarationSybren A. Stüvel
2019-08-14Eevee: Fix: Regression when using ssr and default shaderClément Foucault
2019-08-14Fix T68487: double free when inserting keyframe outside of action clip rangeJacques Lucke
2019-08-14Fix Area.ui_type invalid during area changeJulian Eisel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-14Cleanup: pep8, prefix unused argCampbell Barton
2019-08-14Manage GPU_matrix stacks per GPUContextJulian Eisel
2019-08-14Eevee: Fix background alpha regressionClément Foucault
2019-08-14Cleanup: don't unnecessarily use ustring in IES file parsingBrecht Van Lommel
2019-08-14Fix T68637: Crash assigning caps-lock shortcutCampbell Barton
2019-08-14Eevee: Add support for the holdout nodeClément Foucault
2019-08-14Eevee: Remove Additive & Multiply Blend modeClément Foucault
2019-08-14Eevee: Improve Transparent BSDF behaviorClément Foucault
2019-08-14Fix T68537 Eevee: Modulo node behaves unexpectedly/inconsistentlyClément Foucault
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-14Fix T68623: bpy.types.UI_UL_list.filter_items_by_name is case sensitive.Bastien Montagne
2019-08-14Fix cycles crash when voxel attributes changedPhilipp Oeser
2019-08-14Shading: Add a clamp option to the Map Range node.OmarSquircleArt
2019-08-14Fix T68597: GPencil Dope Sheet can fail to display active GP objectAntonioya
2019-08-14cleanup: fix python related build error on windows.Lazydodo
2019-08-14make.bat: Support running python from lib folder for make formatLazydodo