X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_noise%2Fmain.cpp;h=70c9bdec7dce3e251c764eeb6c64f341eb10789f;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=058b31702f0563b59dd9e185327dae6b8406276c;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_noise/main.cpp b/synfig-core/tags/stable/src/modules/mod_noise/main.cpp index 058b317..70c9bde 100644 --- a/synfig-core/tags/stable/src/modules/mod_noise/main.cpp +++ b/synfig-core/tags/stable/src/modules/mod_noise/main.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -41,6 +42,7 @@ #include "noise.h" #include "distort.h" #include "random.h" +#include "valuenode_random.h" #endif @@ -59,4 +61,8 @@ MODULE_INVENTORY_BEGIN(libmod_noise) LAYER(Noise) LAYER(NoiseDistort) END_LAYERS + + BEGIN_VALUENODES + VALUENODE(synfig::ValueNode_Random, "random", _("Random"), synfig::RELEASE_VERSION_0_61_08) // SVN r907 + END_VALUENODES MODULE_INVENTORY_END