Files
test/source/blender/blenkernel
Martin Poirier 873e2eaae3 == Python Button Evaluation ==
Users can write any valid Python expression (that evals to an int or float) inside Blender's gui number buttons (preceded by #) and have them evaluated to their actual int or float value.

Button Evaluation has access to the same modules as PyDrivers.

For example:

#1.0*9-2.3
#ob("Camera").LocZ
#1.0/ob("Cube").LocX
#math.sin(math.pi) -- or simply #m.sin(m.pi)
etc
2006-06-12 00:10:00 +00:00
..
2006-06-11 09:43:05 +00:00
2006-02-06 22:11:50 +00:00
2005-12-06 17:05:37 +00:00
2006-05-30 13:38:22 +00:00
2006-01-02 13:06:05 +00:00
2006-01-02 13:06:05 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2004-01-05 00:06:11 +00:00
2006-02-07 21:24:36 +00:00