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
26836bf44f39d4c83d7b4de94dd742c84cf82eda
test2
/
source
/
blender
/
python
History
Brecht Van Lommel
26836bf44f
2.5: Python operators now have a working poll() function,
...
solved by wrapping all polling in WM_operator_poll and adding a special callback for python.
2009-09-18 13:02:20 +00:00
..
generic
bugfix for LineIntersectLine()
2009-09-16 22:12:23 +00:00
intern
2.5: Python operators now have a working poll() function,
2009-09-18 13:02:20 +00:00
BPY_extern.h
adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimension conversion 1km-10cm+4ft
2009-08-10 11:58:53 +00:00
CMakeLists.txt
white space commit. (2 spaces -> tab).
2009-09-06 01:51:23 +00:00
epy_doc_gen.py
- new property attribute - default_array, which returns a variable size array useful to get the defaults for operator & function arrays.
2009-09-15 10:01:20 +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-09-05 01:58:02 +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