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
0cd0d5c9
Commit
0cd0d5c9
authored
3 years ago
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup: check_spelling_c_config, also minor spelling corrections
parent
86093aef
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
check_source/check_spelling_c_config.py
+1
-0
1 addition, 0 deletions
check_source/check_spelling_c_config.py
utils/blend2json.py
+1
-1
1 addition, 1 deletion
utils/blend2json.py
utils/cycles_timeit.py
+1
-1
1 addition, 1 deletion
utils/cycles_timeit.py
with
3 additions
and
2 deletions
check_source/check_spelling_c_config.py
+
1
−
0
View file @
0cd0d5c9
...
...
@@ -158,6 +158,7 @@ dict_custom = {
"
parentless
"
,
"
passepartout
"
,
"
passthrough
"
,
"
performant
"
,
"
pixelate
"
,
"
pixelated
"
,
"
pixelisation
"
,
...
...
This diff is collapsed.
Click to expand it.
utils/blend2json.py
+
1
−
1
View file @
0cd0d5c9
...
...
@@ -44,7 +44,7 @@ Filters are evaluated in the order they are given, that is, if a block does not
it is immediately rejected and no further check is done on it.
You can add some recursivity to a filter (that is, if an
'
include
'
filter is successful over a
'
pointer
'
property,
it will also automatically include pointed data, with a level of recusivity), by adding either
it will also automatically include pointed data, with a level of recu
r
sivity), by adding either
'
*
'
(for infinite recursion) or a number (to specify the maximum level of recursion) to the include/exclude toggle.
Note that it only makes sense in
'
include
'
case, and gets ignored for
'
exclude
'
one.
...
...
This diff is collapsed.
Click to expand it.
utils/cycles_timeit.py
+
1
−
1
View file @
0cd0d5c9
...
...
@@ -143,7 +143,7 @@ def benchmarkFile(blender, blendfile, stats):
"
--render-format
"
,
"
PNG
"
,
"
-f
"
,
"
1
"
)
# Run Blender with configured command line.
logVerbose
(
"
About to execu
e
t command: {}
"
.
format
(
command
))
logVerbose
(
"
About to execut
e
command: {}
"
.
format
(
command
))
start_time
=
time
.
time
()
process
=
subprocess
.
Popen
(
command
,
stdout
=
subprocess
.
PIPE
,
...
...
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