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-03Cleanup: remove unused code in blend file loadingCampbell Barton
2020-10-03readfile: always run setup_app_data after updating defaultsCampbell Barton
2020-10-03Cleanup: rename main preferences versioning functionCampbell Barton
2020-10-03Cleanup: run UserDef versioning from readfile.cCampbell Barton
2020-10-03Cleanup: centralize versioningCampbell Barton
2020-10-02Property Search: Don't use search color for subpanel titlesHans Goudey
2020-10-02Property Search: Differentiate search filtered and inactive buttonsHans Goudey
2020-10-02Fix T78503: Disabled layout portion passes mouse throughHans Goudey
2020-10-02Cleanup: Declare variables where initializedHans Goudey
2020-10-02Cleanup: Fix build error on windowsRay Molenkamp
2020-10-02Fix non-thread safe code in view layer object hashBrecht Van Lommel
2020-10-02Cleanup: clang-formatLukas Stockner
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-10-02Fix T81345: part four, fix handling of IDProperties in edit armature undo.Bastien Montagne
2020-10-02Fix T81345: part three, armature `free_data` was not handling editbones prope...Bastien Montagne
2020-10-02Fix T81345, part two: crash in depsgraph when freeing COW armature.Bastien Montagne
2020-10-02Fix T81345: Part one: Missing handling of ID pointers from EditBone IDPropert...Bastien Montagne
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-02Fix T81200: Crash on certain armature select operators when OpenGL DepthPhilipp Oeser
2020-10-02UI: Improve UV sticky select mode descriptionHans Goudey
2020-10-02Cleanup: Refactor `ed_screen_context()` to use hash lookupsSybren A. Stüvel
2020-10-02Cleanup: split up `ed_screen_context()` into separate functionsSybren A. Stüvel
2020-10-02Volumes: make Mesh to Volume modifier independent of object transformsJacques Lucke
2020-10-02Experimental Features: More robust way of sanitizing optionsDalai Felinto
2020-10-02Experimental Features: Sanitize missing (latest) optionsDalai Felinto
2020-10-02Experimental Features: Rename Image editor optionDalai Felinto
2020-10-02CleanUp: Remove header only definitionJeroen Bakker
2020-10-02Cleanup: reduce variable scopesJacques Lucke
2020-10-02Cleanup: remove redundant theme versioningCampbell Barton
2020-10-02Cleanup: spellingCampbell Barton
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-10-02Fix (unreported) assert in texture code when loading some old 2.74 blend file.Bastien Montagne
2020-10-02Cleanup: readfile for workspaces: NULLify non-owned data pointers.Bastien Montagne
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-10-02CleanUp: snode_group_offset -> space_node_group_offsetJeroen Bakker
2020-10-02CleanUp: Renamed drawnodespace -> node_draw_spaceJeroen Bakker
2020-10-02Fix text editor auto-complete refinement featureCampbell Barton
2020-10-02Fix text editor auto-complete mouse interactionCampbell Barton
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-10-02Cleanup: compiler warningsCampbell Barton
2020-10-01Fix warnings in cloth brush int castsPablo Dobarro
2020-10-01Cleanup: Use DNA defaults for cloth modifierHans Goudey
2020-10-01Cleanup: Clang tidy fixesHans Goudey
2020-10-01Fix T80873: Grab active vertex preview not working with shape keysPablo Dobarro
2020-10-01Fix T81268: Crash when undo from Sculpt Mode to Edit ModePablo Dobarro
2020-10-01Paint: Ignore inbetween events for anchored strokesPablo Dobarro
2020-10-01Sculpt: Cloth Simulation Dynamic area modePablo Dobarro
2020-10-01Cleanup: typo in commentPhilipp Oeser
2020-10-01remove foreachObjectLink callbackJacques Lucke