The export tag has no wiki summary.
1
vote
2answers
87 views
Why does this exported cube have too many vertices?
I'm trying to export md5mesh models. Just as a test I decided to export a simple cube (i.e. with 8 vertices). When I opened the .md5mesh file it lists the following:
numverts 24
numtris 12
...
2
votes
1answer
112 views
How do I share my Game Maker games?
I'm using GameMaker Studio and I want to put my game on my website.
I need help with saving a game in a exe file or anything that will make my game to open normally. How do I do that?
1
vote
0answers
60 views
Exporting from eclipse with lwjgl using jarsplice
I am in the process of developing a 2D tilebased rpg with eclipse, lwjgl, and slick util.
For some reason eclipse seems to be lagging heavily which doesnt make sense as all i have rendering is a ...
0
votes
0answers
33 views
Converting .dwg to .obj
Is there a way to convert .dwg files to .obj format? I tried exporting into .FBX format then using the autodesk FBX converter but it gives me a "Bad Mesh Data" message when I try to do anything with ...
3
votes
1answer
122 views
Second camera record and export to video file (Unity)
I'm making horror quest game for PC on Unity. I'm trying my best to make it kind of unique and trying not to use standard methods like screamers etc.
What i want to do badly is camera recording ...
0
votes
1answer
100 views
Physique and exports from 3ds Max
Are there any file formats that support Physique and are compatible with Unity? I really don't want to start over from scratch and have to use the Skin modifier...
0
votes
1answer
77 views
3dsmax crashes when exporting
I'm trying to export a (.max) file to openCOLLADA (.dae). Whenever I do this, 3dsmax crashes and produces this error:
An error has occurred and the application will now close.
No scene ...
1
vote
1answer
77 views
Exporting distinct images from a sprite sheet using GIMP
I have recently found that in Photoshop there is a script that enables you to export individual images on different layers into distinct png images on disk.
Is it GIMP capable of doing the same ...
2
votes
3answers
537 views
Why does exporting to FBX in 3dmax loses simulated animation
I made a cloth simulation (wind blowing a cloth). When I export it to FXB and the animation box is ticked on export menu it seems ok (no error in longs). When I reload it to Unity. or 3DMAX again. The ...
0
votes
1answer
77 views
Exporting spritesheet for Cocos2d
I would like to know how people usually save the animations in order to load them easily in Cocos2d with as few hard-code as possible.
E.G. The solution I thought of is to have one plist file ...
2
votes
1answer
235 views
What is the simplest way to export a bezier curve created in Blender to a text file?
I have created a bezier curve in Blender.
I'd like to export this curve to a text file. What I need is :
Control point + handles, three points in total.
Example :
{{ 2.3333,4.3942, 55.333 }, { ...