Fix 1831897: Use the 'width' of each blinepoint in the plant layer to affect the...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index 8f60e94..e43818c 100644 (file)
@@ -90,6 +90,8 @@ private:
 
        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:
 
@@ -101,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;\