V4 beta Oct-17-2018 available now - SubD to NURBS conversion

 From:  Michael Gibson
9100.209 In reply to 9100.207 
Hi Dinos, well with your shortcut key of:
_CVolume2 /*! Volume */

that's going to run the _CVolume2 command and pass "/*! Volume */" as a command line parameter to it. So that's different than your other launching method of just typing in _CVolume2.

The _CVolume2.js script happens to look at the command line for an optional angle value to use for the triangulation step. With the command line you are giving it, it's thinking you are requesting a 0 degree angle which will internally get converted into the minimum allowed angle and that will make for a much denser mesh thus taking additional time.

If you set your shortcut key to just plain _CVolume2 exactly like you are typing in you should then get the same result with the 2 different launching methods.

- Michael