This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/release/scripts
Ian Thompson bdc030c664 Text plugin basis with plugin for suggestions/completions. The suggest plugin works for imported global variables, methods, modules and module members. For example typing:
import Blender
from Blender import *
| <- cursor here suggests globals
Blender.Draw.gl| <- cursor here suggests all Draw members starting gl

Currently suggestions are listed in the console when the space is redrawn but will be presented as a menu-style list soon. Also to add are shortcut/activation keys to allow plugins to respond to certain key strokes.
2008-06-24 15:25:25 +00:00
..
2007-06-28 08:33:04 +00:00
2007-04-18 14:40:01 +00:00
2007-08-01 18:04:44 +00:00
2008-02-27 23:11:04 +00:00
2008-03-18 22:55:40 +00:00
2007-11-22 01:43:24 +00:00
2008-06-09 14:04:19 +00:00
2007-04-18 14:40:01 +00:00
2008-03-23 02:28:24 +00:00
2008-06-09 14:04:19 +00:00
2008-06-09 14:04:19 +00:00