Campbell Barton
b66aa0b0a6
Cleanup: pep8
2018-07-03 06:48:44 +02:00
Campbell Barton
ca983d1825
Cleanup: pep8
2016-07-30 09:00:41 +10:00
Campbell Barton
8e3d590b76
code cleanup: python/pep8 and double-promotion warnings.
2013-03-28 19:33:14 +00:00
Campbell Barton
34f3dc43e7
code cleanup: pep8 & minor changes
2013-03-11 02:19:58 +00:00
Campbell Barton
1f74789d12
Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling
2012-02-08 04:37:37 +00:00
Campbell Barton
6c21f4713b
mailed Stani Michiels and he's ok to switch his console autocomplete to GPLv2 or later.
2011-02-08 00:01:15 +00:00
Campbell Barton
93bc6fb829
py console autocomp. fix
...
import missing_mod
...would raise an error.
2010-04-25 15:21:46 +00:00
Campbell Barton
7fc4ab2aab
add pep8 headers so these scripts spit out errors when running pep8.
...
made some changes but mostly these scripts will give pep8 warnings.
2009-12-13 14:38:30 +00:00
Campbell Barton
926201acf8
- string copy without .py wasnt terminating the string
...
- console import autocomplete wasnt including modules defined in C like BGL, Mathutils
2009-12-07 14:09:53 +00:00
Campbell Barton
ae9eae222c
Patch from Stani for autocomplete
...
adds ability to complete in these situations
bpy -> bpy.
bpy.data.objects -> bpy.data.objects["Mesh"]
my autocomplete could only do bpy -> bpy.
2009-10-30 09:34:57 +00:00
Campbell Barton
4b3fd4a8e0
replacement for my own autocomplete module by stani
...
--- from his patch
All the functionality is in the console
folder:
- intellisense.py: the central module which loads others on demand
- complete_namespace: more or less a replacement for the old autocomplete.py
- complete_import: module completion (I find this very handy, not just luxury)
These complete_* modules work very simple and should also work outside blender. You give some input and it returns a list with possible completions.
autocomplete.py is now deprecated.
2009-10-29 20:55:45 +00:00