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 details)

Uploaded Source

File details

Details for the file gdsblenderpy-0.0.3.tar.gz.

File metadata

  • Download URL: gdsblenderpy-0.0.3.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.9

File hashes

Hashes for gdsblenderpy-0.0.3.tar.gz
Algorithm Hash digest
SHA256 cbace07838ab6254d6740f46def4a6318d269fa493a6c25afef36921c7731f1f
MD5 a08bd52e9550c5d948f249985e8ca4f6
BLAKE2b-256 2b3874a72c783968de5dd044e8a988da3da8bc6c86159c064fa9ed157c8775a9

See more details on using hashes here.

Supported by

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