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-11-17Fix T82341: Warning in terminal during property searchHans Goudey
2020-10-21UI: Move Properties path pin button next to the data-pathJulian Eisel
2020-10-21Preferences: separate feature flags for geometry nodes and point cloud typeJacques Lucke
2020-10-15Fix T81697: Property search crash with python handlersHans Goudey
2020-10-14Fix Asan warning in property editor texture tabHans Goudey
2020-10-14Cleanup: Use enum for return typeHans Goudey
2020-10-13Cleanup: Use doxygen sections in space_buttons.cHans Goudey
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-05Cleanup: Use short for properties editor tab listHans Goudey
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-25Fix T81161: Bad properties context panel placement loading old filesHans Goudey
2020-09-25Cleanup: Miscellaneous code improvementsHans Goudey
2020-09-20Fix T80993: Crash duplicating inactive workspaceHans Goudey
2020-09-16Cleanup: spellingCampbell Barton
2020-09-15Property Search: Quick start and clear operatorsHans Goudey
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Property Search: Move properties context buttons back to a panelHans Goudey
2020-09-15Cleanup: Split properties editor layout functionHans Goudey
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-11Cleanup: Remove unused variables and functionHans Goudey
2020-09-11UI: Use operator to set property editor's pinned data-blockHans Goudey
2020-09-10Fix T80651: Material tab disappearsSebastian Parborg
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Fix material null pointer reference in buttons_context.cSebastian Parborg
2020-08-26Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-26Fix T79992: Error calling context.copy() in Properties EditorDalai Felinto
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-18Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-18Remove (ifdef) RNA for simulation, point cloud and particlesDalai Felinto
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Fix T79234: Material preview does not updateJulian Eisel
2020-08-04Fix T79234: Material preview does not updateJulian Eisel
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-30Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-07-30Cleanup: Remove pre 2.80 headersValentin
2020-07-29Cleanup: Doxygen sections, comment formattingHans Goudey
2020-07-28Cleanup: Use bool instead of intHans Goudey
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-23UI: Move properties tab list creation from RNA to editorHans Goudey
2020-07-06Fix T77730: ShaderFx Missing Update NotifierHans Goudey
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Explicit return in each `else if` block in `buttons_context()`Sybren A. Stüvel
2020-06-23Preferences: New experimental settings for particle system and hairJacques Lucke
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-11Fix T77171: File selector doesn't tag preferences to be savedCampbell Barton