Announcement

Collapse
No announcement yet.

VrayHdri converter tool error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • VrayHdri converter tool error

    hi,
    I'm trying to use "vray bitmap to vrayhdri texmap converter" but always strugle with a maxscript error.

    Anybody knows how to fix it?

    thank you.

    leo
    Attached Files
    Surrealismo
    https://www.facebook.com/surrrealismo

  • #2
    I had similar errors. I've been fixing some of them over time and added function to convert .tx files. I've attached modified script.

    You have to edit script and change those lines at the start:

    -- config
    img2tiledexr_path = "G:\GFX\TOOLS\img2tiledexr.exe"
    maketx_path = "G:\GFX\TOOLS\maketx.exe"
    defaulttx_parameters = " -v -u --oiio --checknan --filter lanczos3"
    -- config here

    Just put correct paths to converters. If you don't want to convert and just change bitmaps to VRayHDRI loaders, you don't need to edit those.

    Best,

    Tomasz
    Attached Files
    @wyszolmirski | Dabarti | FB | BE

    Comment


    • #3
      thank you Tomas!!
      is it better to convert it to tiled exr?
      Surrealismo
      https://www.facebook.com/surrrealismo

      Comment


      • #4
        I added tx support to test this out. And I didn't see much difference from tiled exr other than smaller filesizes (if you don't need 32 or 16 bit).

        But that's something worth checking out more.

        I want to add also support for converting files from inside VRayHDRI. As we always use it for loading textures... and at later stages we tend to convert it to tiled if we hit memory issues.

        In general what I've found is this:
        jpg/tga loaded via Bitmap is slower than loaded with VRayHDRI
        Usually tiled exr / tx render a bit slower than jpg/tga but it can save huge amount of memory.

        Best,

        Tomasz
        Last edited by wyszolmirski; 21-11-2014, 05:25 AM.
        @wyszolmirski | Dabarti | FB | BE

        Comment


        • #5
          We fixed the MaxScript issue for the next SP.

          @Tomasz - thanks for sharing your observations, it's very helpful

          Best regards,
          Vlado
          I only act like I know everything, Rogers.

          Comment


          • #6
            it worked perfectly! thank you!!!
            Surrealismo
            https://www.facebook.com/surrrealismo

            Comment


            • #7
              vlado, do you have a release date for this service pack?
              Surrealismo
              https://www.facebook.com/surrrealismo

              Comment


              • #8
                Nope. As you know, we are not very good with release dates But I can get you a preview build if you are interested.

                Best regards,
                Vlado
                I only act like I know everything, Rogers.

                Comment


                • #9
                  that would be great! I'm interested
                  Surrealismo
                  https://www.facebook.com/surrrealismo

                  Comment


                  • #10
                    Ok then, can you email me to vlado@chaosgroup.com?

                    Best regards,
                    Vlado
                    I only act like I know everything, Rogers.

                    Comment

                    Working...
                    X