SDK:
- 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
This commit is contained in:
parent
6dbc85234f
commit
1e496c91fd
@ -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
|
||||
|
6690
sdk/jme3-ogretools/scripts/io_export_ogreDotScene.py
Normal file
6690
sdk/jme3-ogretools/scripts/io_export_ogreDotScene.py
Normal file
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(
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user