Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
647f78da
Commit
647f78da
authored
6 years ago
by
Bastien Montagne
Browse files
Options
Downloads
Patches
Plain Diff
Fix/cleanup some UI messages (typos, final points...).
parent
bada236b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
io_import_images_as_planes.py
+1
-1
1 addition, 1 deletion
io_import_images_as_planes.py
ui_translate/update_ui.py
+1
-1
1 addition, 1 deletion
ui_translate/update_ui.py
with
2 additions
and
2 deletions
io_import_images_as_planes.py
+
1
−
1
View file @
647f78da
...
@@ -728,7 +728,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
...
@@ -728,7 +728,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
# Properties - Material / Shader
# Properties - Material / Shader
SHADERS
=
(
SHADERS
=
(
(
'
DIFFUSE
'
,
"
Diffuse
"
,
"
Diffuse Shader
"
),
(
'
DIFFUSE
'
,
"
Diffuse
"
,
"
Diffuse Shader
"
),
(
'
SHADELESS
'
,
"
Shadeless
"
,
"
Only visible to camera and reflections
.
"
),
(
'
SHADELESS
'
,
"
Shadeless
"
,
"
Only visible to camera and reflections
"
),
(
'
EMISSION
'
,
"
Emit
"
,
"
Emission Shader
"
),
(
'
EMISSION
'
,
"
Emit
"
,
"
Emission Shader
"
),
)
)
shader
:
EnumProperty
(
name
=
"
Shader
"
,
items
=
SHADERS
,
default
=
'
DIFFUSE
'
,
description
=
"
Node shader to use
"
)
shader
:
EnumProperty
(
name
=
"
Shader
"
,
items
=
SHADERS
,
default
=
'
DIFFUSE
'
,
description
=
"
Node shader to use
"
)
...
...
This diff is collapsed.
Click to expand it.
ui_translate/update_ui.py
+
1
−
1
View file @
647f78da
...
@@ -47,7 +47,7 @@ from bpy.app.translations import pgettext_iface as iface_
...
@@ -47,7 +47,7 @@ from bpy.app.translations import pgettext_iface as iface_
# Data ########################################################################
# Data ########################################################################
class
I18nUpdateTranslationLanguage
(
PropertyGroup
):
class
I18nUpdateTranslationLanguage
(
PropertyGroup
):
"""
Settings/info about a language
.
"""
"""
Settings/info about a language
"""
uid
:
StringProperty
(
uid
:
StringProperty
(
name
=
"
Language ID
"
,
name
=
"
Language ID
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment