Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-dev-tools
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-dev-tools
Commits
ef6d6d4f
Commit
ef6d6d4f
authored
2 years ago
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup: spelling in comments
parent
f021b4b3
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
check_blender_release/check_static_binaries.py
+1
-1
1 addition, 1 deletion
check_blender_release/check_static_binaries.py
utils_api/bpy_introspect_ui.py
+2
-2
2 additions, 2 deletions
utils_api/bpy_introspect_ui.py
with
3 additions
and
3 deletions
check_blender_release/check_static_binaries.py
+
1
−
1
View file @
ef6d6d4f
...
@@ -118,7 +118,7 @@ def stripLibraryABI(lib_name):
...
@@ -118,7 +118,7 @@ def stripLibraryABI(lib_name):
"""
"""
Strip ABI suffix from .so file
Strip ABI suffix from .so file
Example; libexample.so.1.0 => libexample.so
Example;
``
libexample.so.1.0
``
=>
``
libexample.so
``.
"""
"""
lib_name_no_abi
=
lib_name
lib_name_no_abi
=
lib_name
# TODO(sergey): Optimize this!
# TODO(sergey): Optimize this!
...
...
This diff is collapsed.
Click to expand it.
utils_api/bpy_introspect_ui.py
+
2
−
2
View file @
ef6d6d4f
...
@@ -351,10 +351,10 @@ def fake_helper():
...
@@ -351,10 +351,10 @@ def fake_helper():
def
fake_runtime
():
def
fake_runtime
():
"""
Only call this before `draw()` functions.
"""
"""
Only call this before `draw()` functions.
"""
# Misc Subclasses
# Misc Sub
-
classes
bpy
.
types
.
EffectSequence
=
type
(
"
EffectSequence
"
,
(),
{})
bpy
.
types
.
EffectSequence
=
type
(
"
EffectSequence
"
,
(),
{})
# Operator Subclases
# Operator Sub
-
clas
s
es
.
bpy
.
types
.
WM_OT_doc_view
=
type
(
"
WM_OT_doc_view
"
,
(),
{
"
_prefix
"
:
""
})
bpy
.
types
.
WM_OT_doc_view
=
type
(
"
WM_OT_doc_view
"
,
(),
{
"
_prefix
"
:
""
})
bpy
.
data
=
module_add
(
"
bpy.data
"
)
bpy
.
data
=
module_add
(
"
bpy.data
"
)
...
...
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