This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
1917e951ca4cb593399158f5b9222708dbb66f24
test
/
source
/
blender
/
python
History
Campbell Barton
1917e951ca
py rna arrays were assumed sizeof(char)*len, should be sizeof(int)*len, was causing end of array corruption errors when running operators that took bool array options - transform.
2009-07-19 09:33:27 +00:00
..
generic
Source code with executable property, manual fix. *sigh*
2009-07-17 18:35:49 +00:00
intern
py rna arrays were assumed sizeof(char)*len, should be sizeof(int)*len, was causing end of array corruption errors when running operators that took bool array options - transform.
2009-07-19 09:33:27 +00:00
BPY_extern.h
2.5
2009-07-09 15:40:04 +00:00
CMakeLists.txt
RNA
2009-06-18 19:48:55 +00:00
epy_doc_gen.py
made the material button use the active objects material
2009-05-11 08:40:50 +00:00
Makefile
SVN maintenance.
2009-06-23 00:09:26 +00:00
rna_dump.py
- lazy subtype initialization rna, was initializing every type in bpy.types at startup, which is slow and doesn't allow access to dynamically added types.
2009-03-21 06:55:30 +00:00
SConscript
SCons
2009-07-16 19:41:28 +00:00
simple_enum_gen.py
2.5: Remove OOPS code from the outliner space, as discussed
2009-03-26 14:05:33 +00:00