- Update bundled blender version to 2.67b

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10664 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent cf1ff27234
commit f74a70b305
  1. 2
      sdk/jme3-blender/src/com/jme3/gde/blender/BlenderTool.java
  2. 6
      sdk/nbi/stub/ext/infra/build/products/blender-linux-x64/build.properties
  3. 6
      sdk/nbi/stub/ext/infra/build/products/blender-linux-x86/build.properties
  4. 2
      sdk/nbi/stub/ext/infra/build/products/blender-macosx/build.properties
  5. 4
      sdk/nbi/stub/ext/infra/build/products/blender-windows-x64/build.properties
  6. 4
      sdk/nbi/stub/ext/infra/build/products/blender-windows-x86/build.properties

@ -250,7 +250,7 @@ public class BlenderTool {
}
private static File getBlenderSettingsFolder() {
File blender = InstalledFileLocator.getDefault().locate(getBlenderOsPath() + "/2.65", null, false);
File blender = InstalledFileLocator.getDefault().locate(getBlenderOsPath() + "/2.67", null, false);
if (blender == null) {
DialogDisplayer.getDefault().notify(new NotifyDescriptor.Message("Error finding Blender settings"));
logger.log(Level.SEVERE, "Error finding Blender settings");

@ -103,9 +103,9 @@ product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
# * indices should start with 1
product.data.length=1
product.data.1.zip=false
product.data.1.uri=http://download.blender.org/release/Blender2.65/blender-2.65a-linux-glibc211-x86_64.tar.bz2
product.data.tar=blender-2.65a-linux-glibc211-x86_64.tar.bz2
product.data.sub.dir=blender-2.65a-linux-glibc211-x86_64
product.data.1.uri=http://download.blender.org/release/Blender2.67/blender-2.67b-linux-glibc211-x86_64.tar.bz2
product.data.tar=blender-2.67b-linux-glibc211-x86_64.tar.bz2
product.data.sub.dir=blender-2.67b-linux-glibc211-x86_64
# modificator for the required disk space parameter; the core value will be the
# sum of unzipped unstallation data files

@ -103,9 +103,9 @@ product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
# * indices should start with 1
product.data.length=1
product.data.1.zip=false
product.data.1.uri=http://download.blender.org/release/Blender2.65/blender-2.65a-linux-glibc211-i686.tar.bz2
product.data.tar=blender-2.65a-linux-glibc211-i686.tar.bz2
product.data.sub.dir=blender-2.65a-linux-glibc211-i686
product.data.1.uri=http://download.blender.org/release/Blender2.67/blender-2.67b-linux-glibc211-i686.tar.bz2
product.data.tar=blender-2.67b-linux-glibc211-i686.tar.bz2
product.data.sub.dir=blender-2.67b-linux-glibc211-i686
# modificator for the required disk space parameter; the core value will be the
# sum of unzipped unstallation data files

@ -104,7 +104,7 @@ product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
product.data.length=1
product.data.1.zip=true
#normen
product.data.1.uri=http://download.blender.org/release/Blender2.65/blender-2.65a-OSX_10.6-x86_64.zip
product.data.1.uri=http://download.blender.org/release/Blender2.67/blender-2.67b-OSX_10.6-x86_64.zip
product.data.root=Blender
product.data.sub.dir=Blender

@ -103,8 +103,8 @@ product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
# * indices should start with 1
product.data.length=1
product.data.1.zip=true
product.data.1.uri=http://download.blender.org/release/Blender2.65/blender-2.65a-windows64.zip
product.data.sub.dir=blender-2.65a-windows64
product.data.1.uri=http://download.blender.org/release/Blender2.67/blender-2.67b-windows64.zip
product.data.sub.dir=blender-2.67b-windows64
# modificator for the required disk space parameter; the core value will be the
# sum of unzipped unstallation data files

@ -104,8 +104,8 @@ product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
product.data.length=1
product.data.1.zip=true
#normenhttp://ftp.nluug.nl/pub/graphics/blender/release//Blender2.65/blender-2.65a-windows32.zip
product.data.1.uri=http://download.blender.org/release/Blender2.65/blender-2.65a-windows32.zip
product.data.sub.dir=blender-2.65a-windows32
product.data.1.uri=http://download.blender.org/release/Blender2.67/blender-2.67b-windows32.zip
product.data.sub.dir=blender-2.67b-windows32
# modificator for the required disk space parameter; the core value will be the
# sum of unzipped unstallation data files

Loading…
Cancel
Save