Campbell Barton
|
7a8ac1b09b
WM: message bus replacement for property notifiers
|
7 gadi atpakaļ |
Campbell Barton
|
ad7fb1c028
Cleanup: Python imports
|
7 gadi atpakaļ |
Campbell Barton
|
4c7f4e4662
PyAPI: minor path init simplification
|
8 gadi atpakaļ |
Campbell Barton
|
ca983d1825
Cleanup: pep8
|
9 gadi atpakaļ |
Campbell Barton
|
dbc29cb147
Cleanup: remove unused profiling from bpy
|
9 gadi atpakaļ |
Campbell Barton
|
f0f1c7995b
PyAPI: disallow assigning members to 'bpy.ops'
|
10 gadi atpakaļ |
Campbell Barton
|
3b8a0f3d67
use import rather then assignment for loading '_' into scripts.
|
12 gadi atpakaļ |
Campbell Barton
|
98e6912480
style cleanup
|
13 gadi atpakaļ |
Campbell Barton
|
299025bdfb
fix [#30402] modules dir missing from sys.path
|
13 gadi atpakaļ |
Campbell Barton
|
5eef937436
modify previous api feature to tag functions as permanent, use nicer decorator style, eg:
|
13 gadi atpakaļ |
Campbell Barton
|
fda2045150
correct spelling errors in comments
|
13 gadi atpakaļ |
Campbell Barton
|
8fd246cb70
add bpy.types as a module for convenient imports, eg:
|
14 gadi atpakaļ |
Campbell Barton
|
f4293067c1
py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it.
|
14 gadi atpakaļ |
Campbell Barton
|
2658949752
pep8 cleanup, also print message when attempting to run in animation player mode.
|
14 gadi atpakaļ |
Campbell Barton
|
2c66ab12e9
minor pep8 edits
|
14 gadi atpakaļ |
Campbell Barton
|
d86d68d4e6
console autocomp import now excludes '_' prefixed variables and the results are sorted.
|
14 gadi atpakaļ |
Campbell Barton
|
65b13c8089
fix [#26757] Python console: help() doesn't work anymore
|
14 gadi atpakaļ |
Campbell Barton
|
2c4999eccb
missed committing this before
|
14 gadi atpakaļ |
Campbell Barton
|
2e6a02438e
move script directories for internal blender scripts.
|
14 gadi atpakaļ |
Campbell Barton
|
87acf919a5
lazy load pydoc module. move help() replacement into console code rather then on startup since importing pydoc pulls in lots of other modules too.
|
14 gadi atpakaļ |
Campbell Barton
|
7f3fe8a2df
pep8 cleanup
|
14 gadi atpakaļ |
Campbell Barton
|
3256d0fc6a
allow addons/modules path so extension authors can develop their own shared modules.
|
14 gadi atpakaļ |
Campbell Barton
|
03d8fd4616
- use relative imports for packages
|
14 gadi atpakaļ |
Campbell Barton
|
115b256738
ran through pep8 checker
|
15 gadi atpakaļ |
Campbell Barton
|
4f5f868a52
rna data path names which are more likely to break animations.
|
15 gadi atpakaļ |
Campbell Barton
|
30d180ff0d
bugfix [#23194] export UVs miss the extension file
|
15 gadi atpakaļ |
Campbell Barton
|
1658a28a58
- Python console argument '--python-console', option so you can start blender and drop into a python console, (useful for debugging some problems on a renderfarm over ssh)
|
15 gadi atpakaļ |
Campbell Barton
|
247b7249bd
[#21682] help() doesn't work in the console
|
15 gadi atpakaļ |
Campbell Barton
|
f8a4683b72
pep8 warnings
|
15 gadi atpakaļ |
Campbell Barton
|
9ce5be3706
workaround for [#21486] Python debuger pdb don't work
|
15 gadi atpakaļ |