Announcement

Collapse
No announcement yet.

Crash 3ds Max when try get FileName property of FstormBitmap

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

  • Crash 3ds Max when try get FileName property of FstormBitmap

    Simple try access to FileName property of FstormBitmap in any way crash 3ds Max

    tested on 3ds Max 2018
    FstormRender : 1_1_10f and 1_2_1f


    PHP Code:
        renderers.Current FstormRender() 
        
    fstormMat Fstorm()
        
        
    map FstormBitmap bitmap:( selectBitMap() )
        
    fstormMat.diffuse_tex map
        
        map
    .FileName                -- 3DsMax crash !!!!
        
    isProperty map #FileName    -- 3DsMax crash !!!! 
    Asset Managers - most advanced tools for working with 3ds Max assets.

  • #2
    I am not strong in max script

    This is what I got

    renderers.Current = FstormRender()
    fstormMat = Fstorm()

    map = FstormBitmap bitmap selectBitMap() )
    fstormMat.diffuse_tex = map

    map.FileName
    "D:\Temp\14853131_712855938866726_8236575416154887 949_o.jpg"

    May be someone else can comment it.

    Comment


    • #3
      Just in case, I will clarify - did you use the version 1.1.10f or 1.2.1f?
      Or is it already fixed in a newer version and how can I download the latest demo version?

      P.S. I stability receive this bug and one from my customers also write about crashing of 3ds Max

      Thanks.
      Asset Managers - most advanced tools for working with 3ds Max assets.

      Comment


      • #4
        Originally posted by Kstudio View Post
        Just in case, I will clarify - did you use the version 1.1.10f or 1.2.1f?
        Or is it already fixed in a newer version and how can I download the latest demo version?

        P.S. I stability receive this bug and one from my customers also write about crashing of 3ds Max

        Thanks.
        There should not be any difference between 1.1.10 and 1.2.1.
        So, hard to say.

        Comment


        • #5
          Please Help Me to Download

          Comment


          • #6
            NO option to download on website

            Comment

            Working...
            X