MrKepzie / Natron

Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
www.natron.fr
GNU General Public License v2.0
1.49k stars 164 forks source link

Some filters are available only when Natron is started with the installer (tested on Linux) #821

Closed Skywalker13 closed 9 years ago

Skywalker13 commented 9 years ago

Hello,

Something strange when Natron is started with the shell script Natron in the Natron2/ directory. I've installed Natron in ~/bin/Natron2 directory.

Natron-1d08991f7a2e24d086881c29b638461dd9db846e-Linux-x86_64bit.tgz

Just after the installation, it's possible to start Natron 1

In this case, many filters are available (like Erode, ErodeSmooth for example) 2

But if I close this instance and restart Natron with the shell script 3

Some filters are lost.. ?!

Regards

olear commented 9 years ago

How do you lauch Natron? (exact command)

I installed Natron in ~/bin/Natron2 (btw, bin is for exec, you should install Natron2 in your home folder and symlink the shell script (ln -sf ~/Natron2/Natron ~/bin/Natron)) and no change in plugins here (started app three times, no change).

Also try removing configs/cache to see if that could be the problem

rm -rf ~/{.config,.cache,.local/share}/INRIA
Skywalker13 commented 9 years ago

Ok, it's fine when I start Natron from command line. The problem appears when I start Natron by double-click on the shellscript from Dolphin.

olear commented 9 years ago

Confirmed (in thunar), clearing plugin cache and then launching app works, but the next time you launch app some plugins (from openfx-misc) are gone, clearing cache and restart and they are working again.

Tested without shell "wrapper", same issue (from file manager).

Will do some tests and try to find the issue.

olear commented 9 years ago

Also confirmed from terminal, and related to https://github.com/MrKepzie/Natron/issues/712

olear commented 9 years ago

So I cleared everything, then started Natron, all good. Took a copy of OFXCache.xml and started Natron again. Now Plasma etc is gone and the xml is modified:

--- OFXCache.xml    2015-08-07 14:04:04.781844828 +0200
+++ .cache/INRIA/Natron/OFXCache.xml    2015-08-07 14:04:29.189844812 +0200
@@ -74,9 +74,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Blur input stream by a quasi-Gaussian or Gaussian filter (recursive implementation), or compute derivatives.
-Uses the &apos;vanvliet&apos; and &apos;deriche&apos; functions from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Blur input stream by a quasi-Gaussian or Gaussian filter (recursive implementation), or compute derivatives. Uses the &apos;vanvliet&apos; and &apos;deriche&apos; functions from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -181,9 +179,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Blur input stream, and subtract the result from the input image. This is not a mathematically correct Laplacian (which would be the sum of second derivatives over X and Y).
-Uses the &apos;vanvliet&apos; and &apos;deriche&apos; functions from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Blur input stream, and subtract the result from the input image. This is not a mathematically correct Laplacian (which would be the sum of second derivatives over X and Y). Uses the &apos;vanvliet&apos; and &apos;deriche&apos; functions from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -288,9 +284,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Blur input stream by bilateral filtering.
-Uses the &apos;blur_bilateral&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Blur input stream by bilateral filtering. Uses the &apos;blur_bilateral&apos; function from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -394,8 +388,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Apply joint/cross bilateral filtering on image A, guided by the intensity differences of image B. Uses the &apos;blur_bilateral&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Apply joint/cross bilateral filtering on image A, guided by the intensity differences of image B. Uses the &apos;blur_bilateral&apos; function from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -500,10 +493,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Denoise selected images by non-local patch averaging.
-This uses the method described in:  Non-Local Image Smoothing by Applying Anisotropic Diffusion PDE&apos;s in the Space of Patches (D. Tschumperlé, L. Brun), ICIP&apos;09. &lt;https://tschumperle.users.greyc.fr/publications/tschumperle_icip09.pdf&gt;.
-Uses the &apos;blur_patch&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Denoise selected images by non-local patch averaging. This uses the method described in:  Non-Local Image Smoothing by Applying Anisotropic Diffusion PDE&apos;s in the Space of Patches (D. Tschumperlé, L. Brun), ICIP&apos;09. &lt;https://tschumperle.users.greyc.fr/publications/tschumperle_icip09.pdf&gt;. Uses the &apos;blur_patch&apos; function from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -608,11 +598,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Dilate (or erode) input stream by a rectangular structuring element of specified size and Neumann boundary conditions (pixels out of the image get the value of the nearest pixel).
-A negative size will perform an erosion instead of a dilation.
-Different sizes can be given for the x and y axis.
-Uses the &apos;dilate&apos; and &apos;erode&apos; functions from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Dilate (or erode) input stream by a rectangular structuring element of specified size and Neumann boundary conditions (pixels out of the image get the value of the nearest pixel). A negative size will perform an erosion instead of a dilation. Different sizes can be given for the x and y axis. Uses the &apos;dilate&apos; and &apos;erode&apos; functions from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -717,10 +703,7 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Equalize histogram of pixel values.
-To equalize image brightness only, use the HistEQCImg plugin.
-Uses the &apos;equalize&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
+        <value index="0" value="Equalize histogram of pixel values. To equalize image brightness only, use the HistEQCImg plugin. Uses the &apos;equalize&apos; function from the CImg library. CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
       </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
@@ -825,1140 +808,8 @@
         <value index="0" value="" />
       </property>
       <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Quickly generate image from mathematical formula evaluated for each pixel of the selected images.
-Full documentation for G&apos;MIC/CImg expressions can be found at http://gmic.eu/reference.shtml#section9
-The only difference is the predefined variables &apos;t&apos; (current time) and &apos;k&apos; (render scale).
-
-The mathematical parser understands the following set of functions, operators and variables:
-    _ Usual operators: || (logical or), &amp;&amp; (logical and), | (bitwise or), &amp; (bitwise and), !=, ==, &lt;=, &gt;=, &lt;, &gt;, &lt;&lt; (left bitwise shift), &gt;&gt; (right bitwise shift), -, +, *, /, % (modulo), ^ (power), ! (logical not), ~ (bitwise not).
-    _ Usual functions: sin(), cos(), tan(), asin(), acos(), atan(), sinh(), cosh(), tanh(),log(), log2(), log10(), exp(), sign(), abs(), atan2(), round(), narg(), arg(), isval(), isnan(), isinf(), isint(), isbool(), isdir(), isfile(), rol() (left bit rotation), ror() (right bit rotation), min(), max(), med(), kth(), sinc(), int().
-       Function &apos;atan2()&apos; is the version of &apos;atan()&apos; with two arguments &apos;y&apos; and &apos;x&apos; (as in C/C++).
-       Function &apos;narg()&apos; returns the number of specified arguments.
-       Function &apos;arg(i,a_1,..,a_n)&apos; returns the ith argument a_i.
-       Functions &apos;min()&apos;, &apos;max()&apos;, &apos;med()&apos; and &apos;kth()&apos; can be called with an arbitrary number of arguments.
-       Functions &apos;isval()&apos;, &apos;isnan()&apos;, &apos;isinf()&apos;, &apos;isbool()&apos; can be used to test the type of a given number or expression.
-       Function &apos;isfile()&apos; (resp. &apos;isdir()&apos;) returns 0 (false) or 1 (true) whether its argument is a valid path to a file (resp. to a directory) or not.
-       Function &apos;fdate(path,attr)&apos; returns the date attribute for the given &apos;path&apos; (file or directory), with &apos;attr&apos; being { 0=year | 1=month | 2=day | 3=day of week | 4=hour | 5=minute | 6=second }.
-       Function &apos;isin(v,a_1,...,a_n)&apos; returns 0 (false) or 1 (true) whether the first value &apos;v&apos; appears in the set of other values &apos;a_i&apos;.
-    _ Variable names below are pre-defined. They can be overloaded.
-         . &apos;w&apos;: width of the associated image, if any (0 otherwise).
-         . &apos;h&apos;: height of the associated image, if any (0 otherwise).
-         . &apos;d&apos;: depth of the associated image, if any (0 otherwise).
-         . &apos;s&apos;: spectrum of the associated image, if any (0 otherwise).
-         . &apos;x&apos;: current processed column of the associated image, if any (0 otherwise).
-         . &apos;y&apos;: current processed row of the associated image, if any (0 otherwise).
-         . &apos;z&apos;: current processed slice of the associated image, if any (0 otherwise).
-         . &apos;c&apos;: current processed channel of the associated image, if any (0 otherwise).
-         . &apos;t&apos;: current time.
-         . &apos;k&apos;: render scale (1 means full scale, 0.5 means half scale).
-         . &apos;e&apos;: value of e, i.e. 2.71828..
-         . &apos;pi&apos;: value of pi, i.e. 3.1415926..
-         . &apos;?&apos; or &apos;u&apos;: a random value between [0,1], following a uniform distribution.
-         . &apos;g&apos;: a random value, following a gaussian distribution of variance 1 (roughly in [-5,5]).
-         . &apos;i&apos;: current processed pixel value (i.e. value located at (x,y,z,c)) of the associated image, if any (0 otherwise).
-         . &apos;im&apos;,&apos;iM&apos;,&apos;ia&apos;,&apos;iv&apos;,&apos;ic&apos;: Respectively the minimum, maximum, average values, variance and median value of the associated image, if any (0 otherwise).
-         . &apos;xm&apos;,&apos;ym&apos;,&apos;zm&apos;,&apos;cm&apos;: The pixel coordinates of the minimum value in the associated image, if any (0 otherwise).
-         . &apos;xM&apos;,&apos;yM&apos;,&apos;zM&apos;,&apos;cM&apos;: The pixel coordinates of the maximum value in the associated image, if any (0 otherwise).
-    _ Special operators can be used:
-         . &apos;;&apos;: expression separator. The returned value is always the last encountered expression. For instance expression &apos;1;2;pi&apos; is evaluated as &apos;pi&apos;.
-         . &apos;=&apos;: variable assignment. Variables in mathematical parser can only refer to numerical values. Variable names are case-sensitive. Use this operator in conjunction with &apos;;&apos; to define complex evaluable expressions, such as &apos;t=cos(x);3*t^2+2*t+1&apos;.
-            These variables remain local to the mathematical parser and cannot be accessed outside the evaluated expression.
-    _ The following specific functions are also defined:
-         . &apos;if(expr_cond,expr_then,expr_else)&apos;: return value of &apos;expr_then&apos; or &apos;expr_else&apos;, depending on the value of &apos;expr_cond&apos; (0=false, other=true). For instance, &apos;if(x%10==0,255,i)&apos; will draw blank vertical lines on every 10th column of an image.
-         . &apos;?(max)&apos; or &apos;?(min,max)&apos;: return a random value between [0,max] or [min,max], following a uniform distribution. &apos;u(max)&apos; and &apos;u(0,max)&apos; mean the same.
-         . &apos;i(_a,_b,_c,_d,_interpolation,_boundary)&apos;: return the value of the pixel located at position (a,b,c,d) in the associated image, if any (0 otherwise). Interpolation parameter can be { 0=nearest neighbor | other=linear }. Boundary conditions can be { 0=dirichlet | 1=neumann | 2=periodic }. Omitted coordinates are replaced by their default values which are respectively x, y, z, c and 0.
-         . &apos;j(_dx,_dy,_dz,_dc,_interpolation,_boundary)&apos;: does the same for the pixel located at position (x+dx,y+dy,z+dz,c+dc).
-         . &apos;i[offset]&apos;: return the value of the pixel located at specified offset in the associated image buffer.
-         . &apos;j[offset]&apos;: does the same for an offset relative to the current pixel (x,y,z,c). For instance expression &apos;0.5*(i(x+1)-i(x-1))&apos; will estimate the X-derivative of an image with a classical finite difference scheme.
-         . If specified formula starts with &apos;&gt;&apos; or &apos;&lt;&apos;, the operators &apos;i(..)&apos; and &apos;j(..)&apos; will return values of the image currently being modified, in forward (&apos;&gt;&apos;) or backward (&apos;&lt;&apos;) order.
-
-Sample expressions:
-&apos;j(sin(y/100/k+t/10)*20*k,sin(x/100/k+t/10)*20*k)&apos; distorts the image with time-varying waves.
-&apos;0.5*(j(1)-j(-1))&apos; will estimate the X-derivative of an image with a classical finite difference scheme.
-&apos;if(x%10==0,1,i)&apos; will draw blank vertical lines on every 10th column of an image.
-&apos;X=x-w/2;Y=y-h/2;D=sqrt(X^2+Y^2);if(D+u*20&lt;80,abs(cos(D/(5+c))),10*(y%(20+c))/255)&apos;
-
-Uses the &apos;fill&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgErode" index="8" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="ErodeCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Erode (or dilate) input stream by a rectangular structuring element of specified size and Neumann boundary conditions (pixels out of the image get the value of the nearest pixel).
-A negative size will perform a dilation instead of an erosion.
-Different sizes can be given for the x and y axis.
-Uses the &apos;erode&apos; and &apos;dilate&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgErodeSmooth" index="9" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="ErodeSmoothCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Erode or dilate input stream using a normalized power-weighted filter.
-This gives a smoother result than the Erode or Dilate node.
-See &quot;Robust local max-min filters by normalized power-weighted filtering&quot; by L.J. van Vliet, http://dx.doi.org/10.1109/ICPR.2004.1334273
-Uses the &apos;vanvliet&apos; and &apos;deriche&apos; functions from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgGuided" index="10" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="GuidedCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Blur image, with the Guided Image filter.
-The algorithm is described in: He et al., &quot;Guided Image Filtering,&quot; http://research.microsoft.com/en-us/um/people/kahe/publications/pami12guidedfilter.pdf
-Uses the &apos;blur_guided&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgHistEQ" index="11" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Color" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="HistEQCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Equalize histogram of brightness values.
-Uses the &apos;equalize&apos; function from the CImg library on the &apos;V&apos; channel of the HSV decomposition of the image.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgNoise" index="12" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Draw" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="NoiseCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Add random noise to input stream.
-Note that each render gives a different noise.
-Uses the &apos;noise&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgPlasma" index="13" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Draw" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="PlasmaCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Draw a random plasma texture (using the mid-point algorithm).
-Note that each render scale gives a different noise, but the image rendered at full scale always has the same noise at a given time. Noise can be modulated using the &apos;seed&apos; parameter.
-Uses the &apos;draw_plasma&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgRollingGuidance" index="14" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="RollingGuidanceCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Filter out details under a given scale using the Rolling Guidance filter.
-Rolling Guidance is described fully in http://www.cse.cuhk.edu.hk/~leojia/projects/rollguidance/
-Iterates the &apos;blur_bilateral&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgSharpenInvDiff" index="15" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="SharpenInvDiffCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Sharpen selected images by inverse diffusion.
-Uses &apos;sharpen&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgSharpenShock" index="16" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="SharpenShockCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Sharpen selected images by shock filters.
-Uses &apos;sharpen&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
-      <property name="OfxPropShortLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxPropType" type="string" dimension="1" >
-        <value index="0" value="OfxTypeImageEffect" />
-      </property>
-      <property name="OfxPropVersion" type="int" dimension="0" >
-      </property>
-      <property name="OfxPropVersionLabel" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="TuttleOfxImageEffectPropEvaluation" type="double" dimension="1" >
-        <value index="0" value="-1" />
-      </property>
-      <property name="TuttleOfxImageEffectPropSupportedExtensions" type="string" dimension="0" >
-      </property>
-      <property name="kNatronOfxImageEffectPropHostMasking" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropMultiPlanar" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropPassThroughComponents" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewAware" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="uk.co.thefoundry.OfxImageEffectPropViewInvariance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-    </apiproperties>
-  </plugin>
-  <plugin name="net.sf.cimg.CImgSmooth" index="17" api="OfxImageEffectPluginAPI" api_version="1" major_version="2" minor_version="0" >
-    <apiproperties>
-      <property name="FnOfxImageEffectCanTransform" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="NatronOfxImageEffectPropChannelSelector" type="string" dimension="1" >
-        <value index="0" value="OfxImageComponentRGBA" />
-      </property>
-      <property name="OfxImageEffectInstancePropSequentialRender" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginPropFieldRenderTwiceAlways" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropGrouping" type="string" dimension="1" >
-        <value index="0" value="Filter" />
-      </property>
-      <property name="OfxImageEffectPluginPropHostFrameThreading" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPluginPropSingleInstance" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPluginRenderThreadSafety" type="string" dimension="1" >
-        <value index="0" value="OfxImageEffectRenderFullySafe" />
-      </property>
-      <property name="OfxImageEffectPropClipPreferencesSlaveParam" type="string" dimension="0" >
-      </property>
-      <property name="OfxImageEffectPropHelpContextID" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropHelpFile" type="string" dimension="1" >
-        <value index="0" value="" />
-      </property>
-      <property name="OfxImageEffectPropMultipleClipDepths" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportedContexts" type="string" dimension="0" >
-        <value index="0" value="OfxImageEffectContextFilter" />
-        <value index="1" value="OfxImageEffectContextGeneral" />
-      </property>
-      <property name="OfxImageEffectPropSupportedPixelDepths" type="string" dimension="0" >
-        <value index="0" value="OfxBitDepthFloat" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultiResolution" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropSupportsMultipleClipPARs" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropSupportsTiles" type="int" dimension="1" >
-        <value index="0" value="1" />
-      </property>
-      <property name="OfxImageEffectPropTemporalClipAccess" type="int" dimension="1" >
-        <value index="0" value="0" />
-      </property>
-      <property name="OfxImageEffectPropVegasUpliftGUID" type="string" dimension="0" >
-      </property>
-      <property name="OfxPluginPropFilePath" type="string" dimension="1" >
-        <value index="0" value="/home/olear/Natron2/Plugins/CImg.ofx.bundle" />
-      </property>
-      <property name="OfxProbPluginVegasPresetThumbnail" type="string" dimension="0" >
-      </property>
-      <property name="OfxPropLabel" type="string" dimension="1" >
-        <value index="0" value="SmoothCImg" />
-      </property>
-      <property name="OfxPropLongLabel" type="string" dimension="1" >
         <value index="0" value="" />
       </property>
-      <property name="OfxPropPluginDescription" type="string" dimension="1" >
-        <value index="0" value="Smooth/Denoise input stream using anisotropic PDE-based smoothing.
-Uses the &apos;blur_anisotropic&apos; function from the CImg library.
-CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications (see http://cimg.sourceforge.net)." />
-      </property>
       <property name="OfxPropShortLabel" type="string" dimension="1" >
         <value index="0" value="" />
       </property>
olear commented 9 years ago

reproduce (on Linux):

[olear@draco ~]$ rm -rf ~/{.config,.cache,.local/share}/INRIA
[olear@draco ~]$ ~/Natron2/Natron
Natron Version 2.0.0
Copyright (C) 2015 the Natron developers
>>>Use the --help or -h option to print usage.<<<
Attempt to read an OpenColorIO configuration but the configuration directory/usr/share/OpenColorIO-Configsdoes not exist.
Attempt to read an OpenColorIO configuration but the configuration directory/home/olear/Natron2/bin/../Resources/OpenColorIO-Configsdoes not exist.
[olear@draco ~]$ cp ~/.cache/INRIA/Natron/OFXCache.xml .
[olear@draco ~]$ ~/Natron2/Natron
Natron Version 2.0.0
Copyright (C) 2015 the Natron developers
>>>Use the --help or -h option to print usage.<<<
Attempt to read an OpenColorIO configuration but the configuration directory/usr/share/OpenColorIO-Configsdoes not exist.
Attempt to read an OpenColorIO configuration but the configuration directory/home/olear/Natron2/bin/../Resources/OpenColorIO-Configsdoes not exist.
xml error : 4
[olear@draco ~]$ diff -burN OFXCache.xml ~/.cache/INRIA/Natron/OFXCache.xml
MrKepzie commented 9 years ago

Oh that's the xml error, can you give me the cache file ?

olear commented 9 years ago

https://fxarena.net/~olear/OFXCache.xml.orig https://fxarena.net/~olear/OFXCache.xml

MrKepzie commented 9 years ago

Can you find out which plug-in bundle creates the issue?

olear commented 9 years ago

I don't know what creates the issue, but it's related to Cimg.ofx.

MrKepzie commented 9 years ago

indeed just saw that

manuelsongokuh commented 9 years ago

Yes its from plug cimg because i was used noise its from cimg..

MrKepzie commented 9 years ago

Found the issue, this is due to GMICExpression plug-in plug-in description which contains characters that the XML doesn't like. @devernay can you fix this ?

devernay commented 9 years ago

I fixed the bug, fixed the help string in CImgExpression, and made more robust the handling of non-text XML characters in the cache.