Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54279] trunk/blender/source/blender/ blenloader/intern/readfile.c: Fix for [#34089] Crash opening file containing translation nod

2013-02-07 Thread Ton Roosendaal
Hi Jeroen, The amount of versioning hacks in Blender nodes is growing really out of control. If you decide to change the specification of nodes, it could be designed in a way that the code (node execs) handle it, without changing the file spec. Now it seems like trunk-saved translation nodes w

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54279] trunk/blender/source/blender/ blenloader/intern/readfile.c: Fix for [#34089] Crash opening file containing translation nod

2013-02-07 Thread Jeroen Bakker
Hi Ton, well drawing node (uses RNA) and Python API also crashes and these happen before the compositor system is executed. During loading seems to be the best option. These versioning hacks are for new features (that are not available in older blender versions. They only crash when node didn'