Fix #107265: Compositor: output node remove note that z-depth can be saved #104457

Closed
Habib Gahbiche wants to merge 53 commits from zazizizou/blender-manual:com-outputfile into blender-v3.6-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 2444a4e4c9 - Show all commits

View File

@ -22,6 +22,12 @@ Checking
- check_structure to check the structure of all .rst files. - check_structure to check the structure of all .rst files.
- check_syntax to check the syntax of all .rst files. - check_syntax to check the syntax of all .rst files.
- check_spelling to check spelling for text in RST files. - check_spelling to check spelling for text in RST files.
Python Scripts
--------------
- format_py to auto-format Python scripts.
endef endef
# HELP_TEXT (end) # HELP_TEXT (end)
@ -117,6 +123,9 @@ report_po_progress:
@python3 tools_report/report_translation_progress.py --quiet \ @python3 tools_report/report_translation_progress.py --quiet \
`find locale/ -maxdepth 1 -mindepth 1 -type d -not -iwholename '*.git*' -printf 'locale/%f\n' | sort` `find locale/ -maxdepth 1 -mindepth 1 -type d -not -iwholename '*.git*' -printf 'locale/%f\n' | sort`
format_py:
@autopep8 --in-place --recursive .
# ---------------------- # ----------------------
# Help for build targets # Help for build targets