Reload button not working with files containing SoFile nodes
Brought to you by:
jespa
The reload button does not reload the scene if the file contains SoFile nodes and those external files have been modified.
The intention of patch 2091134 was to allow reloading of files with internal SoFile nodes.
As it can be seen in this commit http://coindesigner.cvs.sourceforge.net/viewvc/coindesigner/coindesigner2/include/mainwindow.h?r1=1.49&r2=1.50
an if() statement has been inserted in line 115 which causes this effect.
After removing this if() statement everything works as expected.
Sorry, wasn't logged in while submitting this report.
Ok, you are right.. I have fixed just removing the if, but this makes a nasty thing if you launch coindesigner and do a Reload() before of loading anything.
Thanks. Maybe you can disable the reload button until something has been loaded to get around the 'nasty' effect :-).