UV: Document pack islands features and new ui #104468
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# Copyright 2015 Anton Felix Lorenzen <anfelor@web.de>
|
||||
# <pep8 compliant>
|
||||
|
||||
'''
|
||||
Module of Translation Tracker: report the number of complete strings in a file.
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# Copyright 2015 Anton Felix Lorenzen <anfelor@web.de>
|
||||
# <pep8 compliant>
|
||||
|
||||
'''
|
||||
Translation Tracker: report the number of complete translations.
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
# DEVELOPER NOTE:
|
||||
#
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
"""
|
||||
This utility checks naming conventions (Blender specific).
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
"""
|
||||
This utility checks image paths:
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
import os
|
||||
import io
|
||||
|
@ -18,8 +18,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
__all__ = (
|
||||
"role_iter",
|
||||
"directive_iter",
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
"""
|
||||
General purpose tool for remapping directory structure of RestructuredText documents.
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Apache License, Version 2.0
|
||||
# <pep8 compliant>
|
||||
|
||||
"""
|
||||
Remap RST title levels
|
||||
|
Loading…
Reference in New Issue
Block a user