Results 38 issues of Scott Vorthmann

_From @david-hall on March 31, 2015 2:29_ If any automatic axes are created but then removed with "undo" during the making of a model, I suspect that they are not...

_From @vorth on August 28, 2015 5:48_ viewing feature: zoom in/out until the entire model fills the view _Copied from original issue: vZome/vzome-desktop#12_

_From @vorth on August 28, 2015 5:49_ The control, shift, and option key modifiers for applying tools are not discoverable, and very hard to remember and combine. The modifiers need...

_From @vorth on August 28, 2015 5:53_ This could also be plane-plane intersection. Should it produce an "infinite" line, or a strut with end balls? How would the endpoints be...

_From @vorth on October 18, 2015 20:25_ In some circumstances, showing "used in model" orbits will throw repeated NPEs if there are several unknown orbits used in the model. I...

_From @vorth on March 5, 2015 8:10_ _Copied from original issue: vZome/vzome-core#3_

The User Guide does not stipulate the behavior of `update()` if the tween has been stopped (or never started).

Lines 392-3 in the User Guide don't make sense in context. I believe they should read: ``` trickyObj.setA(object.propertyA) trickyObj.setB(object.propertyB) ```