MJLMills / rhorix

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

Bonded vs. Non-bonded #21

Open MJLMills opened 8 years ago

MJLMills commented 8 years ago

Provide some visual differentiation between bond AILs and non-bond AILs. Obviously this distinction is not real but it makes for much more eye-friendly images.

MJLMills commented 8 years ago

Added a button that will do this. For each interaction line, need to determine whether the length is sufficiently small (i.e. some constant times the sum of vdW radii) to set that line to use a bevel circle intended to depict bond paths. Will then need to add a class like the ResizeAILs class for resizeBonds.

MJLMills commented 7 years ago

This is working in the newest version, but similarly to AIMAll instead of internuclear distances it checks the density at the BCP and uses a threshold to categorize the interactions as 'weak' or not.

MJLMills commented 7 years ago

Need to add GUI control for weak CP threshold and update the bevel circles appropriately.