From 0c551e05a4bec693498f6f699614f8ceb53fa9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vil=C3=A9m=20Duha?= Date: Sat, 23 May 2020 19:59:34 +0200 Subject: BlenderKit: fix various typos --- blenderkit/__init__.py | 14 +++++++------- blenderkit/ui_panels.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'blenderkit') diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py index d56390a3..c6ced37d 100644 --- a/blenderkit/__init__.py +++ b/blenderkit/__init__.py @@ -122,8 +122,8 @@ model_styles = ( ('PAINTERLY', 'Painterly', 'hand painted with visible strokes, mostly for games'), ('LOWPOLY', 'Lowpoly', "Lowpoly art -don't mix up with polycount!"), ('ANIME', 'Anime', 'Anime style'), - ('2D_VECTOR', '2d Vector', '2d vector'), - ('3D_GRAPHICS', '3d Graphics', '3d graphics'), + ('2D_VECTOR', '2D Vector', '2D vector'), + ('3D_GRAPHICS', '3D Graphics', '3D graphics'), ('OTHER', 'Other', 'Other style'), ) search_model_styles = ( @@ -131,8 +131,8 @@ search_model_styles = ( ('PAINTERLY', 'Painterly', 'hand painted with visible strokes, mostly for games'), ('LOWPOLY', 'Lowpoly', "Lowpoly art -don't mix up with polycount!"), ('ANIME', 'Anime', 'Anime style'), - ('2D_VECTOR', '2d Vector', '2d vector'), - ('3D_GRAPHICS', '3d Graphics', '3d graphics'), + ('2D_VECTOR', '2D Vector', '2D vector'), + ('3D_GRAPHICS', '3D Graphics', '3D graphics'), ('OTHER', 'Other', 'Other Style'), ('ANY', 'Any', 'Any Style'), ) @@ -155,7 +155,7 @@ engines = ( ('UNREAL', 'Unreal', 'Unreal engine'), ('UNITY', 'Unity', 'Unity engine'), ('GODOT', 'Godot', 'Godot engine'), - ('3D-PRINT', '3d printer', 'object can be 3d printed'), + ('3D-PRINT', '3D printer', 'object can be 3D printed'), ('OTHER', 'Other', 'any other engine'), ('NONE', 'None', 'no more engine block'), ) @@ -1502,7 +1502,7 @@ class BlenderKitAddonPreferences(AddonPreferences): items=( ('BOTH', 'Both Types', ''), - ('UNIFIED', 'Unified 3d View Panel', + ('UNIFIED', 'Unified 3D View Panel', ""), ('LOCAL', 'Relative to Data', '') @@ -1513,7 +1513,7 @@ class BlenderKitAddonPreferences(AddonPreferences): ) max_assetbar_rows: IntProperty(name="Max Assetbar Rows", - description="max rows of assetbar in the 3d view", + description="max rows of assetbar in the 3D view", default=1, min=0, max=20) diff --git a/blenderkit/ui_panels.py b/blenderkit/ui_panels.py index 0330bf88..1dbc7ab5 100644 --- a/blenderkit/ui_panels.py +++ b/blenderkit/ui_panels.py @@ -1124,7 +1124,7 @@ class VIEW3D_PT_blenderkit_downloads(Panel): def header_search_draw(self, context): - '''Top bar menu in 3d view''' + '''Top bar menu in 3D view''' if not utils.guard_from_crash(): return; -- cgit v1.2.3