https://github.com/solarliner/blender_io_earth_studio
Import Google Earth Studio scenes into Blender.
https://github.com/solarliner/blender_io_earth_studio
Last synced: about 1 year ago
JSON representation
Import Google Earth Studio scenes into Blender.
- Host: GitHub
- URL: https://github.com/solarliner/blender_io_earth_studio
- Owner: SolarLiner
- License: mit
- Created: 2019-06-05T17:27:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T21:22:40.000Z (about 7 years ago)
- Last Synced: 2025-02-12T13:54:21.095Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# blener_io_earth_studio
Import Google Earth Studio scenes into Blender.
**Note: This addon only supports Blender 2.80.**
## Installation
Download the contents of the repository, and import the zip file as an addon into Blender.
## Usage
1. Export project data as a **JSON file**, with local coordinates (either with the render or separatedly).
Tracking points and local origin are supported.
2. Import the data into Blender through the import menu. This will import your tracking points and the
camera path as 1:1 (1 Blender Unit = 1 meter)
3. The Blender scene is now synced to the Google Earth Studio render! You can now
## Roadmap
- [x] Import camera animation and trackpoints
- [ ] Add a scaling setting to scale the imported scene down
- [ ] Automatically add footage to scene if found
- [ ] Support for Global coordinates export (low priority)