MegaShapes

MegaFiers v2.38 and MegaShapes v1.42 released

We have just updated both MegaFiers and MegaShapes with improvements to the spline system used by both systems. We have added a simple Line Spline helper shape where you can define how many points you want the spline to made from, this is a nice easy starting point for creating new splines instead of trying to straighten out the other shapes. We have also added a beta of a constant speed bezier system for the spline interpolator, as you may have noticed with normal bezier splines you can get regions where where an object moving along the spline will speed up or slow down, this is due to uneven spacing of knots and knot handles of different lengths etc, this is usually not a problem and in most cases not really noticeable or objectionable but there are times when you do want constant speed along the spline for example deforming a mesh a long a spline or building lofts it is nice to have the option to not have the loft or mesh deform on say tight corners. So now each spline has the option to turn on Constant speed and with that there is a Calc Subdivs value per spline which you can increase or decrease to improve the accuracy of the constant speed interpolation, the default value is 10 which works for most cases, if you have very large gaps between knots then you may need to increase this.

We have also added the help pages for the Dynamic hose and the tracked vehicle systems and updated the MegaShape help pages. The simple loft layer in MegaShapes has also had a twist curve added to it.

Changes in MegaShapes

    Added basic Line Shape to the helper shapes so you can create a simple straight line spline and set the number of points as a useful starting spline.
    Added Beta of Constant Speed option to splines, you can choose per spline if it is a constant speed bezier spline or a normal bezier spline.
    Calc Subdivs value added this will make length calculations more accurate the higher the value, will also make the constant speed interpolation more accurate. This can be set per spline.
    Tank Track help page added.
    Hose help page added.
    Twist curve added to simple loft, useful for doing banked corners etc
    Option added to Simple Loft to Reset curves so there is a keyframe for each knot on the spline, useful when using twist curves etc.
    Fixed bug which showed Duplicate and Delete buttons as greyed out on Scatter layers.
    Updated MegaShapes docs
    Added docs for the meshing options for MegaShapes.
    Added methods to ShapeFollow to allow easy creation of follow targets and getting targets so the weights etc can be adjusted.

Change in MegaFiers

    Changed WaitOne method so valid on IOS stripped builds.
    Added basic Line Shape to the helper shapes so you can create a simple straight line spline and set the number of points as a useful starting spline.
    Added Beta of Constant Speed option to splines, you can choose per spline if it is a constant speed bezier spline or a normal bezier spline.
    Calc Subdivs value added this will make length calculations more accurate the higher the value, will also make the constant speed interpolation more accurate. This can be set per spline.
    Tank Track help page added.
    Hose help page added.