sketchucation logo sketchucation
    • Login
    1. Home
    2. Stray
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    Stray

    @Stray

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Stray Unfollow Follow
    registered-users

    Latest posts made by Stray

    • RE: [Plugin] Smoothstep Animation

      I made a small change to Whaat's code so it pads the filenumbers with leading zeroes, I hope you don't mind.

      Just change this line (line 107):

      @image_path=File.join(@export_path,@filename+"#{@frame}"+".#{@format.downcase}")
      

      to this:

      @image_path=File.join(@export_path,@filename+"#{@frame.to_s.rjust(10, '0')}"+".#{@format.downcase}")
      

      Thanks for the plugin Whaat! Best regards.


      A very slightly modified version of Whaat's Smoothstep Animation script that pads the output filenames with zeroes for better sorting.

      posted in Plugins
      S
      Stray