AlmostNASA Posted July 22, 2016 Share Posted July 22, 2016 hey @taniwha i am trying to make statics for KK and trying to export my blends as .mu files but i put the folder in the addons folder but it doesn't show export or import .mu in blender 2.77a. Quote Link to comment Share on other sites More sharing options...
taniwha Posted July 23, 2016 Author Share Posted July 23, 2016 if you used the zip (.tar.gz?) from github, it will have dots in the directory name. Python does not like that and thus blender cannot import the module (so you may need to rename the directory to not have dots in the name). Also, you need to enable the addon in user preferences. Quote Link to comment Share on other sites More sharing options...
AlmostNASA Posted July 23, 2016 Share Posted July 23, 2016 (edited) @taniwha where is the user preferences menu? and how do i enable it. also i renamed the name of the addon Edited July 23, 2016 by AlmostNASA Quote Link to comment Share on other sites More sharing options...
taniwha Posted July 23, 2016 Author Share Posted July 23, 2016 ctrl-alt-u will bring it up. You then go to the addons tab, find the the addon in there, and tick its box. To avoid doing that every time, you may want to save the user preferences after that. For more details, #blender on irc.freenode.net or the blender forums will be a big help, especially if you are new to blender. Quote Link to comment Share on other sites More sharing options...
Kerbos Posted August 2, 2016 Share Posted August 2, 2016 (edited) Hello there, I'm really out of ideas, so this is my halpme cry, I've tried exporting models to KSP using Unity 5.4 + Part Tools (because I wanted animated parts), but it just doesn't seems to work (in a nutshell the export .mu option it's just not there), so after getting no response on that addon post gave up on animated stuffs and give a try to this addon. It's incredible useful and easily merge on blender like a charm, but I'm having issues when it comes to texturing, I get the thing about the switched axis, but why my textures always look weird, like glowing mad or basically without filters and sometimes rotating anything on the UV mode also translate to a rotation of the texture on the final exported model? Also certain models on KSP become incomplete, missing sides, this happen to me when joining a cage to a big bag I've made to put inside, it was missing a lot of faces there, and that's highly probably me being ignorant about some mechanic on how KSP "read" those models, but I'll would be thankful if someone could explain to me how many polygons should have a model that's not just a cylinder. Cheers! Edited August 2, 2016 by Kerbos Quote Link to comment Share on other sites More sharing options...
taniwha Posted August 2, 2016 Author Share Posted August 2, 2016 I believe the triangle (vertex?) limit is about 64k (Unity limit), but I doubt you're hitting that. Sadly, my plugin's material handling is very tricky to use currently, but if you get it working, it should be WYS(in blender)IWYG(in KSP). Certainly, the UVs shouldn't cause problems: my plugin does all the axis swapping for you. Same goes for meshes and animations. Missing faces is likely to be one of two things: either the faces are inside out, or no material is attached. Quote Link to comment Share on other sites More sharing options...
Kerbos Posted August 2, 2016 Share Posted August 2, 2016 9 hours ago, taniwha said: I believe the triangle (vertex?) limit is about 64k (Unity limit), but I doubt you're hitting that. Sadly, my plugin's material handling is very tricky to use currently, but if you get it working, it should be WYS(in blender)IWYG(in KSP). Certainly, the UVs shouldn't cause problems: my plugin does all the axis swapping for you. Same goes for meshes and animations. Missing faces is likely to be one of two things: either the faces are inside out, or no material is attached. This small paragraph actually solved all my problems (not near 64k so that was discarded:P ), the rotation on my UVs was me trying way too hard to fit everything on the right axis Y Z in blender, hence the plugin was just responding to my manual rotations when exporting resulting on that mess. And also you were right about no materials on the faces, well 99% right, it was more no texture on the material, when doing complex shapes with scratches, cracks and stuffs on it, like a rock inside a towel, I also use bumpmaps, but since I'm not a blender pro missed how to properly link a material to the texture and the bumpmap, so ended up using the same material for both (and now that I read it I feel even more autistic than doing it). Still need to figure out how to mark seams properly, but that's on me, thx for everything, love the plugin, also you're telling me that I can export animated things the same way? That would be awesome. Cya later. Quote Link to comment Share on other sites More sharing options...
taniwha Posted August 2, 2016 Author Share Posted August 2, 2016 Not all animations are supported yet, but loc/rot/scale are. Maybe lights, too (don't remember). Quote Link to comment Share on other sites More sharing options...
Komandor Posted August 7, 2016 Share Posted August 7, 2016 Does not work! Help me please http://imgur.com/hodEyjw Quote Link to comment Share on other sites More sharing options...
taniwha Posted August 8, 2016 Author Share Posted August 8, 2016 import_craft.py is not part of my addon, it's part of io_kspblender which is by someone else but uses my addon for importing the models. Quote Link to comment Share on other sites More sharing options...
liquidhype Posted August 18, 2016 Share Posted August 18, 2016 (edited) Is there a new version of this that I am not aware of? I accidentally deleted a few files thinking I did not need them anymore and then went on to emptying my recycle bin (yes I am a freakin' genius). I do however have these models as .mu files, but for some reason Blender won't let me import .mu files that has been exported using U5. EDIT: Forgot to mention the error that pops up when trying to import any of my .mu files. "Unrecognized format: 76543 4" Edited August 18, 2016 by liquidhype Quote Link to comment Share on other sites More sharing options...
taniwha Posted August 19, 2016 Author Share Posted August 19, 2016 17 hours ago, liquidhype said: EDIT: Forgot to mention the error that pops up when trying to import any of my .mu files. "Unrecognized format: 76543 4" Oh, wow, yes, you are rather out of date. Version 4 has been supported for some time now. Quote Link to comment Share on other sites More sharing options...
liquidhype Posted August 19, 2016 Share Posted August 19, 2016 2 hours ago, taniwha said: Oh, wow, yes, you are rather out of date. Version 4 has been supported for some time now. Wow indeed. The version I am using has worked up until this point, and Github did not specify v.4 so I figured I was all up to date. I assume the master download on Git is the new version then? Thank you Quote Link to comment Share on other sites More sharing options...
taniwha Posted August 20, 2016 Author Share Posted August 20, 2016 Indeed, master is the latest. I might have to do some updating when I've got time, I guess. Quote Link to comment Share on other sites More sharing options...
zlsa Posted October 13, 2016 Share Posted October 13, 2016 I'm having a problem with normals in my exported model: http://imgur.com/a/vjr56 It only affects the visuals when the part has the "mouseover" effect. Has anyone seen this, or better yet, found a solution? Thanks in advance for the help! Quote Link to comment Share on other sites More sharing options...
taniwha Posted October 13, 2016 Author Share Posted October 13, 2016 Make sure the normals are correct in blender. For general blender help, #blender on irc.freenode.net is the best place to go. Quote Link to comment Share on other sites More sharing options...
Jiraiyah Posted October 14, 2016 Share Posted October 14, 2016 (edited) @taniwha Hi sir I'm really new to blender but i'm an old user of MAYA, I know for the fact that you don't have time nor the knowledge to convert your import/export for maya but, that is ok, I was going to use blender to load some parts and export them to fbx, naturally tried something from ksp (copula) well, the mesh loads ok, but when you look at shaded mode, the textures are not being applied, am i missing something here? Edited October 14, 2016 by Jiraiyah Quote Link to comment Share on other sites More sharing options...
Dr. Jet Posted October 20, 2016 Share Posted October 20, 2016 On 14.10.2016 at 5:59 PM, Jiraiyah said: @taniwha Hi sir I'm really new to blender but i'm an old user of MAYA, I know for the fact that you don't have time nor the knowledge to convert your import/export for maya but, that is ok, I was going to use blender to load some parts and export them to fbx, naturally tried something from ksp (copula) well, the mesh loads ok, but when you look at shaded mode, the textures are not being applied, am i missing something here? You missed going to "UV Editing" window and importing corresponding texture. Since KSP shaders can use more then one - there is no texture automation in import plugin - you have to chose appropriate file manually. BTW, texures in .dds will need vertical flipping to display correctly in Blender, but you'll need to flip em back before exporting to Unity. Quote Link to comment Share on other sites More sharing options...
Jiraiyah Posted October 20, 2016 Share Posted October 20, 2016 1 minute ago, Dr. Jet said: You missed going to "UV Editing" window and importing corresponding texture. Since KSP shaders can use more then one - there is no texture automation in import plugin - you have to chose appropriate file manually. BTW, texures in .dds will need vertical flipping to display correctly in Blender, but you'll need to flip em back before exporting to Unity. oh that is why i saw my textures flipped compared to uv in maya then, damn, do i need to reset my uv correctly? (I have my textures as png right now and uv are sit properly) what is the process of exporting from maya to unity to the game then? (assuming that this png i have is the texture i want with the uv set i have right now) this is my uv editor in maya : http://prntscr.com/cwswu9 Quote Link to comment Share on other sites More sharing options...
Dr. Jet Posted October 20, 2016 Share Posted October 20, 2016 14 minutes ago, Jiraiyah said: oh that is why i saw my textures flipped compared to uv in maya then, damn, do i need to reset my uv correctly? (I have my textures as png right now and uv are sit properly) what is the process of exporting from maya to unity to the game then? (assuming that this png i have is the texture i want with the uv set i have right now) this is my uv editor in maya : http://prntscr.com/cwswu9 Never worked with Maya, but it looks more like a Blender+plugin glitch incorrectly translating .dds UVmaps. With PNG textures along .mu what you see is what you get. If you use Blender just to convert formats - don't touch the UVmap at all - it's OK for PNG, JPG or any other non-dds. But remember that stock .dds files converted to any other format will be vertically flipped themselves (it's normal for how dds format works), so they won't fit as is. Quote Link to comment Share on other sites More sharing options...
Jiraiyah Posted October 20, 2016 Share Posted October 20, 2016 no no, i just extracted part of stock image to png, then i set my uv maps in maya properly, question is, when i want to convert that png back to dds, what would hapen? Quote Link to comment Share on other sites More sharing options...
Wolfair corp. Posted October 25, 2016 Share Posted October 25, 2016 (edited) On 03/08/2013 at 7:35 PM, taniwha said: " enable it like any other addon" I may look like an idiot, but I just started using Blender, and I would know what is the name of the addon in User Preferences / Addons Thanks. (And it's a superb add-on) Edited October 25, 2016 by Wolfair corp. Quote Link to comment Share on other sites More sharing options...
taniwha Posted October 26, 2016 Author Share Posted October 26, 2016 17 hours ago, Wolfair corp. said: I may look like an idiot, but I just started using Blender, and I would know what is the name of the addon in User Preferences / Addons If you type KSP into the search box in the upper left corner, it should show up nicely. Quote Link to comment Share on other sites More sharing options...
Wolfair corp. Posted October 26, 2016 Share Posted October 26, 2016 (edited) Ok, thanks. Do rename folder is enough? I don't understand "Rename directory" I've unzipped the folder in Downloads, renamed it and moved it in Addons. So "C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\io_ksp_mu-master" Thank for your help. Edited October 26, 2016 by Wolfair corp. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted October 26, 2016 Share Posted October 26, 2016 14 minutes ago, Wolfair corp. said: Ok, thanks. Do rename folder is enough? I don't understand "Rename directory" I've unzipped the folder in Downloads, renamed it and moved it in Addons. So "C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\io_ksp_mu-master" Thank for your help. Folder is another name for directory Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.