taniwha Posted February 22, 2019 Author Share Posted February 22, 2019 1 hour ago, bitwaster said: i configured the gamedata path to /Applications/KSP_osx The path needs to include GameData, not just the KSP root. Quote Link to comment Share on other sites More sharing options...
bitwaster Posted February 22, 2019 Share Posted February 22, 2019 (edited) thank you! that totally worked! now, when i import into blender, i can't seem to individually select any parts (like i want to delete the parachutes). is this expected? (or, more likely, i'm doing something wrong and need help, please!) Edited February 22, 2019 by bitwaster Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted February 22, 2019 Share Posted February 22, 2019 9 hours ago, taniwha said: @RedPandaz: make sure you're using the correct branch for your blender: master for 2.80 (recent build) or lbender2.79 for 2.79. Beyond that, I will need to see what errors you are getting. @Gapone: "clone the repository" is how you download the code using git or a graphical git client. It makes a local copy of the repository (in this case, the directory structure on github) including all revision history. Once you've cloned a repository, updating is done by pulling from the repository. Either way, you will need to click on the big green "clone or download" button, which gives a git command line to clone, or you can download the zip using the provided link. cloning is better because of the ease of updating, but you do need git. Beware that if you use blender 2.79, you will need to first select the blender2.79 branch before downloading the zip (if cloning, you can use git to switch between branches easily). can I DM you the error messages? Quote Link to comment Share on other sites More sharing options...
taniwha Posted February 23, 2019 Author Share Posted February 23, 2019 @RedPandaz yes, but here is better if you can because then others can see the problem and (hopefully) the answer. @bitwaster: This is by design as it allows for easy manipulation of whole craft. However, it is still possible to edit the craft even down to individual meshes... In blender's outliner (upper right corner panel in the default layout), select "Scenes" in the second dropdown (defaults to View Layers, looks a little like a pile of photos), just to the left of the search box. Click on the mu_utils scene to switch to it, and also open it by clicking its triangle. In there, you will find Scene Collection: open it. Under that, there is craft_collection, which is where the assembled craft is stored (in its own collection under craft_collection). You will have to enable display and selection for the collection. You will also find loaded_parts which stores assembled parts (some parts are built from multiple models) and loaded_models (the actual models as loaded from .mu files). Yeah, this does seem involved, but it's all about keeping the stuff organized in blender. BTW, when working with individual .mu files (importing or creating), you may also find a collider_gizmos collection in mu_utils. This is for the gizmos used to display primitive collider types (sphere, capsule, box and wheel). Quote Link to comment Share on other sites More sharing options...
taniwha Posted February 23, 2019 Author Share Posted February 23, 2019 I have just pushed a fix for working with ModuleManager.ConfigCache created by MM 4. Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted February 23, 2019 Share Posted February 23, 2019 3 hours ago, taniwha said: @RedPandaz yes, but here is better if you can because then others can see the problem and (hopefully) the answer. https://imgur.com/5LVhGHM The error that shows up when I try to enable .mu files https://imgur.com/a/7r2vkBH The error that shows up when I try to load in .craft files Quote Link to comment Share on other sites More sharing options...
taniwha Posted February 23, 2019 Author Share Posted February 23, 2019 @RedPandaz You are trying to use the blender 2.80 version of the addon (master branch) with blender 2.79. Either switch to blender 2.80, or first select the blender2.79 branch (far left of the line with the green "clone or download" button) before downloading the zip Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted February 23, 2019 Share Posted February 23, 2019 10 hours ago, taniwha said: @RedPandaz You are trying to use the blender 2.80 version of the addon (master branch) with blender 2.79. Either switch to blender 2.80, or first select the blender2.79 branch (far left of the line with the green "clone or download" button) before downloading the zip I just downloaded the one the Blender site showed me >_< Quote Link to comment Share on other sites More sharing options...
taniwha Posted February 24, 2019 Author Share Posted February 24, 2019 2.80 is still beta, so no surprise there. The problem is that the default branch is for 2.80 and those who aren't accustomed to using github can get themselves into a bit of a mess. Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted February 24, 2019 Share Posted February 24, 2019 1 hour ago, taniwha said: 2.80 is still beta, so no surprise there. The problem is that the default branch is for 2.80 and those who aren't accustomed to using github can get themselves into a bit of a mess. Well now it's not even showing up as an option in user preferences Quote Link to comment Share on other sites More sharing options...
taniwha Posted February 24, 2019 Author Share Posted February 24, 2019 @RedPandaz yeah, this is because the directory name has a period in it. Just rename the directory to not have a period and it should work. Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted February 24, 2019 Share Posted February 24, 2019 2 hours ago, taniwha said: @RedPandaz yeah, this is because the directory name has a period in it. Just rename the directory to not have a period and it should work. Which directory? Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted March 1, 2019 Share Posted March 1, 2019 On 2/23/2019 at 8:41 PM, taniwha said: @RedPandaz yeah, this is because the directory name has a period in it. Just rename the directory to not have a period and it should work. Which directory Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 2, 2019 Author Share Posted March 2, 2019 @RedPandaz: the io_object_mu-blender2.79 directory. Best is just io_object_mu (that's how it is for me). Quote Link to comment Share on other sites More sharing options...
RedPandaz Posted March 2, 2019 Share Posted March 2, 2019 1 hour ago, taniwha said: @RedPandaz: the io_object_mu-blender2.79 directory. Best is just io_object_mu (that's how it is for me). I changed it to that and it's still not showing up Quote Link to comment Share on other sites More sharing options...
HB Stratos Posted March 7, 2019 Share Posted March 7, 2019 The whole addon doesn´t work for me in the newest 2.80 version, It´s there, but import as well as adding a collider for .mu files doesn´t work. Using an older 2.80 version didn´t work as well. Sorry I don´t have the errors on hand right now. found it Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 8, 2019 Author Share Posted March 8, 2019 @HB Stratos: that error is for importing craft files (whole ships), not individual models. I've seen that particular error before, but I don't remember the cause off-hand. For now, ensure that the GameData path in the addon settings panel is correct (needs to point to GameData, not just your KSP directory). If you're trying to import a module, use the import KSP Mu entry, not KSP Craft. As for adding a collider to mu files, you will need to be more specific. Quote Link to comment Share on other sites More sharing options...
[object Object] Posted March 9, 2019 Share Posted March 9, 2019 I'm getting this error when I try to import a .craft file: For some crafts nothing appears, for others small random(?) objects appear: .mu files give a similar error, but seem to import properly. Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 9, 2019 Author Share Posted March 9, 2019 bah, moving targets in the API Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 9, 2019 Author Share Posted March 9, 2019 ok, I've pushed a fix for the cursor location issue Quote Link to comment Share on other sites More sharing options...
[object Object] Posted March 9, 2019 Share Posted March 9, 2019 Seems to be working now, thanks for the speedy fix! Quote Link to comment Share on other sites More sharing options...
[object Object] Posted March 9, 2019 Share Posted March 9, 2019 Is there a way to export an imported .craft as a .stl? I figured it out with .mu, but not .craft. Serious blender noob sorry Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 10, 2019 Author Share Posted March 10, 2019 @[object Object]: The .stl exporter needs to understand blender's collection/group instances. The craft you see after importing is an instance of a collection of assembled parts, and the parts are instances of model collections (usually just the one model in the collection, but some parts have multiple models). Quote Link to comment Share on other sites More sharing options...
[object Object] Posted March 10, 2019 Share Posted March 10, 2019 Do you know of a different .stl exporter that can do that or a way to make the built in one work? Or, is there a way to separate the craft collection into its individual parts? Quote Link to comment Share on other sites More sharing options...
taniwha Posted March 10, 2019 Author Share Posted March 10, 2019 The "built in" stl exporter is probably python code, and even if it's not, converting an imported craft to a set actual objects wouldn'T be that hard to do, but I don't have the time for such., so you'll have to either do it yourself or find a willing victim. 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.