Jon-Huhn
07-22-2008, 12:39 AM
Just found this funny little trace of the "human factor", so to speak, in Max script.
Create a new Linear or Automatic exposure control and test it's .brightness property. Now test it's .brightess (missing the "n") property as well. They're one and the same! My guess is the misspelled version was introduced first, and not found until later, but was kept for backwards compatibility.
Wow... and to think that programmers are humans just like me (only smarter :cool: )
a=Automatic_Exposure_Control()
a.brightness
a.brightess
Create a new Linear or Automatic exposure control and test it's .brightness property. Now test it's .brightess (missing the "n") property as well. They're one and the same! My guess is the misspelled version was introduced first, and not found until later, but was kept for backwards compatibility.
Wow... and to think that programmers are humans just like me (only smarter :cool: )
a=Automatic_Exposure_Control()
a.brightness
a.brightess
