Bug 485865

Summary: blender wrapper script has problems in looking in /usr/lib/blender/scripts....
Product: [Fedora] Fedora Reporter: Ezra Peisach <epeisach>
Component: blenderAssignee: Jochen Schmitt <jochen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 10CC: jochen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-17 17:46:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ezra Peisach 2009-02-17 04:48:29 UTC
Description of problem:

I was attempting to add an import filter - but wanted to put it in /usr/lib/blender/scripts. The wrapper script nukes links to it.


Version-Release number of selected component (if applicable):

blender-2.48a-4.fc10.i386

How reproducible:

Always

Steps to Reproduce:
1.  Create a script in /usr/lib/blender/scripts
2.  See that symlink from .blender never made
3.
  
Actual results:


Expected results:


Additional info:
Consider:
elif [ -d /usr/lib/blender/scripts ] ; then
    for s in /usr/lib/blender/* ; do
	s=`basename $s`
	if [ ! -e ~/.blender/scripts/$s -a -x /usr/lib/blender/scripts/$s ] ; th
en
	    ln -sf /usr/lib/blender/$s ~/.blender/scripts/
	fi
    done


fi


The logic is broken... The for s should be in /usr/lib/blender/scripts/*

Comment 1 Jochen Schmitt 2009-02-17 17:46:38 UTC
Bug should be fixed in blender-2.48a-14 on rawhide.