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-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
2020-10-01Volumes: support lower resolution in viewportJacques Lucke
2020-10-01Fix subdivision surface wrong for non-limit surface and subdivision level 1Brecht Van Lommel
2020-10-01Cleanup: make texture coordinates constJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-10-01Cleanup: Remove unused variableHans Goudey
2020-10-01Fix: Mesh to Volume modifier crashes when object is in edit modeJacques Lucke
2020-10-01Volumes: copy display settings in BKE_volume_new_for_evalJacques Lucke
2020-10-01Fix T81248: World nodetree action is linked after duplicationPhilipp Oeser
2020-10-01Fix T81267: bad handling of usercount for actions duplicated with some animdata.Bastien Montagne
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-10-01Fx several issues with Outliner's collection editing re linked/override.Bastien Montagne
2020-10-01Fix some inactive modifier properties not being editableBrecht Van Lommel
2020-10-01Windows: workaround to make Windows Ink tablet API workNicholas Rishel
2020-10-01Fix T81340: UBSan: addition of unsigned offset causes overflowAnkit Meel
2020-10-01Cleanup: avoid applying offset to null pointerCampbell Barton
2020-10-01Cleanup: dna_genfile API for accessing struct member offsetsCampbell Barton
2020-09-30Fix File Browser filtering showing workspaces for "Environment" categoryJulian Eisel
2020-09-30Fix implicit conversion from pointer to boolHans Goudey