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
70821c6b24f19acd7263fadf161b94611b53273f
goo-engine
/
source
/
blender
/
python
T
History
Tamito Kajiyama
70821c6b24
Merged changes in the trunk up to revision 40299.
2011-09-17 18:54:16 +00:00
..
generic
New C/Py api utility function PyC_Err_Format_Prefix() which raises an error with the existing error as a suffix.
2011-09-15 10:43:55 +00:00
intern
Merged changes in the trunk up to revision 40299.
2011-09-17 18:54:16 +00:00
mathutils
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done.
2011-09-06 23:46:20 +00:00
BPY_extern.h
own patch [
#27752
] Python Callback (Scriptlink functionality)
2011-06-24 16:54:30 +00:00
CMakeLists.txt
move mathutils into its own lib.
2011-07-15 04:01:47 +00:00
rna_dump.py
mathutils.Matrix.OrthoProjection(plane, size, axis), merged axis and plane args. since axis was only allowed when plane was 'R'.
2011-02-04 09:35:20 +00:00
SConscript
Merged changes in the trunk up to revision 40096.
2011-09-10 13:36:27 +00:00
simple_enum_gen.py
…