Announcement

Collapse
No announcement yet.

script for changing alpha source on multiple objects

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

  • script for changing alpha source on multiple objects

    I'm looking for script that will help to change Alpha Source settings on multiple selected objects from Image Alpha to None(opaque)
    I tried VMC Script but it' doesn't have this option.
    Luke Szeflinski
    :: www.lukx.com cgi

  • #2
    Hello,

    Let's try that:
    MyBitmaps = getClassInstances bitmapTexture
    for B in MyBitmaps do B.alphaSource = 2
    It will work on the whole scene though.
    Nicolas Caplat
    www.intangibles.fr

    Comment

    Working...
    X