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-10-12Pydoc: Move builtin GPU shader information to codeAaron Carlisle
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
2020-10-11Cleanup: make formatAaron Carlisle
2020-10-10Exact Boolean: let Collection be empty.Howard Trickey
2020-10-10Cleanup: use macro for comparing file versionsCampbell Barton
2020-10-10Cleanup: spellingCampbell Barton
2020-10-10Cleanup: remove unused Modifier stackindex struct memberCampbell Barton
2020-10-10Cleanup: remove unnecessary commentsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-10Cleanup: Declare variables where initializedHans Goudey
2020-10-10Fix T81545: Moving nested collections changes view layer flagsHans Goudey
2020-10-09Cleanup: Declare variables where initializedHans Goudey
2020-10-09Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-09Cleanup: alias: use const, remove unused variable.Ankit Meel
2020-10-09Fix T81573: Users refcount not incremented when creating a proxy.Bastien Montagne
2020-10-09GPU: Add more safeguard for BGL callsClément Foucault
2020-10-09Fix New Boolean bug that left some stray vertices.Howard Trickey
2020-10-09BGL: fix issues with addons using BGL at startupClément Foucault
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-09CMake/macOS: Remove _LIBPATH, avoid link_directories.Ankit Meel
2020-10-09GPU: Fix NOT ~ operator for eGPUSamplerStateAnkit Meel
2020-10-09Volumes: lower minimal voxel size in Mesh to Volume modifierJacques Lucke
2020-10-09BKE: improve calculating edgesJacques Lucke
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke
2020-10-09Fix T81468: Missing NULL check for F-curve rna_path in versionning code.Bastien Montagne
2020-10-09UI: Fix node label overflow on high-DPIYevgeny Makarov
2020-10-09CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-09UI: use Ctrl-TrackPad to cycle valuesYevgeny Makarov
2020-10-09Cleanup: spellingCampbell Barton
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-10-09Cleanup: use real-module for 'bmesh.ops'Campbell Barton
2020-10-09Fix broken compilation after adding particles DNA defaults.Bastien Montagne
2020-10-08UI: Fix opacity of the popover arrow outlineYevgeny Makarov
2020-10-08Fix T80974 GPU: Wide Line emulation shader does not always worksClément Foucault
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
2020-10-08Fix T81529: Can't move with constraint to a zero-size local axisGermano Cavalcante
2020-10-08Cleanup: Move transform_orientations functions to separate headerGermano Cavalcante
2020-10-08Cleanup: Simplify transform_orientation_matrix_getGermano Cavalcante
2020-10-08Cleanup: Simplify use of 'Snapping Gears'Germano Cavalcante
2020-10-08Refactor CustomData interpolation code.Bastien Montagne
2020-10-08Cleanup/refactor: move init of ParticleSettings to proper place.Bastien Montagne
2020-10-08Add DNA defaults for ParticleSettings.Bastien Montagne
2020-10-08DNA: cleanup endian switching when loading fileJacques Lucke
2020-10-08Revert "BGL: Workaround broken bgl usage caused by GPU refactor"Clément Foucault
2020-10-08UI: Add icons for new sculpt trim toolsRahul Chaudhary
2020-10-08Cleanup/refactor: move init of MovieClip to proper place.Bastien Montagne
2020-10-08Add DNA defaults for MovieClip.Bastien Montagne
2020-10-08UI: Add icons for new face set toolsRahul Chaudhary
2020-10-08BGL: Workaround broken bgl usage caused by GPU refactorClément Foucault