Page 1 of 1

minor UI problem

Posted: Wed Sep 30, 2015 3:33 pm
by dk2079
when there is an error message in FIRE (like the subD thing we talked about) the bar that usually shows the Progress (loading, voxelization) will be hidden by the message. and one does not know if the process is actually still going on; it can take some while due to displacement, subD etc. to complete and it would be nice to still see what is happening.

Re: minor UI problem

Posted: Wed Sep 30, 2015 3:52 pm
by JDHill
That is not in the plugin's control, the messages (and progress indication) come from the render engine.

Re: minor UI problem

Posted: Wed Sep 30, 2015 4:09 pm
by dk2079
I see.. so you are just plotting what message the engine gives, and can't differentiate between error and progress, if I understand.
nevermind then.
thanks

Re: minor UI problem

Posted: Wed Sep 30, 2015 4:18 pm
by JDHill
Yes, that's about it -- the plugin is notified of progress, and of any messages that are sent by the engine (and in turn, by any extension that may want to do so).