-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from industArk/develop
Develop
- Loading branch information
Showing
8 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
zip: | ||
tar -C .. -acf scripter.zip bl_scripter/__init__.py bl_scripter/src | ||
tar -C .. -acf scripter.zip scripter/__init__.py scripter/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,30 @@ | ||
# Scripter | ||
|
||
by inDustArk (Data Verft Arkadiusz Choruzy) | ||
Blender addon for using python PYPI packages. | ||
|
||
--- | ||
|
||
### Overview | ||
|
||
Scripter is simple addon that allows you to install and use python libraries (packages) that are not normally given with Blender. The addon lets you to install packages from PYPI [https://pypi.org/] and adds them automatically at each next Blender start (they are not purged as usuall). | ||
|
||
### Installation | ||
|
||
Addon installation is simple as always. Just download the release, then in Blender click `Edit -> Preferences`. In `Add-ons` click install and chose the scripter.zip file. | ||
|
||
### How to use | ||
|
||
All you need to do is to add `PYPI libraries`, click `UPDATE LIBRARIES` and then wait for a while to install them. | ||
![](.readme/image.png) | ||
|
||
NOTE! While installing, Blender is not responsive for some time. It is recommended to open Blender's console window (`Window -> Toggle System Console`) for installation observation. | ||
|
||
### Contribution and testing | ||
|
||
Test status: Addon was tested on Blender 3.3 and 3.6. It is known issue it sometimes crashes after installation of new packages (while they are available after reopening Blender) | ||
|
||
Please feel free to contribute with addon development. | ||
|
||
--- | ||
|
||
Copyright (C) 2023 Arkadiusz Choruzy aka inDustArk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters