How to maintain dimension size?

Next
 From:  Matadem
11764.1 
Good day
I use a script almost dialy to screenshot and save my work to jpg.
Dont remember how its called ...
script: var prev_background = moi.view.viewportBackgroundColor; moi.view.viewportBackgroundColor = 0xFFFFFF; moi.view.lineWidth = 4; moi.grid.display = false; moi.grid.showXYAxes = false; moi.view.showAxisIcon = false; moi.view.showViewTitles = false; var img = null; try { img = moi.ui.getActiveViewport().render( 4000, 2500 ); } catch(e){} moi.view.lineWidth = 1; moi.grid.display = true; moi.grid.showXYAxes = true; moi.view.showAxisIcon = true; moi.view.showViewTitles = true; moi.view.viewportBackgroundColor = prev_background; var name = img.getSaveFileName(); if ( name != '' ) img.save( name );

But when I resize the dimensions to a bigger size...getting older lol
it does not save from what I see on the screen...

Is there a way to do this?

Tnx!
  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
11764.2 In reply to 11764.1 
Hi Matadem,

re:
> But when I resize the dimensions to a bigger size...getting older lol
> it does not save from what I see on the screen..

Can you show your version of the script where you've resized it?

- 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:  Michael Gibson
11764.3 In reply to 11764.1 
Hi Matadem,

re:
> I resize the dimensions to a bigger size

Do you mean you are increasing the size of the screenshot image, or do you mean you are editing dimension objects inside the model?

- 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:  Matadem
11764.4 
In Moi3d I have changed the dimension size to what I needed.
but when using the script it saves it small.

Tnx!
Image Attachments:
Size: 6.6 KB, Downloaded: 5 times, Dimensions: 186x133px
Size: 41.5 KB, Downloaded: 5 times, Dimensions: 461x355px
  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