Announcement

Collapse
No announcement yet.

summed area to pyramidal filtering

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

  • summed area to pyramidal filtering

    hello all

    I got archinteriors 11. now I want to change the settings and get an error while rendering. It seems I have to change the filtering mode to pyramidal. now all bitmaps are set to summed area...

    anyone knows a workaruond to to this automatically?

    best regards
    themaxxer
    Pixelschmiede GmbH
    www.pixelschmiede.ch

  • #2
    There is a tool in the Blur Script Pack that will change them en masse.
    Eric Boer
    Dev

    Comment


    • #3
      Code:
      bm=getclassinstances bitmaptexture
      
      for i in bm do i.filtering=1
      fire this one up, and it's done.

      Lele

      Comment


      • #4
        Actually it's:

        Code:
        bm=getclassinstances bitmaptexture
        
        for i in bm do i.filtering=0
        (I think)
        MDI Digital
        moonjam

        Comment


        • #5
          0 is pyramidal, 1 is summed area, 2 is none...

          Lele

          Comment


          • #6
            Re: summed area to pyramidal filtering

            Originally posted by themaxxer
            It seems I have to change the filtering mode to pyramidal.
            MDI Digital
            moonjam

            Comment


            • #7
              duh! moment for me.
              /me hides...

              Lele

              Comment

              Working...
              X