This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5cd837a562d773cdff155ab05084af590341758d
goo-engine
/
source
/
blender
/
python
/
intern
T
History
Campbell Barton
d741b37236
flag to make rna props 'thick wrapped', so returning a property wont try maintain a reference to the original rna property with callbacks.
...
also needed for functions that return vectors/matrix's
2009-12-28 22:59:09 +00:00
..
bpy_array.c
- pyrna support for (value in array), currently only 1 dimensional arrays.
2009-12-08 09:40:30 +00:00
bpy_driver.c
- added editbone.matrix, readonly, utility property that calculates the matrix from the bone roll
2009-12-09 14:25:56 +00:00
bpy_interface.c
new python module constants
2009-12-28 10:00:04 +00:00
bpy_operator_wrap.c
* register operators like other classes
2009-12-24 19:50:43 +00:00
bpy_operator_wrap.h
Support for the C Macro system in Python.
2009-12-05 19:27:26 +00:00
bpy_operator.c
* register operators like other classes
2009-12-24 19:50:43 +00:00
bpy_operator.h
…
bpy_rna.c
flag to make rna props 'thick wrapped', so returning a property wont try maintain a reference to the original rna property with callbacks.
2009-12-28 22:59:09 +00:00
bpy_rna.h
- pyrna support for (value in array), currently only 1 dimensional arrays.
2009-12-08 09:40:30 +00:00
bpy_ui.c
F8 reload works again, script errors are printed but dont stop loading every other script
2009-11-13 11:10:29 +00:00
bpy_ui.h
…
bpy_util.c
use sets rather then tuples for enum/flags so you can use bitfield operators
2009-12-07 02:20:55 +00:00
bpy_util.h
Undo revision 23130 which was a merge with 2.5, a messy one because I did something wrong (
svn status
output:
http://www.pasteall.org/7887
).
2009-09-15 18:01:18 +00:00
Makefile
…
stubs.c
fixes for errors/warnings found with cppcheck
2009-12-26 20:23:13 +00:00