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-06-04Merge remote-tracking branch 'origin/master' into temp-lanpr-reviewtemp-lanpr-reviewYimingWu
2020-06-04Fix error removing the image paint cursorCampbell Barton
2020-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-06-04LibOverride: Make all modifiers properties overridable.Bastien Montagne
2020-06-04Fix T77264: Mantaflow: Liquid checkbox doesn't turn on while switchingPhilipp Oeser
2020-06-04GPencil: Improve selection in Fill areasAntonio Vazquez
2020-06-04UV: use selection for 'Seams from Islands'Campbell Barton
2020-06-04Cleanup: move auto-execute operators into userpref_ops.cCampbell Barton
2020-06-04Cleanup: update sections for wm_files.cCampbell Barton
2020-06-04UI: more informative light energy description based on light typeJohan Walles
2020-06-04Fix error in recent fix for T77290Campbell Barton
2020-06-03Eyedropper: Support get samples from other windowsGermano Cavalcante
2020-06-03Cleanup: Use ELEM MacroHans Goudey
2020-06-03LibOverride: Make camera data-block properties overrideable.Bastien Montagne
2020-06-03LibOverride: Make constraints fully overrideable.Bastien Montagne
2020-06-03LibOverride: fix debug timing code.Bastien Montagne
2020-06-03Fix broken split layout in encoding optionsJulian Eisel
2020-06-03GPencil: Fix unreported error in Dots Strokes material initializationAntonio Vazquez
2020-06-03Fix T77290: Crash displaying vertex colors in edit modeCampbell Barton
2020-06-03Cleanup: clang format, warningCampbell Barton
2020-06-03Cleanup: GPUMaterilal: Texture Node: Remove unused functionsClément Foucault
2020-06-03GPUMaterial: Fix shader compilation when using UDIM texturesClément Foucault
2020-06-03DRW: Always unbind texture after drawingClément Foucault
2020-06-03GPUMaterial: Rework/simplify image texture filteringClément Foucault
2020-06-03GPUMaterial: Rework/simplify environment texture filteringClément Foucault
2020-06-03GPUTexture: Fix samplers configuration typoClément Foucault
2020-06-03GPUMaterial: Add support for different sampler state per image samplerClément Foucault
2020-06-03GPUTexture: Add support for binding textures with custom sampler statesClément Foucault
2020-06-03Fix T77156: GPencil view layer filter by layer not workingAntonio Vazquez
2020-06-03Fix T77203: Mantaflow Bake All cannot be resumedSebastián Barschkis
2020-06-03Undo: Detect/find proper memchunk for a given ID during undo step writing.Bastien Montagne
2020-06-03RNA: add option to enable by default lib overridale flag of defined properties.Bastien Montagne
2020-06-03Cleanup: DRW: Remove support for ModelViewProjectionMatrixClément Foucault
2020-06-03Cleanup: DRW: Remove support for builtin matricesClément Foucault
2020-06-03DRW: Remove use of builtin matrices and replace by common_view_libClément Foucault
2020-06-03Cleanup: DRW: Remove builtin 3D only shader usageClément Foucault
2020-06-03GPUImmediate: Fix array uniform not workingClément Foucault
2020-06-03Cleanup: DRW: Remove persistent uniform functionsClément Foucault
2020-06-03Fix domain voxel size indicator drawingPhilipp Oeser
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-03Cleanup: remove ED_gpencil_setup_modes from object mode setCampbell Barton
2020-06-03Fix app-template warning disabling a template without a Python moduleCampbell Barton
2020-06-03Fix T67577: Add-on unregister can't access preferences on factory resetCampbell Barton
2020-06-03Cleanup: remove redundant call to addon_utils.reset_all()Campbell Barton
2020-06-03Cleanup: move shared functionality to wm_file_read_preCampbell Barton
2020-06-03Cleanup: minor changes to wm_homefile_readCampbell Barton
2020-06-03Fix T77289: Crash when typing negative numbersHans Goudey
2020-06-03PyDoc: Fix warnings from out of bounds include statementAaron Carlisle
2020-06-03Cleanup: GPUTexture: Remove uneeded bindClément Foucault
2020-06-03DRW: Remove automatic bind locations and use hardcoded locations for texturesClément Foucault