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-10Changes from D7978 and D7499modifier-panels-uiHans Goudey
2020-06-10Merge branch 'master' into modifier-panels-uiHans Goudey
2020-06-10UI: More specific modifier move to index operator descriptionHans Goudey
2020-06-10Fix T77694: Start panel animation when expansion data changesHans Goudey
2020-06-10UI: Only set first bit of modifier expansion fag with PythonHans Goudey
2020-06-10Cleanup: use proper enum type in parameter of BKE_scene_copy.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-10Fix (unreported) disapearance of some overrides after save & reload.Bastien Montagne
2020-06-10Blenloader: Don't just crash when a struct name is not knownJacques Lucke
2020-06-10Fix T77524: Don't try to write storage of node with undefined nodeJacques Lucke
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-10Depsgraph: use blender::Set instead of std::setJacques Lucke
2020-06-10Depsgraph: use blender::Vector instead of std::vectorJacques Lucke
2020-06-10Depsgraph: use native Set data structureJacques Lucke
2020-06-10Cleanup: remove unused MBALL_NOSEL flagCampbell Barton
2020-06-10Cleanup: asan warning with bit-shifting flagCampbell Barton
2020-06-10BLI: rename tests from "array_ref" to "span"Jacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10Cleanup: redundant headersCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-10Cycles: Improve OptiX viewport denoising performance with CUDA renderingPatrick Mours
2020-06-10Fix T77599 Image UV editor use linear interpolationClément Foucault
2020-06-10Cycles: Fix CUDA compilation after cone sampling fixLukas Stockner
2020-06-10GPencil: Include new Bevel parameters when convert stroke to CurveAntonio Vazquez
2020-06-10Fix T77356: Texture Preview not taking alpha into accountPhilipp Oeser
2020-06-10Fix T77068: UV Proportional Edit "Connected Only" option affects UVPhilipp Oeser
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-06-10LibOverride: Fix issues related to ID name differences.Bastien Montagne
2020-06-10Fix T77632: Deform modifier auto-binding not workingCampbell Barton
2020-06-10Mesh: utility functions to access wrapped mesh coordinatesCampbell Barton
2020-06-10Fix T77195: Crash with edit-mesh viewport measurements enabledCampbell Barton
2020-06-10Cleanup: Move each special_aftertrans_update to their respective TransData fileGermano Cavalcante
2020-06-10Apply changes from constraints patch and modifiers patchHans Goudey
2020-06-10Merge branch 'master' into modifier-panels-uiHans Goudey
2020-06-09Cycles: Fix uniform cone samplingLukas Stockner
2020-06-09UI: Remove extra separator in some casesHans Goudey
2020-06-09Fix missing animation decorators for pointer buttonsJulian Eisel
2020-06-09UI: Set modifier panel expansion on every redrawHans Goudey
2020-06-09Sculpt: Face Set Edit OperatorPablo Dobarro
2020-06-09Sculpt: Pose Squash and Stretch deform modePablo Dobarro
2020-06-09Voxel Size Edit: Fix text not readable when zooming in the viewportPablo Dobarro
2020-06-09Fix Edit Voxel Size label in previewPablo Dobarro
2020-06-09UI: Avoid rebuilding Outliner tree on simple button interactionsJulian Eisel
2020-06-09Fix T77504: Operator search gives wrong resultsCampbell Barton
2020-06-09Nodes: efficient node tree queries and inliningJacques Lucke
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-06-09Cleanup: extract function for common function call sequenceJacques Lucke