UV: Document pack islands features and new ui #104468

Closed
Chris Blackbourn wants to merge 63 commits from Chris_Blackbourn/blender-manual:uv_pack_islands into blender-v3.6-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

63 Commits

Author SHA1 Message Date
Chris Blackbourn 12e9794a2d UV: Document pack islands features and new ui 2023-06-02 11:12:23 +12:00
Nate Rupsis 52fb068ff3 Animation: Updating NLA full stack / lower stack "TAB" keyboard shortcut
buildbot/vdev-doc-manual-coordinator Build done. Details
## Overview

Updating the keyboard shortcut (TAB) for NLA stack evaluation. Full stack evaluation is now defaulted to TAB, and lower stack evaluation key mapping is removed.

(Note @BClark made the changes, I'm just helping facilitate)

0f67ac4547

Pull Request: #104449
2023-06-01 11:08:21 -04:00
Aaron Carlisle 8293ceee9d Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-31 10:39:09 -04:00
Alaska f4c50b1e39 Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
buildbot/vdev-doc-manual-coordinator Build done. Details
Pull Request: #104461
2023-05-31 14:51:44 +02:00
Julien Kaspar 7cf1cafaea New addon documentation
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-31 12:56:40 +02:00
Campbell Barton 7d6780cc77 Cleanup: remove <pep8 compliant> tag (which can now be assumed)
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-29 21:50:50 +10:00
Campbell Barton a2d7751b2d Cleanup: line length
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-29 10:44:47 +10:00
Campbell Barton 8ebc22bc2b Cleanup: minor improvements to help extracting
buildbot/vdev-doc-manual-coordinator Build done. Details
- Report an error if extracting help text from Blender fails
  (was failing silently).
- Note limitations in current parsing.
- Update some code-comments.
2023-05-29 10:25:20 +10:00
Campbell Barton fc48be3248 blender_help_extract: split version & usage onto separate lines
buildbot/vdev-doc-manual-coordinator Build done. Details
Having the usage on the same line as the version wasn't intended.
2023-05-28 15:40:45 +10:00
Campbell Barton 8e1eb0bdbd Command line arguments: re-generate based on --help output
Note that the empty "Other Options" title is no longer included &
cycles arguments are properly quoted.

The default --enable/disable-autoexec have now been corrected too.
2023-05-28 15:26:09 +10:00
Campbell Barton 208acf53bf blender_help_extract: rewrite to use Blender's --help output
Use Blender's help message directly instead of parsing the C source code
which was quite involved and fragile. Note that this uses
`bpy.app.help_text(all=True)` which shows all options, even those
not available on the current build. This was a limitation that prevented
the output from `--help` being used in the past.

Uses half the lines of code and reduces complexity considerably.
2023-05-28 15:24:19 +10:00
Aaron Carlisle 1bb0c20813 Viewport: draw light icons using the light colors
buildbot/vdev-doc-manual-coordinator Build done. Details
https://projects.blender.org/blender/blender/commit/6fbc52bdca
2023-05-27 23:33:03 -04:00
Aaron Carlisle 7002aac416 USD export: option to add a root prim
https://projects.blender.org/blender/blender/commit/42342124f8
2023-05-27 23:33:03 -04:00
Aaron Carlisle 756503293e GPencil: Several Weight Paint additions
https://projects.blender.org/blender/blender/commit/397a14deff2
2023-05-27 23:33:03 -04:00
Aaron Carlisle b505821978 Text object: operators to move cursor to the top or bottom
https://projects.blender.org/blender/blender/commit/6d2351d26bd
2023-05-27 23:33:03 -04:00
Aaron Carlisle 6a12b4e00a Setting Text Object Styles
https://projects.blender.org/blender/blender/commit/f7ba61d3a6d
2023-05-27 23:33:03 -04:00
Aaron Carlisle 6c0a8f5fb6 Add RNA links for text objects 2023-05-27 23:33:03 -04:00
Aaron Carlisle 8a6302e8ed DRW: Selection Occlusion
https://projects.blender.org/blender/blender/commit/7a267aa0003
2023-05-27 23:33:03 -04:00
Aaron Carlisle e8774982b3 Outliner: New Grease Pencil filter
https://projects.blender.org/blender/blender/commit/b558fff5b8
2023-05-27 23:33:03 -04:00
Aaron Carlisle d39aa637c2 Cleanup: Use field lists for enums 2023-05-27 23:33:03 -04:00
Raimund Klink 2d4c68def8 Move Cycles command line docs to command line page
buildbot/vdev-doc-manual-coordinator Build done. Details
I want to move the cycles-specific arguments to the main CLI page.
See my MR to Blender blender/blender#108232

Pull Request: #104455
2023-05-28 01:38:27 +02:00
Campbell Barton 6bd41b5406 Command line arguments: re-generate
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-27 17:44:25 +10:00
Campbell Barton e91efbc567 blender_help_extract: sync with changes to Blender 2023-05-27 17:44:25 +10:00
Brecht Van Lommel e96c248ffc Merge branch 'blender-v3.6-release' into main
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-26 19:24:21 +02:00
Brecht Van Lommel ca18f748e9 Merge branch 'blender-v3.6-release' into main
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-26 18:40:24 +02:00
Sebastian Sille e31b393357 scene_dxf: Added DXF suffix in menu description
buildbot/vdev-doc-manual-coordinator Build done. Details
Show .dfx suffix in menu desription
2023-05-26 12:29:07 +02:00
Aaron Carlisle 6a174bc957 Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-25 23:25:09 -04:00
Aaron Carlisle 62ef50fe75 Merge branch 'blender-v3.6-release' 2023-05-25 22:44:03 -04:00
Aaron Carlisle da74f51165 Improvements for UV Editor section
buildbot/vdev-doc-manual-coordinator Build done. Details
A few improvements for the UV Editor section:
- Reworked the introduction, especially since the original "Advantages of UVs" were more like "Advantages of image textures" and included examples like rugs that don't really need a UV map.
- Added a screenshot for the Overlays pop-over and updated the (slightly outdated) screenshot of the header.
- Extended the explanation of the 2D Cursor (which was missing the `Shift-RMB` and `Shift-C` shortcuts).
- Fixed the shortcuts in the "Select Edge Loops" section (which were actually for "Rings") and added a "Rings" section (which was missing).
- Added general clarifications, such as pointing out that "Select Split is different from Split Selection" and "Select Loop doesn't require a loop."

Author: @Matthew-Hinson

Fixes: #104431
2023-05-25 00:02:42 -04:00
Sun Kim 91283c2198 Fix #103856: Match UI names in Line Art page
Match UI name for Allow Overlapping Types.

(unreported) Also fix options for contour.

Pull Request: #104450
2023-05-25 00:02:01 -04:00
VRBOX\GateKeeper 15f72606b8 Fixed: long line wrapping
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-24 09:30:54 -04:00
Aaron Carlisle a0db3e5a82 UI: Change the name of Invert nodes to Invert Color
buildbot/vdev-doc-manual-coordinator Build done. Details
https://projects.blender.org/blender/blender/commit/9344deed898
2023-05-23 21:26:16 -04:00
Aaron Carlisle 18af726d7c UI: Add slash separators to Hue/Saturation/Value
https://projects.blender.org/blender/blender/commit/5df8e35da74
2023-05-23 21:26:16 -04:00
Sun Kim 80c2485132 Fix #104451: Update outdated panel title
The panel for render size and fps has been renamed from Dimensions to Format since 3.0.

Fix a few places that still refer to the old name.

Pull Request: #104454
2023-05-23 21:26:16 -04:00
Raimund Klink 0878b4b5f0 Docs: Move code block to the correct place
buildbot/vdev-doc-manual-coordinator Build done. Details
https://docs.blender.org/manual/en/3.6/advanced/command_line/render.html#command-line-rendering
The current text doesn't make sense. I moved the block to the correct place.
Alternativ, we could just say `blender --help` without an extra code block.

Pull Request: #104453
2023-05-24 03:01:51 +02:00
Campbell Barton 69ea4c1b16 Fix "Blend Pose" reference
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-23 10:20:01 +10:00
Nate Rupsis 5ed40f3a83 Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-22 11:19:15 -04:00
Sybren A. Stüvel 45a723005f Merge remote-tracking branch 'origin/blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-22 15:40:05 +02:00
Campbell Barton 44c0862120 Cleanup: use a table for the spell checkers regex text replacement
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-22 20:17:07 +10:00
Aaron Carlisle 457172f3e4 Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-21 23:34:50 -04:00
Aaron Carlisle eea7360322 Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-21 23:12:00 -04:00
Aaron Carlisle c894ca2845 Cleanup: Remove references to SVN
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-21 22:05:12 -04:00
Nate Rupsis e6af4c7fd6 Animation: Updating NLA full stack / lower stack "TAB" keyboard shortcut
## Overview

Updating the keyboard shortcut (TAB) for NLA stack evaluation. Full stack evaluation is now defaulted to TAB, and lower stack evaluation key mapping is removed.

(Note @BClark made the changes, I'm just helping facilitate)

0f67ac4547

Pull Request: #104449
2023-05-21 22:05:12 -04:00
Campbell Barton b07f203c97 Merge branch 'blender-v3.6-release'
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-22 11:36:47 +10:00
Campbell Barton 8f106231aa Merge branch 'blender-v3.6-release' 2023-05-22 11:24:55 +10:00
Campbell Barton 3fa1c55353 UV Docs: image space pin & unwrap active quads
buildbot/vdev-doc-manual-coordinator Build done. Details
Resolve 2 TODO's, also update docs for "Follow Active Quads".
2023-05-22 10:41:01 +10:00
Sebastian Sille 45d6350961 scene_3ds: Fixed typo
buildbot/vdev-doc-manual-coordinator Build done. Details
fixed some spelling errors
2023-05-20 14:44:23 +02:00
Sebastian Sille 378068cdeb scene_3ds: Bump version for new animation export property
buildbot/vdev-doc-manual-coordinator Build done. Details
Raised version number for new animation export property
2023-05-20 13:22:22 +02:00
Campbell Barton 381669fb13 Cleanup: correct links, avoid inline URL's & don't wrap unnecessary
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-20 18:09:51 +10:00
Campbell Barton eadd5f1697 rst_check_spelling: use regex to mask out RST syntax and scan for words
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-20 17:43:30 +10:00
Campbell Barton d644606a9a Cleanup: replace term VSE with Sequencer
buildbot/vdev-doc-manual-coordinator Build done. Details
The term VSE is not used in Blender's interface.
2023-05-20 15:48:43 +10:00
Campbell Barton a6d06a723a Cleanup: spelling 2023-05-20 15:46:47 +10:00
Campbell Barton f0a6b14201 rst_check_spelling: improve logic that skips non-text strings
Visitors for code & literal blocks now skip any text within those nodes.
2023-05-20 15:43:33 +10:00
Campbell Barton 9c93e7b0ea Cleanup: format Python sources 2023-05-20 15:34:21 +10:00
Campbell Barton 2444a4e4c9 Makefile: add format_py target to run autopep8 2023-05-20 15:34:07 +10:00
Campbell Barton dd34b70b30 Add pyproject.toml for autopep8 defaults (matching Blender)
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-20 15:26:59 +10:00
Campbell Barton 92fb00ff7a Add sha1 to svn revision mapping
This makes it possible to check SVN revision references.
2023-05-20 15:22:15 +10:00
Sebastian Sille beeb2f6ae5 scene_3ds: Added new animation export property
buildbot/vdev-doc-manual-coordinator Build done. Details
Export 3ds can now write the keyframes
2023-05-20 04:51:02 +02:00
Christoph Lendenfeld 36fdeffef4 Anim: updates to Graph Editor
buildbot/vdev-doc-manual-coordinator Build done. Details
* Added Smooth (Gaussian) (blender/blender#105635)
* Added description of new parameters for pasting keys (blender/blender#104512)
* Updated keymap description for channel selection due to range selection
* Updated menu name for Copy and Paste. No longer is "Copy Keyframes"
2023-05-19 12:42:47 +02:00
Campbell Barton 1d69efa27f Linux: document how to disable libdecor in gnome-shell
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-18 10:03:07 +10:00
Sebastian Sille 543b87049d scene_3ds: Raise version number for next Blender release
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-17 19:43:12 +02:00
Sybren A. Stüvel 78ce1c193d Contribute: Phab-to-Gitea adjustments
buildbot/vdev-doc-manual-coordinator Build done. Details
Just two small changes, to adjust some text that seems out of place with Gitea:

- Change "Add relevant modules/projects to tags" to "... to the labels".
- Remove the "Assign individuals (instead of modules/projects) for
  reviewers" as there is no way in Gitea to assign modules/projects as
  reviewers.

Co-authored-by: Sybren A. Stüvel <sybren@stuvel.eu>
Pull Request: #104445
2023-05-17 18:25:06 +02:00
Thomas Dinges b752f70f63 Update blender_version to 4.0.
buildbot/vdev-doc-manual-coordinator Build done. Details
2023-05-17 12:27:23 +02:00