Blender 3D with ChatScript

On the surface of this project, the overall design is approached by the use of Python3 as the string that holds this set of pearls together.

Blender 3D uses Python3. There is an interface to the ChatScript using Python3. Ok, so far so good.

Next step, is to organize the commands of Blender 3D. I will use a list to start with. The columns on the list are Command, Keyboard and or Mouse, Description, Python Command, Python Example.

To Do:

  • get the list of commands from blender
  • create a chatscript chatbot that takes english phrases and converts them to blender 3d commands
  • use BDD testing to organize my requirements