added ipo script template from blenderartists forTe, made scripts refresh on load factory settings and replaced elysiun with blenderartist.org in headers
This commit is contained in:
@@ -13,7 +13,7 @@ script_data = \
|
||||
'''#!BPY
|
||||
"""
|
||||
Name: 'My Object Script'
|
||||
Blender: 244
|
||||
Blender: 245
|
||||
Group: 'Object'
|
||||
Tooltip: 'Put some useful info here'
|
||||
"""
|
||||
@@ -78,4 +78,4 @@ if __name__ == '__main__':
|
||||
new_text = bpy.data.texts.new('object_template.py')
|
||||
new_text.write(script_data)
|
||||
bpy.data.texts.active = new_text
|
||||
Window.RedrawAll()
|
||||
Window.RedrawAll()
|
||||
|
||||
Reference in New Issue
Block a user