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
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: Fix const warnings in buttons_context.cYimingWu
2021-06-28UI: Hide collection tab when scene master collection is activeYimingWu
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-20Fix: wrong rna pointer for material slotJacques Lucke
2021-04-27Fix T87401: Drop-down can apply the wrong modifierHans Goudey
2021-03-22Fix T86822: context.collection not available in Object/Object Data PropertiesSebastian Parborg
2021-03-22Cleanup: Collection check return type in button_contextSebastian Parborg
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-16UI: Clarify descriptions in properties popoverNathan Craddock
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2020-12-22UI: Properties editor popover and outliner syncNathan Craddock
2020-12-15Fix Adjust Last Operation popup for operators relying on button contextPhilipp Oeser
2020-12-15Move Point Cloud object back to Experimental FeaturesDalai Felinto
2020-12-02Cleanup: remove all of "#ifdef WITH_POINT_CLOUD"Dalai Felinto
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-17Fix T82341: Warning in terminal during property searchHans Goudey
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
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-14Fix Asan warning in property editor texture tabHans Goudey
2020-10-14Cleanup: Use enum for return typeHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
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-15Property Search: Move properties context buttons back to a panelHans Goudey
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-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-18Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-18Remove (ifdef) RNA for simulation, point cloud and particlesDalai Felinto
2020-07-30Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-07-30Cleanup: Remove pre 2.80 headersValentin
2020-07-28Cleanup: Use bool instead of intHans 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-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-05Cleanup: redundant castsCampbell Barton