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
9ff4fa667108eeecfaaaae477b9e3708c0db5eab
test2
/
source
/
blender
/
python
History
Campbell Barton
9ff4fa6671
style cleanup
2012-08-04 12:30:16 +00:00
..
bmesh
style cleanup
2012-08-04 12:30:16 +00:00
generic
code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 define
2012-07-22 18:40:50 +00:00
intern
Fix for RNA struct registration: the bpy_class_validate function would only check the immediate functions/properties of the pointer struct type, but not potential base structs. Now it first validates the base struct recursively before the actual properties of the registered class.
2012-07-24 12:00:02 +00:00
mathutils
don't pass the same value to axis_angle_to_quat() for axis & quat.
2012-07-25 16:46:46 +00:00
BPY_extern.h
Python/context: python could get invalid bpy.data in scene update handler after
2012-05-08 22:07:06 +00:00
CMakeLists.txt
initial bmesh python api.
2012-02-22 09:19:53 +00:00
rna_dump.py
Code Cleanup: check is / is not when comparing singletons.
2012-02-02 21:07:56 +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
style cleanup: py/capi
2012-03-16 21:39:56 +00:00