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
2020-07-16Merge branch 'master' into mac_arm64mac_arm64Stefan Werner
2020-07-16macOS: Support arm64 architecture.Stefan Werner
2020-07-16UI: avoid aligning labels for ui_item_with_labelCampbell Barton
2020-07-16Fix T78636: Crash displaying many aligned buttonsCampbell Barton
2020-07-16Merge branch 'master' into mac_arm64Stefan Werner
2020-07-16Cleanup: fix building without USE_UIBUT_SPATIAL_ALIGN definedCampbell Barton
2020-07-16Fix T78966: Center cursor doesn't refresh the UICampbell Barton
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-16Cleanup: undeclared function warning, unused argumentCampbell Barton
2020-07-16Cleanup: spellingCampbell Barton
2020-07-16Cleanup: minor change to grease pencil material accessCampbell Barton
2020-07-16Fix T78837: Prefetching can corrupt .blend filesRichard Antalik
2020-07-16Merge branch 'master' into mac_arm64Stefan Werner
2020-07-16Cleanup.Stefan Werner
2020-07-16Revert "macOS: Enabled Embree on arm64."Stefan Werner
2020-07-15Fix T78647 UVEdit: Crash when entering edit mode with UV Editor openClément Foucault
2020-07-15PointCloud: Initial rendering support for WorkbenchClément Foucault
2020-07-15Cleanup: EEVEE: Remove concentric samples.Clément Foucault
2020-07-15Cleanup: EEVEE: Remove unused IRRADIANCE_CUBEMAPClément Foucault
2020-07-15Workbench: Replace viewvecs caculation by DRWViewClément Foucault
2020-07-15DRW: Add glsl math librariesClément Foucault
2020-07-15EEVEE: Fix undefined behavior in world outputClément Foucault
2020-07-15GPU: Shader: Move IN_OUT define to shader GPU_shader_create_exClément Foucault
2020-07-15DRW: Shader: Fix const correctness and print better debug outputClément Foucault
2020-07-15DRW: Shader: Add DRW_shader_create(_fullscreen)_with_shaderlibClément Foucault
2020-07-15DRW: View: Add ViewVecs calculationClément Foucault
2020-07-15Fix T78369: Sculpt Vertex Colors not rendering in EEVEEPablo Dobarro
2020-07-15LibOverride: make outliner's 'override hierarchy' use same logic as 3DView op...Bastien Montagne
2020-07-15LibOverride: move most of 'complete override creation' from ED_object to BKE_...Bastien Montagne
2020-07-15BKE collection: add util to add a collection using another collection as 'tem...Bastien Montagne
2020-07-15Cleanup: remove debug prints.Bastien Montagne
2020-07-15Fix error in recent commitJacques Lucke
2020-07-15GPencil: Fix unreported error baking mesh animationAntonio Vazquez
2020-07-15Fluid: Adjusted Mantaflow version numberSebastián Barschkis
2020-07-15Particles: use CD_PROP_FLOAT3 instead of CD_LOCATIONJacques Lucke
2020-07-15CustomData: add float2 and float3 data typesJacques Lucke
2020-07-15Fix T78747: Fix mesh boundary detection and automaskingPablo Dobarro
2020-07-15Fix T77417: Topology Automasking not working with individual verticesPablo Dobarro
2020-07-15UV: support region fill for path selectCampbell Barton
2020-07-15Cleanup: Replace 0 with False for boolean argumentHans Goudey
2020-07-15Clang-Tidy: ignore some newer checksJacques Lucke
2020-07-15Fix T68845: Follow Active Quads, divide by zero errorCampbell Barton
2020-07-15Fix T78930: Cycles OpenCL error on graphics cards that don't support half floatBrecht Van Lommel
2020-07-15Revert "Cleanup: simplify Weld Modifier logic"Germano Cavalcante
2020-07-15Fix T76690: Incorrect liquid particle count displayedJacques Lucke
2020-07-15GPencil: Fix name typo errorAntonio Vazquez
2020-07-15Add missing NULL assignment to D8293Sebastian Parborg
2020-07-15Fix T78909: Curve-edit proportional connected-only brokenSebastian Parborg
2020-07-15Fix signed/unsigned comparisonJacques Lucke
2020-07-15LibOverride: rework 'make override' 3DView operator.Bastien Montagne