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
d741b3723633f68c960d5fb1ff677f7a72e652ac
goo-engine
/
source
/
blender
/
python
/
generic
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
..
BGL.c
…
BGL.h
…
bpy_internal_import.c
- string copy without .py wasnt terminating the string
2009-12-07 14:09:53 +00:00
bpy_internal_import.h
option to have scripts run on startup for per blendfile UI's
2009-11-20 15:01:09 +00:00
euler.c
…
euler.h
…
Geometry.c
barycentric transform utility geometry function.
2009-12-27 01:32:58 +00:00
Geometry.h
…
IDProp.c
idprop.get(key, default=None)
2009-11-19 17:04:28 +00:00
IDProp.h
my chnges broke 'del idprop["key"]'
2009-11-16 22:21:39 +00:00
Makefile
…
Mathutils.c
…
Mathutils.h
…
matrix.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
matrix.h
…
quat.c
…
quat.h
…
vector.c
User Script support added back.
2009-11-30 22:32:04 +00:00
vector.h
…