This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3e29ff72049f4dc831e568e5a7ecfd13348a147c
test
/
source
/
blender
/
python
/
intern
History
Campbell Barton
3e29ff7204
* was using __members__ to get a list of attributes, has been deprecated in python for a while now. use a "__dir__" method instead. now dir() works for rna and operator types.
...
* added array support for bpyoperator doc generation
2008-12-29 12:04:25 +00:00
..
bpy_compat.h
2.5
2008-12-21 10:56:14 +00:00
bpy_interface.c
run python when starting blender like 2.4x does (was start/stopping python for each script before)
2008-12-27 04:55:45 +00:00
bpy_operator.c
* was using __members__ to get a list of attributes, has been deprecated in python for a while now. use a "__dir__" method instead. now dir() works for rna and operator types.
2008-12-29 12:04:25 +00:00
bpy_operator.h
PyOperator invoke function now receives the wmEvent and default properties as 2 python dictionary args.
2008-12-28 08:41:49 +00:00
bpy_opwrapper.c
* was using __members__ to get a list of attributes, has been deprecated in python for a while now. use a "__dir__" method instead. now dir() works for rna and operator types.
2008-12-29 12:04:25 +00:00
bpy_opwrapper.h
* was using __members__ to get a list of attributes, has been deprecated in python for a while now. use a "__dir__" method instead. now dir() works for rna and operator types.
2008-12-29 12:04:25 +00:00
bpy_rna.c
* was using __members__ to get a list of attributes, has been deprecated in python for a while now. use a "__dir__" method instead. now dir() works for rna and operator types.
2008-12-29 12:04:25 +00:00
bpy_rna.h
added RNA access to operators pointers to be documented with epy_doc_gen.py.
2008-12-29 03:24:13 +00:00
bpy_scriptlink.c
Python RNA API
2008-11-29 13:36:08 +00:00
bpy_util.c
include order is important here :/
2008-12-28 08:49:41 +00:00
bpy_util.h
PyOperator invoke function now receives the wmEvent and default properties as 2 python dictionary args.
2008-12-28 08:41:49 +00:00
Makefile
2.5
2008-12-21 10:56:14 +00:00