This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
99919b1714ed79bbf10dbe057630ad0f0903c905
test2
/
source
/
blender
/
python
/
intern
History
Joseph Eagar
99919b1714
merge with trunk. also tried to fix tesselator code; new code should've worked, but there's still some problems, possibly not in the tesselator code entirely. also still have reverted tools/Blender.py since scons still isn't fixed, heh.
2009-02-28 12:49:18 +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_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