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-10-03Cleanup: Remove duplicated View2D pan polling logicJulian Eisel
2020-10-03Revert part of previous commitJulian Eisel
2020-10-03Fix compile error when compiling with WITH_INPUT_NDOF after View2D changesJulian Eisel
2020-10-03Fix error in previous commit...Julian Eisel
2020-10-03Fix possible un-initialized variable use in UI codeJulian Eisel
2020-10-03Fix issues with calling View2D zoom operators in an `EXEC` contextJulian Eisel
2020-10-03Cleanup: Remove redundant View2D operator poll checkJulian Eisel
2020-10-03Cleanup: Remove duplicated View2D zoom polling logicJulian Eisel
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-03Cleanup: use BLI_path_join in appdir.c to simplify logicCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-03Cleanup: Remove dead code in panel logicJulian Eisel
2020-10-03Fix error in recent change "run UserDef versioning from readfile.c"Campbell Barton
2020-10-03Cleanup: use doxy sections for appdir.cCampbell Barton
2020-10-03Cleanup: comments for appdirCampbell Barton
2020-10-03GPencil: Fix unreported wrong name for RNA setterAntonio Vazquez
2020-10-03Cleanup: move temp directory environment checks into a loopCampbell Barton
2020-10-03Fix invalid temp-dir for image-project on unsaved filesCampbell Barton
2020-10-03Preferences: remove temp directory initialization for WIN32Campbell Barton
2020-10-03Cleanup: remove unused temp directory initializationCampbell Barton
2020-10-03Fix stack use after scope error after recent cleanupHans Goudey
2020-10-03UI: Create button group if none existsHans Goudey
2020-10-03UI: Move button groups from layout to block levelHans Goudey
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-02Cycles: Add command line option for overriding the compute deviceLukas 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