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-05-31Fix missing file read/write of proxy/transform/crop settings when not usedBrecht Van Lommel
2019-05-31Gizmo: add 2D navigation for image/clip/sequencer viewsCampbell Barton
2019-05-31WM: option to ignore cursor image/clip/view2d zoomCampbell Barton
2019-05-31Fix T65200: Crash by hiting "tab" after sculpting with dyntopoSergey Sharybin
2019-05-31DrawManager: Color ManagementJeroen Bakker
2019-05-31DrawManager: Sculpt Mesh DrawingJeroen Bakker
2019-05-31EEVEE: Baking + VolumetricsJeroen Bakker
2019-05-31Fix T63981: Factory default memory cache limit is 4096 MBSergey Sharybin
2019-05-31Cleanup: simplify static assert definitions, assuming C11 and C++11Brecht Van Lommel
2019-05-31Fix: Don't use a slider to control the Background Image Scale property.William Reynish
2019-05-31Fix compilation previous commitJeroen Bakker
2019-05-31Fix T65334: use _Static_assert on clang as well, to avoid macOS build errorBrecht Van Lommel
2019-05-31Fix T55494: Apply transforms on parents and childrenSergey Sharybin
2019-05-31Fix T65285: Crash with Object.to_mesh() in certain conditionsSergey Sharybin
2019-05-31Cleanup: clang-formatCampbell Barton
2019-05-31Cleanup: undeclared variable warningCampbell Barton
2019-05-31makesrna: quiet re-declared enum warningCampbell Barton
2019-05-31VSE: don't add crop and transform data for sound stripsRichard Antalik
2019-05-31Fix T65319 Crash when selecting vertices in edit modeClément Foucault
2019-05-30Fix T64510 Armature: Empty Not Visible as Bone custom shapeClément Foucault
2019-05-30DRW: Fix crash when object has no bounding boxClément Foucault
2019-05-30Fix T65049 Crash cause by NULL geom pointerClément Foucault
2019-05-30Selectoin: Remove armature bone filtersClément Foucault
2019-05-30Fix T65017 Eevee: Render error if a SSS node is unconnectedClément Foucault
2019-05-30Cleanup: GPUMaterial: Remove unused struct membersClément Foucault
2019-05-30Fix T65231: Null audio device and AV Sync halts playbackJörg Müller
2019-05-30Eevee: Fix volumetric shader if nodetree uses a bsdf nodeClément Foucault
2019-05-30DRW: Add unit_state to avoid lots of DRWCallState duplicationClément Foucault
2019-05-30Eevee: Fix crash caused by visibility calculationClément Foucault
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-30GPencil: Remove uneeded storage->unit_matrixClément Foucault
2019-05-30GPU: Enforce Uniform buffer alignment to 16bytesClément Foucault
2019-05-30GPU: Remove GPU_INDEX_U8Clément Foucault
2019-05-30GPencil: Add missing blend factor to Regular blendAntonioya
2019-05-30GPencil: Rename Blend mode "Normal" to "Regular"Antonioya
2019-05-30GPencil: Remove wrong premult in Blend shaderAntonioya
2019-05-30Cleanup: use const argument, r_ prefix return argCampbell Barton
2019-05-303D View: Support light probe data clippingCampbell Barton
2019-05-30Gizmo: activate some gizmos on drag instead of pressCampbell Barton
2019-05-30WM: use different drag thresholds for mouse/tablet eventsCampbell Barton
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-05-30Cleanup: rename callbacks to match the struct member nameCampbell Barton
2019-05-29GPencil: Cleanup - Remove storage Grid matrix and replace with local variableAntonioya
2019-05-29Cleanup: Remove duplicated comment from previous commitAntonioya
2019-05-29GPencil: Rename viewmatrix field to parent_obmatAntonioya
2019-05-29GPencil: Cleanup code to avoid double matrix copyAntonioya
2019-05-29Snap: add support for meshes generated from other types of objects.mano-wii
2019-05-29Fix T64817: Active tool gizmo doesn't respect toggleCampbell Barton
2019-05-29Fix T64995: box and circle select summary in Grease Pencil dopesheet.Alexander Gavrilov
2019-05-29Fix T51133: Bad performance with texture painting depending on multi-thread s...Bastien Montagne