Quicker meshing preview?

Next
 From:  jacobo3d
4912.1 
One of the things that I'm seeing myself doing constantly while modeling is checking how the mesh will look like when converting it to polygons (sometimes doing the same thing in a different way generates a better mesh, and it's good to catch that sooner rather than later). For that I have to do the process of saving a file (go to export, choose a location, choose a file name...) and then I get to the panel I want and a preview of the meshing. It's not a big deal until you do it as often as I do :). I was wondering if there would be a way to preview that quicker, like a shortcut that directly opens that Messing Options panel and previews the mesh as polys (and keeps the last set values).

I thought that it might even possible to get a temporary solution via scripting (like set a temporary file to save in a temporary location and skip that file dialog and then go directly to the meshing options panel), so I was taking a look to the scripting API but, well, besides being an unknown terrain for me, the only thing I've found that I thought would do what I think I need was MeshObject ( GeomObject ) class, but it has no properties or methods.

So the question is, is that possible?

Thanks!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4912.2 In reply to 4912.1 
Hi Jacobo, yup it's possible to do do a quick meshing preview on a keyboard shortcut by setting up a keyboard shortcut that does an export to a dummy file name, that's given to the SaveAs command as a command parameter.

Since that gives SaveAs the file name it avoids popping up the file dialog and goes directly to the meshing dialog and then you just cancel out from there (either Cancel button or press the Esc key) after looking at the meshing and adjusting anything.

See here for more details:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4453.6

If you do this a lot, set it on the space bar for super quick access.
To do that for the left-colum key part put in:     Space
and for the command part put in:     SaveAs c:\test.obj

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  jacobo3d
4912.3 In reply to 4912.2 
Awesome! I didn't think it would be as easy as that :) Next time I'll dig a bit more through the forum before asking. I'm sure a lot of the questions I'll be having were already answered in the past few years ;)

Thanks!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  MajorGrubert (CARLOSFERREIRAPINTO)
4912.4 
Hi Michael,

Will this work on the OSX?

Thanks,
Carlos
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4912.5 In reply to 4912.4 
Hi Carlos, yes you can set up the same thing in the OSX version, just use the exact same method as described.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  MajorGrubert (CARLOSFERREIRAPINTO)
4912.6 
Thanks
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All