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
path: root/source
AgeCommit message (Expand)Author
2019-05-14Mesh Batch Cache: Fix use of uninitialized variableClément Foucault
2019-05-14DRW: Make Instance count not a pointerClément Foucault
2019-05-14Cleanup: Eevee: Make planar downsampling not use instance drawingClément Foucault
2019-05-14Cleanup: DRW: Remove pointers to materialsClément Foucault
2019-05-14GPU: Move Material index to nodetree evaluationClément Foucault
2019-05-14DRW: Remove ModelViewMatrix and ModelViewMatrixInverseClément Foucault
2019-05-14GPU: Remove ModelViewMatrix and ModelViewMatrixInverse usageClément Foucault
2019-05-14Fix T64588: some new theme preferences not savingBrecht Van Lommel
2019-05-14Fix T64339: Crash with UV sculpt after undoCampbell Barton
2019-05-14Preferences: file menu item to temporarily load factory settingsCampbell Barton
2019-05-14Preferences: set dirty flag when draggingCampbell Barton
2019-05-14Fix property update setting dirty flagCampbell Barton
2019-05-14Fix missing preference dirty taggingCampbell Barton
2019-05-14Fix compiler warning with OpenGL icon texturesBrecht Van Lommel
2019-05-13Fix T64292: world missing from outliner Scenes viewBrecht Van Lommel
2019-05-13Fix T64407: crash adding workspace after appending datablockBrecht Van Lommel
2019-05-13Python API: expose conversion between tweaked NLA strip and scene time.Alexander Gavrilov
2019-05-13Better support for (mirrored) bbone scaling in pose modePhilipp Oeser
2019-05-13Apply Pose as Rest Pose: implement an Only Selected bones option.Alexander Gavrilov
2019-05-13I18n Disambiguation: "Shift".Bastien Montagne
2019-05-13I18n Disambiguation: One more case of 'Root' falloff without 'Curve' context.Bastien Montagne
2019-05-13Fix T63325: Drivers freezing input valueSergey Sharybin
2019-05-13Fix T64387: Crash with driver copy/pasteSergey Sharybin
2019-05-13Cycles/Eevee: add Emission and Alpha inputs to Principled BSDFBrecht Van Lommel
2019-05-13Cycles/Eevee: unify light strength and colorBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-05-13Depsgraph: Use for_render flag for curves from depsgraphSergey Sharybin
2019-05-13Curve: Remove duplicated and confusing argumentSergey Sharybin
2019-05-13Preferences: set dirty when editing quick favourites menuCampbell Barton
2019-05-13UI: Don't display markers in driver editorJacques Lucke
2019-05-13Fix T64403: crash sampling coloring in texture paint modeBrecht Van Lommel
2019-05-13Fix T64041: Vertex Sharp not working.Bastien Montagne
2019-05-13Fix T64120: Dynamic Paint Doesn't Recalculate Normals with Smooth Shading.Bastien Montagne
2019-05-13RNA: disable undo on OperatorProperties and its subclasses.Alexander Gavrilov
2019-05-13Fix unintended autosaving of preferences in a few casesBrecht Van Lommel
2019-05-13Python API: expose preferences.is_dirtyBrecht Van Lommel
2019-05-13cleanup: typo in commentPhilipp Oeser
2019-05-13Fix T64427: WITH_HEADLESS build optionCampbell Barton
2019-05-13Fix T64461: Sub-panels allow pinningCampbell Barton
2019-05-13Preferences: auto-save on exitCampbell Barton
2019-05-13Preferences: tag as dirty for add-ons & loading factory startupCampbell Barton
2019-05-13Preferences: support loading factory preferencesCampbell Barton
2019-05-13Prefernces: support loading last saved preferencesCampbell Barton
2019-05-13readfile: support preferences without loading data-blocksCampbell Barton
2019-05-13Fix T64371Richard Antalik
2019-05-13Fix T64463: Visual Artifacts with ColorRampHarley Acheson
2019-05-11Python API: expose more keyframing flags for use in keyframe_insert.Alexander Gavrilov
2019-05-11UI: Nudge Curve Editor Away from ScrollbarHarley Acheson
2019-05-11Fix T59627: missing COW update tags when joining armatures.Alexander Gavrilov
2019-05-11Revert API change (hide_viewport > hide_instance)Dalai Felinto