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
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-26Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-26Cleanup: Fix compile warningAaron Carlisle
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-07Cleanup: clarify source/destination args for BKE_spacedata_copylistCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-17UI: Visual style update to panelsPablo Vazquez
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-16UI: Add support for bl_description for panelsAaron Carlisle
2021-01-29Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-02Cleanup: Store "is_active" instead of pointer property in panel typeHans Goudey
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-13Cleanup: Move PanelType flag from DNA to BKE headerHans Goudey
2020-11-06Cleanup: fix naming and remove unnecessary codeJacques Lucke
2020-11-06Refactor: move Screen .blend data read to blenkernelJacques Lucke
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-03Cleanup: Mark arguments as constHans Goudey
2020-10-30Refactor: move Area .blend I/O to blenkernelJacques Lucke
2020-10-30Refactor: move view3dshading .blend I/O to blenkernelJacques Lucke
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-05Cleanup: Add const to BKE screen functionJulian Eisel
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-08-13View2D: Inform region type on current view changesSergey Sharybin
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-17Fix T78959: Show current frame indicator when interface is lockedHans Goudey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-05-29Cleanup: spelling, correct reference to 'Mesh.mcol'Campbell Barton
2020-05-27Cleanup: sort file, structsCampbell Barton
2020-05-26UI: List Panel SystemHans Goudey
2020-05-18Refactor: Move WindowManager and Screen foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-12Fix T73212: Gizmo's are still interactive when behind nodesCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel