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
ca36e04362d1140fdc61bc052dd7b3dcc81545a0
test
/
source
/
blender
/
python
/
intern
History
Campbell Barton
ca36e04362
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_compat.h
basic transform for sequencer strips
2009-01-21 07:01:20 +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
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_operator.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_opwrapper.c
python support for reporting with operators.
2009-01-02 07:54:38 +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
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_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
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 / Cleanup
2009-01-04 18:16:34 +00:00
stubs.c
2.5
2009-01-10 19:34:23 +00:00