wipworking
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,12 +2,40 @@
|
||||
Utility modules for the Text Texture Generator addon.
|
||||
"""
|
||||
|
||||
from .constants import bl_info
|
||||
from .constants import (
|
||||
bl_info,
|
||||
has_image_overlays,
|
||||
has_basic_utilities,
|
||||
has_presets,
|
||||
has_normal_maps,
|
||||
has_batch_processing,
|
||||
has_advanced_utilities,
|
||||
has_advanced_styling,
|
||||
has_stroke_effects,
|
||||
has_blur_effects,
|
||||
has_shadow_glow_effects,
|
||||
has_shader_generation,
|
||||
is_free_version,
|
||||
is_full_version
|
||||
)
|
||||
from .system import install_pillow, get_system_fonts, get_font_enum_items
|
||||
|
||||
__all__ = [
|
||||
'bl_info',
|
||||
'install_pillow',
|
||||
'install_pillow',
|
||||
'get_system_fonts',
|
||||
'get_font_enum_items'
|
||||
'get_font_enum_items',
|
||||
'has_image_overlays',
|
||||
'has_basic_utilities',
|
||||
'has_presets',
|
||||
'has_normal_maps',
|
||||
'has_batch_processing',
|
||||
'has_advanced_utilities',
|
||||
'has_advanced_styling',
|
||||
'has_stroke_effects',
|
||||
'has_blur_effects',
|
||||
'has_shadow_glow_effects',
|
||||
'has_shader_generation',
|
||||
'is_free_version',
|
||||
'is_full_version'
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user