Skip to main content

GDS to Blender Python Translator

Project description

gdsblenderpy

Translate GDS to Blender files

Dependencies

While not an explicit dependency, KLayout is a fantastic open source tool for viewing and creating GDS files.

Installing Blender

Follow instructions to install Blender

Add blender to path, to allow for commands from the terminal. The executable exists in these locations (by default).

Windows

  • 64-bit

C:\Program Files\Blender Foundation\Blender\blender.exe

  • 32-bit

C:\Program Files (x86)\Blender Foundation\Blender\blender.exe

Linux

/usr/bin/blender

MacOS

/Applications/blender/blender.app/Contents/MacOS/blender

Installation of this Package

These instructions help to install pip into the python that comes with blender, since python is not released with pip in the first place. More detail can be found here or with a differently worded google search.

  1. First cd into your blender path:

    cd /path/to/blender-2.8/2.80/python

  2. Run ensurepip for your blender's python:

    /bin/python3.7m lib/python3.7/ensurepip

    • in MacOS, ./python3.7m will run the executable instead of just the filename
  3. Now you have pip and can install modules by:

    bin/pip3 install --target lib/python3.6 packageName

  4. Install the dependencies manually:

    bin/pip3 install --target lib/python3.6 numpy

    bin/pip3 install --target lib/python3.6 gdspy

    bin/pip3 install --target lib/python3.6 phidl

  5. Run setup.py for this project after downloading from git (untested)

ALTERNATIVELY (WORKING)

  1. Install this module:

    bin/pip3 install --target lib/python3.6 gdsblenderpy

Creating layer_stack file

See the example.

In essence, add the layers you are interested in capturing for your blender project, give them, initial height (z), thickness, color and an etch_target if the layer is intended to cut into another layer (as opposed to being extruded).

At the end of the file (currently - will be changed in the future), add the layer stack and run the draw in blender command.

Then when you run the translator like below, it should work as the example does.

Running Translator

blender filename.blend --python layerstack-file.py

Where the layerstack-file.py file has been created following instructions. See example

TODO

Use

  • Neaten plotting of cross section

  • Figure out way to do dopings?

  • Fix plot cross section

Function

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdsblenderpy-0.0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page