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
5c8c1a7358bf2fbc2e7e08d5b5e64abec9b2feb8
test
/
source
/
blender
/
python
History
Campbell Barton
5c8c1a7358
PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named, but its more clear to use len().
...
mat.col_size --> len(mat.row) mat.row_size --> len(mat.col)
2011-12-30 06:43:17 +00:00
..
generic
formatting edits only to use more consisted style
2011-12-26 12:26:11 +00:00
intern
py - fix for error which made enums not through errors when assigned non string types
2011-12-29 14:46:26 +00:00
mathutils
PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named, but its more clear to use len().
2011-12-30 06:43:17 +00:00
BPY_extern.h
pydrivers: 'frame' is now in the driver namespace,
2011-11-17 07:08:09 +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
Scons/FFMPEG:
2011-12-28 15:08:58 +00:00
simple_enum_gen.py
Space types:
2011-11-01 20:14:58 +00:00