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 (Collapse)Author
2021-11-08Cleanup: use static setsCampbell Barton
2021-11-08Cleanup: Grammar in commentsHans Goudey
2021-11-08Cleanup: use static setsCampbell Barton
2021-11-06Merge branch 'blender-v3.0-release'Aaron Carlisle
2021-11-06Update RNA to user manual url mappingsAaron Carlisle
2021-11-05UI: Fix minor theme mismatchPablo Vazquez
Pie menu got wrong item highlight and options settings were outdated.
2021-11-05UI: Fix minor theme mismatchPablo Vazquez
Pie menu got wrong item highlight and options settings were outdated.
2021-11-05Merge branch 'blender-v3.0-release'Pablo Vazquez
2021-11-05UI: Various theme fixes related to contrastPablo Vazquez
* Animation channels (Fixes T92612) * Curve widget (Fixes T92595) * Pie menu (Fixes T92590) * Radio and toggle buttons background * Checkbox background * Fix highlighted marker name on Dopesheet (text highlight on Dopesheet) #### Master {F11697667, size=full} #### This Patch {F11697669, size=full} {F11697849, size=full} {F11697833, size=full} {F11697852, size=full} Reviewed By: #user_interface, campbellbarton, Severin Maniphest Tasks: T92595, T92612, T92590 Differential Revision: https://developer.blender.org/D13087 # Conflicts: # source/blender/blenkernel/BKE_blender_version.h
2021-11-05VSE: Remove separator lines between rowsPablo Vazquez
The VSE grid theme setting is currently used for two things: * Indicate time intervals (vertical lines) * As separator between channels (horizontal lines) This adds visual noise because for the time interval to be visible, the grid color needs to be bright, resulting in a rectangle-grid backdrop. Recently, the VSE got a theme setting to customize alternate-row background color. This should be sufficient to tell the channels apart without the need for a line in between. Additionally, this patch makes the VSE background use the theme setting as-is, without hard-coded darkening, to ease the tweaking of themes. This aligns the style of the VSE backdrop with the rest of Blender (Outliner rows, File Browser, Spreadsheet, Info and animation editors). Related reports: T92581 Related task: T92792 #### Before {F11680317, size=full} #### After {F11694981, size=full} Reviewed By: #user_interface, Severin Maniphest Tasks: T92581 Differential Revision: https://developer.blender.org/D13072
2021-11-05Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-05Cleanup: replace face-map reference in gizmo exampleCampbell Barton
Copy-paste error.
2021-11-04GPencil: New option to Merge All layers in active oneAntonio Vazquez
This new option allows to combine all layers in the active one. Also the merge down option has been improved. Reviewed By: mendio, pablo vazquez (UI) Differential Revision: https://developer.blender.org/D13054
2021-11-04Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-04Fix T92812: Startup has "Standard" View Transform Instead of "Filmic"Hans Goudey
A repeat of the problem I caused last time I edited the startup file. Never do it with a lite build! Also align the toolbar widths in all editors to the smallest size they snap to.
2021-11-04Merge branch 'blender-v3.0-release'Pablo Vazquez
2021-11-04UI: Fix UIList item using "regular" widget colors while editedPablo Vazquez
Simply removing the check for `UI_STATE_TEXT_INPUT` makes it inherit the "List Item" User Interface theme settings. This patch changes the default theme to match the colors of text input fields. #### Master {F11680556, size=full} #### This patch {F11680557, size=full} All the included commmunity themes seem to work well (only Deep Grey might need more contrast but that's a different patch). Related reports: T92720 Reviewed By: #user_interface, Severin Maniphest Tasks: T92720 Differential Revision: https://developer.blender.org/D13073
2021-11-04Merge branch 'blender-v3.0-release'Antonio Vazquez
2021-11-04Revert "GPencil: Change default template for better contrast in header"Antonio Vazquez
This reverts commit 5d42ea036999a7e82dbc03947968f4ad61093d06.
2021-11-03Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-03Fix: Startup file geometry nodes viewport inconsistent orientationHans Goudey
Copy the orientation from the "Layout" workspace 3D view.
2021-11-03Merge remote-tracking branch 'origin/blender-v3.0-release'Julian Eisel
2021-11-03Add documentation for some 'hidden' RNA properties.Bastien Montagne
Even never-shown RNA properties should have at least a description, as this is used by API doc generation scripts. NOTE: this is more of an opportunistic set of changes than a proper complete fix of that loack of documentation.
2021-11-03I18n: Add some more acronyms to the spellchecker.Bastien Montagne
2021-11-03I18n: Fix several issues with UI messages extraction script.Bastien Montagne
* Fix systematic skipping of labels when they are the same as the identifier (Some cases are valid, like `RGB` or `HSV` e.g.). * Add instead heuristics checks to skip non-UI properties (non-capitalized, or same name as identifier and Operator properties, mainly). * Skip `bl_icon` and `icon` properties. * Properly search for properties in all parent classes (some cases with e.g. `Panel` would break due to intermediary utils classes, leading to those internal UI properties not being skipped as expected). Related to T43295.
2021-11-03Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-03Fix T92053: Industry compatible key-map fallback tools don't workCampbell Barton
Caused by c9d9bfa84ad5cb985e3feccffa702b2f3cc2adf8. Support for fallback tools with right-click select needed the industry compatible key-map to be updated.
2021-11-02Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-02I18n: Fix all new cpp files not being parsed by UI message extractor.Bastien Montagne
The 'new' `.cc`/`.hh` extensions were never added to UI message extractor. Related to T43295.
2021-11-02Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-02Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-02Fix "Alt Tool Access" key-map preference with sequencer previewCampbell Barton
2021-11-02Fix T92721: "Alt Cursor Access" option fails to drag the cursorCampbell Barton
2021-11-01Fix T92722: Error when saving new render presetThomas Dinges
The preset menu name was not renamed in 4ddad5a7ee5d.
2021-11-01Fix T92722: Error when saving new render presetThomas Dinges
The preset menu name was not renamed in 4ddad5a7ee5d.
2021-11-01Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-01Fix UI messages, typos, etc.Bastien Montagne
2021-11-01Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
The name and tooltip were talking about file-lists, which exposes the fact that the Asset Browser uses the File Browser code in the UI, which we shouldn't do. This can confuse users. Instead have a dedicated operator for the Asset Browser with a proper name and tooltip.
2021-11-01Revert "Pointcloud selection support"Clément Foucault
This reverts commit a50f8b3fd8e74d7cc0f2224f110c85493acee1cc.
2021-11-01Pointcloud selection supportJarrett Johnson
This patch adds support for selecting pointclouds. Since pointclouds were not properly drawn to the selection buffer (as diagonsed by output from `glReadPixels` and Renderdoc), they were not able to be selectable by depth picking or occlusion queries. In `basic_engine`, objects were rendered with a shader which draws to a depth buffer but only assumes a single position vertex attribute. Pointclouds, though, require at least another vertex attribute `pos_inst` which provides the instance offsets. Thus, this patch adds another shader variant for pointclouds which supports these two attributes and renders the points appropriately. {F11652666} Addresses T92415 Reviewed By: fclem Differential Revision: https://developer.blender.org/D13059
2021-10-29Asset Browser: Correct name & tooltip for asset list refresh operatorJulian Eisel
The name and tooltip were talking about file-lists, which exposes the fact that the Asset Browser uses the File Browser code in the UI, which we shouldn't do. This can confuse users. Instead have a dedicated operator for the Asset Browser with a proper name and tooltip.
2021-10-29Merge branch 'blender-v3.0-release'Jacques Lucke
2021-10-29Cleanup: remove unused functionJacques Lucke
2021-10-29Merge branch 'blender-v3.0-release'Campbell Barton
2021-10-29Cleanup: add sections for tool key-mapsCampbell Barton
2021-10-29Merge branch 'blender-v3.0-release'Campbell Barton
2021-10-29Fix T92468: Annotation Drag option broken in Node EditorsCampbell Barton
Also enable fallback tool for link-cut.
2021-10-28Preferences: remove special case for copying previous settingsCampbell Barton
This was only needed for skipping version numbers when the numbering scheme changed for 3.0.
2021-10-28Merge branch 'blender-v3.0-release'Campbell Barton
2021-10-28Merge branch 'blender-v3.0-release'Campbell Barton