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.
10 changed files with 0 additions and 11 deletions
Showing only changes of commit 7d6780cc77 - Show all commits

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# Copyright 2015 Anton Felix Lorenzen <anfelor@web.de> # Copyright 2015 Anton Felix Lorenzen <anfelor@web.de>
# <pep8 compliant>
''' '''
Module of Translation Tracker: report the number of complete strings in a file. Module of Translation Tracker: report the number of complete strings in a file.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# Copyright 2015 Anton Felix Lorenzen <anfelor@web.de> # Copyright 2015 Anton Felix Lorenzen <anfelor@web.de>
# <pep8 compliant>
''' '''
Translation Tracker: report the number of complete translations. Translation Tracker: report the number of complete translations.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
# DEVELOPER NOTE: # DEVELOPER NOTE:
# #

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
""" """
This utility checks naming conventions (Blender specific). This utility checks naming conventions (Blender specific).

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
""" """
This utility checks image paths: This utility checks image paths:

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
import os import os
import sys import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
import os import os
import io import io

View File

@ -18,8 +18,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
__all__ = ( __all__ = (
"role_iter", "role_iter",
"directive_iter", "directive_iter",

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
""" """
General purpose tool for remapping directory structure of RestructuredText documents. General purpose tool for remapping directory structure of RestructuredText documents.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Apache License, Version 2.0 # Apache License, Version 2.0
# <pep8 compliant>
""" """
Remap RST title levels Remap RST title levels