Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BartGunshot/potco-blender-tools
Blender addon adding various tools for working with POTCO models
https://github.com/BartGunshot/potco-blender-tools
Last synced: 5 days ago
JSON representation
Blender addon adding various tools for working with POTCO models
- Host: GitHub
- URL: https://github.com/BartGunshot/potco-blender-tools
- Owner: BartGunshot
- Created: 2020-05-09T19:41:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T04:55:21.000Z (over 2 years ago)
- Last Synced: 2024-08-02T16:45:14.547Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POTCO Blender Tools
This is a Blender addon which provides a number of tools for working with POTCO files in blender. Tested with 2.8, will probably work with 2.79.## POTCO WorldData Importer
This addon adds in a rudimentary WorldData importer for POTCO WorldData files. These files store the placements of props, scenery, etc. on the various world spaces of POTCO. As of now, the importer will attempt to import Panda3D .egg files located in the same directory as the imported WorldData file. The importer expects the user to have installed: https://github.com/rdb/blender-egg-importer*File > Import > POTCO WorldData (.py)*
The worldData files are found in any src rip of POTCO. I recommend this one for this instance:
https://github.com/PiratesOnlineRewritten/Pirates-Online-Rewritten/tree/master/pirates/leveleditor/worldData#### Issues:
- Caves don't load properly
- The larger worlddata files take a very long time to import#### TODO:
- Write a proper parser for reading worlddata
- Preserve object properties
- Preserve object hierarchy
- Support links
- Performance improvements