sketchucation logo sketchucation
    • Login
    1. Home
    2. Stray
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    Posts

    Recent Best Controversial
    • 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
    • 1 / 1