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
2020-11-16Fix broken pointcache on disk in some cases.Bastien Montagne
2020-11-16Fix (unreported) potential buffer overflow in PointCache code.Bastien Montagne
2020-11-16RNA define: check and report invalid usages of ID pointers properties.Bastien Montagne
2020-11-16Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-16Fix T82519: Adding 2nd driver doesn't recalculateFabrício Luis
2020-11-16Merge branch 'blender-v2.91-release'Robert Guetzkow
2020-11-16Fix T81271: Fix crash in BLI_gzopen on WindowsRobert Guetzkow
2020-11-16Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-16Fix T82460: Color Management Curves do not update when Image/UV EditorPhilipp Oeser
2020-11-16Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-16Fix T82740: Drivers on movie clip datablock crash on file openSybren A. Stüvel
2020-11-16Cleanup: clang-tidyCampbell Barton
2020-11-16Fix T81817: use-after-free when trying to open file from splash screenJacques Lucke
2020-11-16Correct T82753 Fix from 979fe4f1be7d6fe65e52b3ab805ab061a92d1f03Campbell Barton
2020-11-16Fix T82753: Crash using add-object tool when gizmos are disabledCampbell Barton
2020-11-16Grease Pencil: adjust behavior of target object detectionCampbell Barton
2020-11-16Cleanup: spellingCampbell Barton
2020-11-16Cleanup: clang-formatCampbell Barton
2020-11-16Cleanup: split sequencer.c fileRichard Antalik
2020-11-16Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-16Fix T82736, Exact Boolean fail with repeated subtraction of same object.Howard Trickey
2020-11-15Outliner: Fix memory errors in runtime dataNathan Craddock
2020-11-14GPencil: Missing initialization in previous commitAntonio Vazquez
2020-11-14GPencil: Cleanup clang formatAntonio Vazquez
2020-11-14GPencil: Fix unreported crash in some cases when duplicate a strokeAntonio Vazquez
2020-11-14GPencil: Fix callback parameter list errorAntonio Vazquez
2020-11-14Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-14Collections: Prevent setting scene collection color tag from rnaNathan Craddock
2020-11-14UI: Remove remaining uses of old collection iconNathan Craddock
2020-11-14GPencil: Fix compiler warning, unused variableFalk David
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-13Cleanup: Move PanelType flag from DNA to BKE headerHans Goudey
2020-11-13GPencil: Remove ID from operators to fix T82597Antonio Vazquez
2020-11-13LibOverride: Adjust PointCache operators to properly handle overrides.Bastien Montagne
2020-11-13LibOverride: Do not tag overrides for complete recalc.Bastien Montagne
2020-11-13LibOverride: Make PointCache RNA properties overridable.Bastien Montagne
2020-11-13Cleanup: use IMB_FTYPE_NONE instead of 0 for imbuf format comparisonCampbell Barton
2020-11-13Fix building after 2e53b646f6f02ab112e0823b9577ff2e1920faaeqCampbell Barton
2020-11-13GPencil: Remove "angle_split" from Multiply modifier.YimingWu
2020-11-13Object: show preview plane for add-object toolCampbell Barton
2020-11-13refactor vec_roll_to_mat3_normalized() for clarityGaia Clary
2020-11-13UI: Adaptive HDRI preview resolutionIvan Perevala
2020-11-13Adding 3D_POLYLINE_UNIFORM_COLOR to PyGPU shader APIYimingWu
2020-11-13Fix CalculateStandardDeviationOperation incorrect results for R G B channelsManuel Castilla
2020-11-13Add An Opacity Slider to Overlay WireframeJun Mizutani
2020-11-13UI: make add object tool experimentalCampbell Barton
2020-11-13BLI_math: add floor_power_of_10, ceil_power_of_10Campbell Barton
2020-11-13Cleanup: Remove unecessary logic in panel codeHans Goudey
2020-11-13Cleanup: Simplify panel activate state functionHans Goudey