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
5fc9baa962edc7657ec3c69e340add8ed7c567a7
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
5fc9baa962
warning fixes
2011-09-09 13:46:47 +00:00
..
generic
attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with UI script errors, reverting r39886.
2011-09-08 02:14:24 +00:00
intern
warning fixes
2011-09-09 13:46:47 +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
GPU: add gpu python module with export_shader() function to export GLSL shader.
2011-09-09 11:55:38 +00:00
simple_enum_gen.py
…