UV: Document pack islands features and new ui #104468
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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:
|
||||||
#
|
#
|
||||||
|
@ -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).
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
"role_iter",
|
"role_iter",
|
||||||
"directive_iter",
|
"directive_iter",
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user