MJLMills / rhorix

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

Add dummy action and check UI code works inside Blender #1

Closed MJLMills closed 9 years ago

MJLMills commented 9 years ago

The first step to a working program is making sure that the GUI boilerplate works correctly. By changing the action of the button to a dummy (e.g. print to terminal) the boilerplate can be debugged and checked.

MJLMills commented 9 years ago

I removed this issue incomplete because the GUI will be added later if necessary as it was problematic to implement. The idea is to get it working first instead.