This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f4dea6d8294a8ee31e13324d0c80f6992e467ea2
test2
/
source
/
blender
/
python
History
Campbell Barton
f4dea6d829
when an invalid subtype is passed to a property, a list of valid subtypes is now included in the exception message.
...
from bug report [
#33018
], this avoids common mistakes.
2012-10-30 12:45:42 +00:00
..
bmesh
use min/max inline functions where MIN2/MAX2 were doing type conversion.
2012-10-27 11:18:54 +00:00
generic
style cleanup: trailing tabs & expand some non prefix tabs into spaces.
2012-10-21 05:46:41 +00:00
intern
when an invalid subtype is passed to a property, a list of valid subtypes is now included in the exception message.
2012-10-30 12:45:42 +00:00
mathutils
py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to BLI_math_matrix
2012-10-29 03:36:55 +00:00
BPY_extern.h
fix [
#31661
] Custom properties do no respect min/max values
2012-10-26 10:54:02 +00:00
CMakeLists.txt
…
rna_dump.py
style cleanup: pep8
2012-10-08 10:03:01 +00:00
SConscript
classic compile error: GLEW_STATIC needs to be define when we use opengl functions
2012-05-09 09:49:24 +00:00
simple_enum_gen.py
…