Just noticed that when you emerge blender a whole bunch of usefull plugins and python scripts get placed in /usr/lib/blender however, there is no notice in the ebuild that they are placed there and blender is not default linked to see them. This is an extremely nice feature, but there should be a notice of it or something of the sort.
It should find them in that path or at least that was the idea.
Re-assign wrt Bug 171232
Bug 180086 is related to this one. It talks about Python plugins and provides a workaround. I think all paths should be found automatically. This happens when you download the binary, uncompress somewhere and just run it. This should also happen when installing using ebuild.
Is this still an issue?
(In reply to comment #4) > Is this still an issue? It is almost fixed. It seems that current blender ebuild (tested with 2.49b) installs Python scripts at /usr/share/blender/scripts/, and they are automatically detected by Blender. This is great! Congratulations! However, the extra C plugins installed at /usr/lib64/blender/ are not detected. (but I think they were not meant to be auto-detected; the binary tarball does not even include compiled versions of them) I'm not sure what is the solution for this. Maybe Blender could point to those directories by default. Or maybe the ebuild should mention that these plugins are available. How to test: 1. Open blender. Run "File -> Load Factory Defaults", just to start with a clean configuration (or delete ~/.B.blend). 2. Select the Cube (it comes already pre-selected). 3. Go to Texture (just press F6). 4. At "Texture Type", select "Plugin". 5. Here, Blender should have pointed to /usr/lib64/blender/textures/ by default, but in fact it doesn't. 6. Select a plugin, if you want. Or just cancel the dialog. 7. At the top of the screen, at "SR:2-Model", select "4-Sequence". 8. Add the only scene to the sequencer ("Add -> Scene -> Scene"). 9. "Add -> Effect -> Plugin". 10. Here, Blender should have pointed to /usr/lib64/blender/sequences/ by default. How to "fix" by user-configuration: 1. Open the "User Preferences -> File Paths". 2. Set the default paths for "Tex Plugins" and "Seq Plugins" here.
Please test with 2.63a. Thanks.