Wich commands-scripts are currently very usefull?

Next
 From:  Lordfox
6305.1 
Hello, I have a question, which scripts are currently very usefull? ;)

For my self, I look for a script to making or marking all (not-planar)points plane of a (not-planar)curve, is there a nice point script? ... for making curvepoints plane I use 1D-scaling tool :) but sometimes I wish a nice script or maybe a warning, if its going out of plane :)

I use often UnwrapCurve, and sometimes Rebuild, PointsToCurve, MarkOpenCurveStart ....

ok and the LightingTheme, but thats a UI Script ... ;)

EDITED: 26 Nov 2013 by LORDFOX

  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:  Frenchy Pilou (PILOU)
6305.2 In reply to 6305.1 
Look at the Shortcuts of a Pro! :)
http://moi3d.com/forum/messages.php?webtag=MOI&msg=5948.1

Some Andrei scripts are here! bottom message 10
http://moi3d.com/forum/messages.php?webtag=MOI&msg=6058.6
  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
6305.3 In reply to 6305.1 
Hi Lordfox,

> Hello, I have a question, which scripts are currently very usefull? ;)

It sort of depends a lot on the particular kinds of work that you're doing. Scripts that may be very useful to one person may not apply at all to the work that someone else is doing.

There is a big collection of scripts here:
http://kyticka.webzdarma.cz/3d/moi/

- 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:  Samuel Zeller
6305.4 
Here's some of the ones I use


Shift + H
(show/hide hidden lines)
script: /* Show hidden lines */ moi.view.showHiddenLines =! moi.view.showHiddenLines;


Shift+N
(show naked edges)
script: /* Show naked edges */ var gd = moi.geometryDatabase; gd.deselectAll(); var breps = gd.getObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getNakedEdges().setProperty( 'selected', true );


Cmd+E
(convert face to curve, need the script)
ConvertFaceToCurve


Z
(zoom on selection or zoom on everything if nothing is selected)
script:moi.ui.getActiveViewport().reset();


Space
(maximize the viewport below the mouse, or split one viewport in 4)
script:if ( moi.ui.mainWindow.viewpanel.mode != 'split' ) { moi.ui.mainWindow.viewpanel.mode = 'split' } else { var viewport = moi.ui.getViewportUnderMouse(); if ( viewport ) viewport.viewpanel.mode = viewport.name; }
--
shapenoid.com
  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:  Lordfox
6305.5 In reply to 6305.4 
Hey thanks, the page http://kyticka.webzdarma.cz is very very huge ....

but I couldn't find ther the Curve To Face plugin, is this simialr like unwrap curve?!
  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:  BurrMan
6305.6 In reply to 6305.5 
"""""""""but I couldn't find ther the Curve To Face plugin, is this simialr like unwrap curve?!""""""""

It is here.

http://moi3d.com/forum/index.php?webtag=MOI&msg=5667.3

But notice it was a special request for special situation.
  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