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-07-29Clanup: unused returnCampbell Barton
2020-07-03Cleanup: Editors/Screen, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Explicit return in each `else if` block in `ed_screen_context()`Sybren A. Stüvel
2020-05-26Cleanup: Remove uneeded NULL checks on ed_screen_contextDalai Felinto
2020-05-12Fix T76669: Crash when doing right click on channelJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-01Cleanup: clang-formatCampbell Barton
2020-04-01Add a "selected_nla_strips" context memberPhilipp Oeser
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-01-07Annotations: Split annotation operators and pointer functionsAntonio Vazquez
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-16Drivers: fix Variable Copy & Paste in the edit popover.Alexander Gavrilov
2019-05-22Remove "_base*" from context APIDalai Felinto
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Context: add pose_objectCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-03Fix some inconsistencies in object visibility/selectability tests.Brecht Van Lommel
2018-12-17Context: add objects_in_mode(_unique_data)Campbell Barton
2018-12-17Context: remove active_gpencil_brushCampbell Barton
2018-12-01Fix T58412: in weight paint + pose mode certain armature operations crash.Alexander Gavrilov
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Per view-layer collection visibilityDalai Felinto
2018-11-25Local ViewDalai Felinto
2018-11-12Cleanup: minor gpencil changesCampbell Barton
2018-10-19CTX_DATA_BEGIN for active object only (..._from_active_object)Dalai Felinto
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-10-05Context: add uv_sculpt_objectCampbell Barton
2018-09-25GP: Add const to variableAntonioya
2018-08-07Fix T56252: Selectable Bases includes hidden objectsCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton