MJLMills / rhorix

Python 3.3 Blender Add-On for Importing QCT Data
Other
1 stars 1 forks source link

Add support for GP basins #9

Closed MJLMills closed 8 years ago

MJLMills commented 9 years ago

An atomic basin can be visualized as a set of gradient paths. Determine how such a set could be visualized in Blender. Depends on progress of Prof. Popelier's implementation of code to generate the coordinates (i.e. MORPHY version).

MJLMills commented 9 years ago

Each GP will be a single bezier curve. As for the AILs, use a bezier circle as a bevel to create a tube and define a material.

MJLMills commented 9 years ago

This works in the GVF branch of the code, however that implementation is quite ugly. Rather than merge I will think about the best way to add GVF support. This probably involves having a general line class that can be subclassed to a gradient path or an AIL (or anything else in future).

MJLMills commented 8 years ago

This is now implemented in the main branch.