Go to file
Joshua Leung de1c4fafc7 First stages of easier "expressions" creation...
It is now possible to create "scripted expression" drivers by simply
clicking on some property, and typing some short Python expression
prefixed with a '#'. This will result in a scripted expression driver,
with the typed-in text being created.

For example, you can click on X-Location of the default cube, and
type:
#sin(frame)
and a new driver will be created for the x-location of the cube. This
will use the current frame value, and modulate this with a sine wave.

Do note though, that the current frame is a special case here. In the
current implementation, a special "frame" driver variable, which
references the current scene frame is created automatically, so that
this simple and (assumed) common case will work straight out of the
box.

Future improvements:
- Explore possibilities of semi-automated extraction of variables from
such expressions, resulting in automated variable extraction. (Doing
away with variables completely is definitely 100% off the agenda
though)
- Look into some ways of defining some shorthands for referencing
local data (possibly related to variable extraction?)
2011-07-04 03:12:28 +00:00
build_files split cmake check configuration out 2011-06-22 05:30:06 +00:00
doc update automatic rna changelog 2011-06-22 12:05:24 +00:00
extern update cmake checker to ignore file list and add some headers to the source list. 2011-06-21 17:00:34 +00:00
intern 3D Audio GSoC: 2011-06-24 06:39:03 +00:00
release Added smoothing variables to constraint creation, and now Active checkbox is functional.Also initial work was done on the freeze constraint. 2011-07-03 21:25:54 +00:00
source First stages of easier "expressions" creation... 2011-07-04 03:12:28 +00:00
CMakeLists.txt Remove unnecessary check. OpenAL, SDL, JACK don't depend on samplerate. 2011-06-23 17:29:18 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile avoid cd'ing with the makefile stub 2011-06-06 16:00:32 +00:00
SConstruct cmake option to build without an audio library. 2011-06-23 09:27:56 +00:00