#include "string.h"#include "layer_motionblur.h"#include "time.h"#include "context.h"#include "paramdesc.h"#include "renddesc.h"#include "surface.h"#include "value.h"#include "valuenode.h"#include "canvas.h"Functions | |
| SYNFIG_LAYER_INIT (Layer_MotionBlur) | |
| SYNFIG_LAYER_SET_NAME (Layer_MotionBlur,"MotionBlur") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_MotionBlur, _("Motion Blur")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_MotionBlur, _("Blurs")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_MotionBlur,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_MotionBlur,"$Id: layer_motionblur.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $") | |
| SYNFIG_LAYER_INIT | ( | Layer_MotionBlur | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_MotionBlur | , | |
| "MotionBlur" | ||||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_MotionBlur | , | |
| _("Motion Blur") | ||||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_MotionBlur | , | |
| _("Blurs") | ||||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_MotionBlur | , | |
| "0.1" | ||||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_MotionBlur | , | |
| "$Id: layer_motionblur. | cpp, | |||
| v 1.1.1.1 2005/01/04 01:23:14 darco Exp $" | ||||
| ) |
1.5.1