Don't use the optimization of using STRAIGHT blends instead of COMPOSITE when SYNFIG_...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index a5de8c4..e43818c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file plant.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Plant" layer
 **
 **     $Id$
 **
@@ -84,11 +84,14 @@ private:
        Random random;
 
        bool size_as_alpha;
+       bool reverse;
        mutable bool needs_sync_;
        mutable synfig::Mutex mutex;
 
        void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const;
        void sync()const;
+       String version;
+       bool use_width;
 
 public:
 
@@ -100,6 +103,8 @@ public:
 
        virtual ValueBase get_param(const String & param)const;
 
+       virtual bool set_version(const synfig::String &ver);
+
        virtual Vocab get_param_vocab()const;
 
        virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;\