New to Blender Python programming. I have experience with Actionscript, Javascript, Objective-C for IOS but I have to say Python is really weird.
Anyway, I am having a hard time creating a UI for my script. All I need are two things. A text area I can paste text into, and a button that will parse the text. I can create a button but cannot find any script for creating a text area, or how to reference the text within a text area once it has been created.
Any thoughts?