The OSX package of blender require a specific path to be launch. If the path is modified 'dyld: Library not loaded: @loader_path' error or static python appear on blender 2.72
This commit is contained in:
@@ -31,6 +31,8 @@ public abstract class OS {
|
||||
|
||||
public abstract int getMemory();
|
||||
|
||||
public abstract String getRenderBinaryPath();
|
||||
|
||||
public String getCUDALib() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user