- update ogre exporter for blender 2.63+
- add folder with script to easily update script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9511 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 6dbc85234f
commit 1e496c91fd
  1. 10
      sdk/jme3-ogretools/build.xml
  2. 2
      sdk/jme3-ogretools/nbproject/genfiles.properties
  3. 6690
      sdk/jme3-ogretools/scripts/io_export_ogreDotScene.py
  4. 2
      sdk/jme3-ogretools/src/com/jme3/gde/ogretools/blender/Bundle.properties
  5. 8
      sdk/jme3-ogretools/src/com/jme3/gde/ogretools/blender/InstallBlenderExporterPanel.form
  6. 6
      sdk/jme3-ogretools/src/com/jme3/gde/ogretools/blender/InstallBlenderExporterPanel.java
  7. BIN
      sdk/jme3-ogretools/src/com/jme3/gde/ogretools/blender/scripts.zip

@ -6,14 +6,14 @@
<description>Builds, tests, and runs the project com.jme3.gde.ogretools.</description>
<import file="nbproject/build-impl.xml"/>
<target depends="init" name="zip-scripts" description="Updates the script zip files">
<target name="init" depends="-zip-data,basic-init,files-init,build-init,-javac-init"/>
<target name="-zip-data" description="Zips scripts">
<zip destfile="src/com/jme3/gde/ogretools/blender/scripts.zip">
<zipfileset dir="/Users/normenhansen/Documents/Blender/BlenderExport/ogre-svn/">
<exclude name=".DS_Store"/>
</zipfileset>
<zipfileset dir="/Users/normenhansen/Documents/Blender/BlenderExport/ogrescene-svn/">
<zipfileset dir="scripts">
<exclude name=".DS_Store"/>
</zipfileset>
</zip>
</target>
</project>

@ -5,4 +5,4 @@ build.xml.stylesheet.CRC32=79c3b980@1.31.2.7
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=c8f2a0b1
nbproject/build-impl.xml.script.CRC32=4a050ba2
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.46.1
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.49.1

File diff suppressed because it is too large Load Diff

@ -5,4 +5,4 @@ InstallBlenderExporterPanel.jButton1.text=change
InstallBlenderExporterPanel.jButton2.text=Install Exporter Script
InstallBlenderExporterPanel.jButton3.text=Cancel
InstallBlenderExporterPanel.jLabel2.text=Note that this exporter only works
InstallBlenderExporterPanel.jLabel3.text=with Blender 2.59+!
InstallBlenderExporterPanel.jLabel3.text=with Blender 2.63+!

@ -1,4 +1,4 @@
<?xml version="1.1" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
@ -25,10 +25,10 @@
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jLabel2" alignment="1" pref="341" max="32767" attributes="0"/>
<Component id="jLabel2" alignment="1" max="32767" attributes="0"/>
<Component id="jLabel1" alignment="0" max="32767" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<Component id="jTextField1" pref="243" max="32767" attributes="0"/>
<Component id="jTextField1" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jButton1" min="-2" max="-2" attributes="0"/>
</Group>
@ -37,7 +37,7 @@
<EmptySpace max="-2" attributes="0"/>
<Component id="jButton2" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="jLabel3" alignment="1" pref="341" max="32767" attributes="0"/>
<Component id="jLabel3" alignment="1" max="32767" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>

@ -339,17 +339,17 @@ public class InstallBlenderExporterPanel extends javax.swing.JDialog {
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel2, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 341, Short.MAX_VALUE)
.addComponent(jLabel2, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addGroup(layout.createSequentialGroup()
.addComponent(jTextField1, javax.swing.GroupLayout.DEFAULT_SIZE, 243, Short.MAX_VALUE)
.addComponent(jTextField1)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton1))
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addComponent(jButton3)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton2))
.addComponent(jLabel3, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 341, Short.MAX_VALUE))
.addComponent(jLabel3, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addContainerGap())
);
layout.setVerticalGroup(

Loading…
Cancel
Save