Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=458090





--- Comment #27 from Nicolas Chauvet (kwizart) <kwiz...@gmail.com>  2009-05-13 
12:35:11 EDT ---
for the blender plugin directory and the plugin installation problem.
I think the solution is to symlinks every files present from
/usr/share/blender/scripts/*.py* to the ~/.blender/scripts directory
unconditionaly when blender is run.
Then, each files from /usr/share/blender/scripts/bpydata/config/* but not
present in the ~/.blender/scripts/bpydata/config/ directory need to be copied
to the end-user directory
(file aren't expected to be copied from /usr/share/blender/scripts/bpydata/*
since they are meant to be temporary files.)

Unfortunately, I'm not sure what Blender.Get("datadir") is. It probably doesn't
match our datadir, specially as it may be used for architecture dependent
plugin (thinking about the yafaray case). But I wonder if it wouldn't have been
easier to take theses:

%{python_sitelib}/blender/
%if %{_lib} == "lib64"
%{python_sitearch}/blender/
%endif

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to