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
077f4f92
Commit
077f4f92
authored
5 years ago
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup: spelling
parent
431926d3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
check_source/check_style_c.py
+1
-1
1 addition, 1 deletion
check_source/check_style_c.py
modules/blendfile.py
+1
-1
1 addition, 1 deletion
modules/blendfile.py
utils_doc/rna_manual_reference_updater.py
+1
-1
1 addition, 1 deletion
utils_doc/rna_manual_reference_updater.py
with
3 additions
and
3 deletions
check_source/check_style_c.py
+
1
−
1
View file @
077f4f92
...
@@ -1175,7 +1175,7 @@ def quick_check_indentation(fn, lines):
...
@@ -1175,7 +1175,7 @@ def quick_check_indentation(fn, lines):
# * middle of multi line comment block
# * middle of multi line comment block
elif
ls
.
startswith
(
"
*
"
):
elif
ls
.
startswith
(
"
*
"
):
skip
=
True
skip
=
True
# exclude muli-line defines
# exclude mul
t
i-line defines
elif
ls
.
endswith
(
"
\\
"
)
or
ls
.
endswith
(
"
(void)0
"
)
or
ls_prev
.
endswith
(
"
\\
"
):
elif
ls
.
endswith
(
"
\\
"
)
or
ls
.
endswith
(
"
(void)0
"
)
or
ls_prev
.
endswith
(
"
\\
"
):
skip
=
True
skip
=
True
...
...
This diff is collapsed.
Click to expand it.
modules/blendfile.py
+
1
−
1
View file @
077f4f92
...
@@ -149,7 +149,7 @@ class BlendFile:
...
@@ -149,7 +149,7 @@ class BlendFile:
if
not
self
.
structs
:
if
not
self
.
structs
:
raise
BlendFileError
(
"
No DNA1 block in file, this is not a valid .blend file!
"
)
raise
BlendFileError
(
"
No DNA1 block in file, this is not a valid .blend file!
"
)
#
c
ache (could lazy init, incase we never use?)
#
C
ache (could lazy init, in
case we never use?)
.
self
.
block_from_offset
=
{
block
.
addr_old
:
block
for
block
in
self
.
blocks
if
block
.
code
!=
b
'
ENDB
'
}
self
.
block_from_offset
=
{
block
.
addr_old
:
block
for
block
in
self
.
blocks
if
block
.
code
!=
b
'
ENDB
'
}
def
__repr__
(
self
):
def
__repr__
(
self
):
...
...
This diff is collapsed.
Click to expand it.
utils_doc/rna_manual_reference_updater.py
+
1
−
1
View file @
077f4f92
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#
#
# ##### RNA MANUAL REFERENCES #####
# ##### RNA MANUAL REFERENCES #####
#
#
# This file geneates a file that maps RNA strings to online URL's
# This file gene
r
ates a file that maps RNA strings to online URL's
# for the context menu documentation access
# for the context menu documentation access
#
#
# To make international, we made a script,
# To make international, we made a script,
...
...
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