|
Red Devil
|
 |
« Reply #15 on: April 11, 2007, 03:49:18 PM » |
|
Is there an importer as well, so we can edit existing models?
|
|
|
|
|
Logged
|
What box???
|
|
|
|
Treiss
Guest
|
 |
« Reply #16 on: April 11, 2007, 04:14:07 PM » |
|
BNG> look inside the Blender folder, should see a .something folder, look in there and search until you see .py files. Place there and it appears on the export menu  RD>I don't think so yet... "I export in a VERY BZ2 format" - OvermindDL1 Hmm...perhaps that say it all 
|
|
|
|
|
Logged
|
|
|
|
|
Dianoga
|
 |
« Reply #17 on: April 11, 2007, 06:58:56 PM » |
|
Last time I tried it I still wasn't able to get the UV mapping part of it to work. My test model always shows up with no texture on it in the editor.
Dia
|
|
|
|
|
Logged
|
|
|
|
|
Treiss
Guest
|
 |
« Reply #18 on: April 11, 2007, 08:14:38 PM » |
|
What EXACTLY do you mean by that? You mean in Blender you don't see the texture? Or in the BZ2 Editor? Just as a final check(for BZ2 editor), you DO have the texture in the directory AND included in the ODF, right? That's about all I know.. 
|
|
|
|
|
Logged
|
|
|
|
|
OvermindDL1
|
 |
« Reply #19 on: April 11, 2007, 08:29:44 PM » |
|
All importers/exporters/etc... go in: C:\program files\Blender Foundation\Blender\.blender\scripts\ or wherever you installed it. Uvmapping I'm still unsure if, so if possible uvmap something, export the xsi, and if(when) it doesn't work, could you send me the xsi that was exported?
|
|
|
|
|
Logged
|
|
|
|
Avatar
Moderator
 
Gender: 
Posts: 6208
BZClassic!
|
 |
« Reply #20 on: April 11, 2007, 08:50:54 PM » |
|
Ok well if you can get something UV mapped to show up in the editor please how you do it because I have things uv mapped and they will not show up. I have tried a few different things and still nothing shows but a plain color.
Dia
Hmmm, might not be an issue with the XSI... Make sure your texture is square and a power of two. 64x64, 128x128, 256x256 are pretty standard. They should also be a format the game can handle, such as PIC or TGA. If TGA make sure it's 24 bit and NOT compressed. My own experience is that missing textures are usually compressed TGA's, not square, or not in the BZ2 directories. I've also gone into the XSI in Notepad and replaced the missing texture called with just the texture name. For instance, replace "C:\3DStudio\Maps\Battlezone Maps\bigship.bmp" with "bigship.pic". -Av-
|
|
|
|
|
Logged
|
|
|
|
|
Dianoga
|
 |
« Reply #21 on: April 11, 2007, 09:58:45 PM » |
|
What I meant was that the model looks fine in Blender, it's all textured and everything, but in the Editor, it doesn't show the texture. I have tried using bitmaps which work on every other model I have made and tested in the editor but I also tried PNGs with no luck as well. I also tried looking at the xsi in notepad and there definitely has to be something wrong. The line showing the location of the texture file is completely missing for both textures ( I am using 2 textures but also tried one). Not sure if this matters or not but the structure of the xsi doesn't seem to be set up the same way as others that I have looked at. Normal xsi's stagger down kind of like steps where this one lists everything on the left hand side straight down. Hope that makes sense or perhaps you'll know what I mean when I post the xsi. The model is suppose to be using 2 textures: rdisint1.bmp and rdisint2.bmp. http://dianoga4.homestead.com/files/ivdisint.xsiHope this helps. Dia
|
|
|
|
|
Logged
|
|
|
|
|
OvermindDL1
|
 |
« Reply #22 on: April 12, 2007, 12:45:01 AM » |
|
It's not saving texture info, it is saving uvmapping, and I see two materials, but the texture is not saved with them, so either the texture type of material was not selected in B3d or my exporter is missing something. As asked for on my site a few seconds ago, could you send me the .blend file so I can see?
|
|
|
|
|
Logged
|
|
|
|
|
BNG
|
 |
« Reply #23 on: April 15, 2007, 09:06:37 PM » |
|
Just a quick comment OM. If both 3D EXPLORATION and THREED refuse to open an XSI file created by the BLENDER exporter then doesn't that itself indicate a bug? Ideally, a single object is in reality one of several frames used together to create an animation sequence; I know this from my experience as a television broadcast technician. The standard in the NTSC model is 30 frames per second for the U.S. television system. Additionally, I have no problems loading any of the other XSI files included in the XSIZIP file from BZSCRAP into either of the above mentioned applications. However, something in the XSI's created by the exporter from BLENDER somehow does not conform to the standards required and may in fact need to be resolved before an animation sequence will even work. PS: I'll continue to try exporting stuff with the BLENDER exporter, but I feel that until the above mentioned issue is addressed not much good will result...BNG.
|
|
|
|
|
Logged
|
|
|
|
|
OvermindDL1
|
 |
« Reply #24 on: April 16, 2007, 03:39:48 AM » |
|
Just a quick comment OM. If both 3D EXPLORATION and THREED refuse to open an XSI file created by the BLENDER exporter then doesn't that itself indicate a bug? Ideally, a single object is in reality one of several frames used together to create an animation sequence; I know this from my experience as a television broadcast technician. The standard in the NTSC model is 30 frames per second for the U.S. television system. Additionally, I have no problems loading any of the other XSI files included in the XSIZIP file from BZSCRAP into either of the above mentioned applications. However, something in the XSI's created by the exporter from BLENDER somehow does not conform to the standards required and may in fact need to be resolved before an animation sequence will even work. PS: I'll continue to try exporting stuff with the BLENDER exporter, but I feel that until the above mentioned issue is addressed not much good will result...BNG.
Wrong. Wrong. Wrong. As I've stated many times, it does not export XSI, it exports a BZ2XSI, exported in such a way that BZ2 reads it better (and greater compatability with how Blender exports things). But, I program, I don't make models, ergo, give me test cases where things fail, and I will fix them, but no one is doing so. Threed is an utter joke for XSI work anyway, and the 3dExp is broken in animation handling, it only supports vertex anim's, not bone anims.
|
|
|
|
|
Logged
|
|
|
|
|
Dianoga
|
 |
« Reply #25 on: April 16, 2007, 07:10:30 PM » |
|
I posted an example blend on your site OM, the one that goes with the xsi that I posted there recently.
Dia
|
|
|
|
|
Logged
|
|
|
|
|
OvermindDL1
|
 |
« Reply #26 on: April 16, 2007, 11:45:14 PM » |
|
Will look at when I get a few moments.
|
|
|
|
|
Logged
|
|
|
|
|
BNG
|
 |
« Reply #27 on: April 30, 2007, 05:43:19 PM » |
|
Dam, I was hoping by now the exporter would be a bit closer to completion. OM, are there any specific tasks that we can try to move along things with this exporter? I don't know what to try anymore to help you get this exporter thing moving again. Can the exporter be set to export a single frame or it is just for animation sequences? Just thought that I'd ask...BNG. 
|
|
|
|
|
Logged
|
|
|
|
|
OvermindDL1
|
 |
« Reply #28 on: May 01, 2007, 02:11:53 PM » |
|
The whole source is available, so edit if you so wish. Been extrodinarily busy thanks to it being the last bit of school for the semester, havn't even programmed more then a couple hours in the last week.
The non-fully-working parts are something to do with textures/uvmaps, and animations...
|
|
|
|
|
Logged
|
|
|
|
|
BNG
|
 |
« Reply #29 on: May 10, 2007, 03:04:30 PM » |
|
OM, work on the exporter would get done more efficiently if you could provide a short list of things to do/try for the testers.
I don't have a clue on how to even begin testing the exporter in the BZII map editor. We'll help if we can, but we need some defined direction to follow based on feedback from you...BNG
PS: If possible post some suggestions that you want tested, and I"ll try them and post the results wherever you want them posted. I'd like to see the project completed too.
|
|
|
|
|
Logged
|
|
|
|
|