Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/toblender
Use any external text editor with Blender 🐵
https://github.com/s-a/toblender
blender blender-addon blender-plugin blender-python blender-scripts blender28
Last synced: about 5 hours ago
JSON representation
Use any external text editor with Blender 🐵
- Host: GitHub
- URL: https://github.com/s-a/toblender
- Owner: s-a
- License: mit
- Created: 2019-08-20T14:41:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T12:37:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T22:23:24.108Z (19 days ago)
- Topics: blender, blender-addon, blender-plugin, blender-python, blender-scripts, blender28
- Language: Python
- Homepage:
- Size: 19 MB
- Stars: 42
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ToBlender
Use an external editor with Blender 🐵.
## Installation
### 1. Blender Addon
To make this work you need to install the [corresponding addon 2blender](https://github.com/s-a/ToBlender/releases). This will start a simple tcp server to manage the synchronisation process. Since this could be a security risk you might want to keep an eye on activation state of the addon when you finished your python development.
### 2. Console Application
This application is based on Node.js so you need to install it from https://nodejs.org/en/download/.
After that you can install the application with `npm install toblender -g`. It needs to be global to make it systemwide available.
## Demo usage
![Demo](demo/demo.gif)
### Commandline arguments
See [COMMANDLINE-ARGUMENTS.md](COMMANDLINE-ARGUMENTS.md) for all details.