abrasion/blender
q3k 8eb32bb2ca blender: simple export addon
This adds a Blender Addon for Abrasion which allows right-clicking on a
collection to export it to a q3dm file.
2021-07-11 00:10:18 +00:00
..
build blender: simple export addon 2021-07-11 00:10:18 +00:00
BUILD.bazel blender: simple export addon 2021-07-11 00:10:18 +00:00
README.md blender: simple export addon 2021-07-11 00:10:18 +00:00
addon.py blender: simple export addon 2021-07-11 00:10:18 +00:00
export.py blender: simple export addon 2021-07-11 00:10:18 +00:00

README.md

Blender/Abrasion Addon

Building / Installing

To build:

bazel buld //blender:addon

Then symlink/copy bazel-bin/blender/addon into Blender's scripts/addons/abrasion-addon. DO NOT INSTALL THE ADDON AS abrasion, THIS BREAKS IMPORT PATHS/.

Usage

Right click on a collection in the ourliner and select 'Export Abrasion Q3DM' to recursively export this collection as a q3dm file. It will be saved next to your .blend file, with a '.(collectionName).q3dm' suffix.