This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
9f397b3a3d4bda2e28feb99f4a10c775e8fbbff7
blender
/
source
/
blender
/
python
History
Campbell Barton
9c45fed287
Change RNA weakref code to use a ghash rather then a PyList, removing items from the list was far too slow.
2011-03-02 18:59:43 +00:00
..
generic
change return values from mathutils callbacks to match pythons (-1 is error), so error macro's can be used in both.
2011-02-28 18:42:41 +00:00
intern
Change RNA weakref code to use a ghash rather then a PyList, removing items from the list was far too slow.
2011-03-02 18:59:43 +00:00
BPY_extern.h
Py/RNA API test code to prevent crashing blender when python references freed ID's.
2011-03-01 09:02:54 +00:00
CMakeLists.txt
use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed.
2010-12-08 08:43:06 +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
Finally change SConscript tabs to spaces.
2010-08-29 20:52:05 +00:00
simple_enum_gen.py
…