Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Bertrand
navipy
Commits
435d5cb4
Commit
435d5cb4
authored
7 years ago
by
Olivier Bertrand
Browse files
Options
Downloads
Patches
Plain Diff
Pseudo fix for F8221
parent
7ba13914
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
navipy/rendering/bee_sampling.py
+1
-1
1 addition, 1 deletion
navipy/rendering/bee_sampling.py
navipy/rendering/cyber_bee.py
+1
-1
1 addition, 1 deletion
navipy/rendering/cyber_bee.py
with
2 additions
and
2 deletions
navipy/rendering/bee_sampling.py
+
1
−
1
View file @
435d5cb4
...
@@ -29,7 +29,7 @@ Finally we can generate the database.
...
@@ -29,7 +29,7 @@ Finally we can generate the database.
import
warnings
import
warnings
try
:
try
:
import
bpy
import
bpy
except
ModuleNotFoundError
:
except
ModuleNotFoundError
:
# noqa F821
warnings
.
warn
(
warnings
.
warn
(
'
bpy could not be imported,
'
+
'
bpy could not be imported,
'
+
'
please run your python program in blender
'
)
'
please run your python program in blender
'
)
...
...
This diff is collapsed.
Click to expand it.
navipy/rendering/cyber_bee.py
+
1
−
1
View file @
435d5cb4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
warnings
import
warnings
try
:
try
:
import
bpy
import
bpy
except
ModuleNotFoundError
:
except
ModuleNotFoundError
:
# noqa F821
warnings
.
warn
(
warnings
.
warn
(
'
bpy could not be imported,
'
+
'
bpy could not be imported,
'
+
'
please run your python program in blender
'
)
'
please run your python program in blender
'
)
...
...
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