Metadata-Version: 2.1
Name: bpy-lattice
Version: 0.1.1
Home-page: https://github.com/ChristopherMayes/bpy-lattice
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# bpy-lattice
Extensions to Blender to draw accelerator lattices


# Installation into Blender

Blender ships with its own Python. On macOS, this is in a place like:

`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10`

Developers can install using pip and the editable flag:

`/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10 -m pip install -e .`


# Usage

Open Blender, and choose the scripting tab. 

Paste the contents of `scriots/make_lattice.py` in the editor. Edit to point to a valid `.layout_table` file, and run the script.
