[Bf-committers] Re: Fix: Using Yafray for background rendering

Melchior FRANZ bf-committers@blender.org
Thu, 12 Aug 2004 13:00:54 +0200


* Alejandro Conty Estevez -- Thursday 12 August 2004 12:16:
> There's a mistake in the loading code in blender. It checks the plugin
> to have execution permission. Otherwise it ignores it. But:
> 
> /usr/local/lib/libyafrayplugin.so
>   drwxr-x---    2 root     root         4096 2004-08-12 11:44
> 
> Does not even have read permission unless you run blender as root. Do
> chmod 755 /usr/local/lib/libyafrayplugin.so

Ahh ... hadn't looked at that, because in every other project this is done
automatically by ginstall.


 
> It is strange since here "scons install" puts the right permission flags.

It respects my umask.  :-)

Of course it worked after fixing that (embarrassing) bug. Sorry.

m.