JM Export for 2.5 version of Blender
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
JM Export for 2.5 version of Blender
Would it be possible to have a working export script for the 2.5 versions of Blender? The current one doesn't work, I can save, then open it in the older versions, then export from there, but it's kind of a hassle doing that every time.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
p2sta
- Posts: 3281
- Joined: Fri Jul 30, 2010 7:08 am
- Location: Czech Republic
- Contact:
Re: JM Export for 2.5 version of Blender
if nobody will, I can rewrite the script, because my current job is scripting for the 2.5 Blender version 
-
ddmx
- Posts: 5383
- Joined: Sun Apr 20, 2008 3:36 pm
- Location: Midland MI
Re: JM Export for 2.5 version of Blender
As far as I'm aware you can still use that script in the newer blender versions. Just open up your text editor in one window of blender, then open the python script in there. Then just run python script.
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: JM Export for 2.5 version of Blender
Hmmm haven't tried that, just tried installing it in the preferences.
Gave me a "Import error: No Module named blender" at line 22.
Gave me a "Import error: No Module named blender" at line 22.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
jlv
- Site Admin
- Posts: 15437
- Joined: Fri Nov 02, 2007 5:39 am
- Team: No Frills Racing
- Contact:
Re: JM Export for 2.5 version of Blender
I just took a quick look at the 2.5 docs and it looks like there are major changes. So I have a fair amount of reading to do before I can port it.
Does the 2.5 beta work well?
Does the 2.5 beta work well?
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: JM Export for 2.5 version of Blender
Yeah, I don't think I've had any problems with it so far.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
p2sta
- Posts: 3281
- Joined: Fri Jul 30, 2010 7:08 am
- Location: Czech Republic
- Contact:
Re: JM Export for 2.5 version of Blender
main difference is that Blender 2.5 use Python 3.1 and there are changes from the 2.6 version....but as I said I did lots of scripts to the new version for my company, so if you jlv has not time for it, I can rewrite the script for Blender 2.5 
-
jlv
- Site Admin
- Posts: 15437
- Joined: Fri Nov 02, 2007 5:39 am
- Team: No Frills Racing
- Contact:
Re: JM Export for 2.5 version of Blender
I only skimmed the 2.5 docs, but it looks like the Blender module has been replaced with bpy, which has a completely new API.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
