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
66c2f1c2a320d1da0aeb6f0065af7977c63e611d
test
/
source
/
blender
/
python
/
intern
History
Campbell Barton
66c2f1c2a3
added defAutoButR() and blockSetFlag() and some flags for the experimental python UI, which just wraps C the functions.
2009-02-27 10:22:40 +00:00
..
bpy_compat.h
include Py_CmpToRich for python versions lower then 3
2009-01-29 10:22:03 +00:00
bpy_interface.c
WIP, low level python UI functions, so far tested popup menu to work with bpyui.pupMenuBegin, menuItemO and pupMenuEnd functions.
2009-02-16 16:17:20 +00:00
bpy_operator.c
update to build with python 3.0.1 which removed Py_InitModule3, added richcompare functions to the operator api.
2009-02-26 05:50:19 +00:00
bpy_operator.h
update to build with python 3.0.1 which removed Py_InitModule3, added richcompare functions to the operator api.
2009-02-26 05:50:19 +00:00
bpy_opwrapper.c
* Added description string to operator types, should be set along with ot->idname when defining ops.
2009-02-12 03:39:56 +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
update to build with python 3.0.1 which removed Py_InitModule3, added richcompare functions to the operator api.
2009-02-26 05:50:19 +00:00
bpy_rna.h
python3 couldn't generate epydocs because python3 needs richcompare functions for C defined PyTypes (it seems).
2009-01-29 09:38:52 +00:00
bpy_scriptlink.c
Python RNA API
2008-11-29 13:36:08 +00:00
bpy_ui.c
added defAutoButR() and blockSetFlag() and some flags for the experimental python UI, which just wraps C the functions.
2009-02-27 10:22:40 +00:00
bpy_ui.h
WIP, low level python UI functions, so far tested popup menu to work with bpyui.pupMenuBegin, menuItemO and pupMenuEnd functions.
2009-02-16 16:17:20 +00:00
bpy_util.c
update to build with python 3.0.1 which removed Py_InitModule3, added richcompare functions to the operator api.
2009-02-26 05:50:19 +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 / Cleanup
2009-01-04 18:16:34 +00:00
stubs.c
2.5
2009-01-10 19:34:23 +00:00