Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
styledem-blender-addon
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Perche
styledem-blender-addon
Commits
98c085a9
Commit
98c085a9
authored
1 month ago
by
Simon Perche
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
e6560897
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
98c085a9
...
...
@@ -31,7 +31,9 @@ Our versions of each package are given. However, it might works with newer versi
Go to the installation of Blender into
`blender/3.0/python/bin`
.
Execute this command:
```bash ./python3.9 -m pip install -r requirements.txt ```
Troubleshoot Linux
#### Troubleshoot Linux
If, while enabling the addon, it throws
`module not found`
error, execute this command to copy all packages from local folder to blender folder
`cp -r $HOME/.local/lib/python3.10/site-packages/* ../lib/python3.10/`
(adapt for your version).
## Weights
...
...
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