Is there a way in Blender, perhaps even through a 3rd party add-on, to create an array of text numbers? Specifically, where the number can be automatically incremented 1,2,3, etc?
Thanks, that works perfectly when I run the script from the text editor window. However, I can’t figure out how to get the script into an add-on so I don’t need to run it every time I need it. I tried saving the code text as a .py file. I then tried the using install from file in the user preferences under the add-on section. That doesn’t add it as an available add on.
Is there something that needs modified in a python script to allow it to be used as an add-on? I am new to Blender and I don’t know python scripting…