conradbenzin
@conradbenzin
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 65
Reply
RE: MaxScript: Get target camera rotation from each keyframe

why would you need to have the target rotation? target is a dummy point around wich you’ll eventually rotate the camera so i guess you’d need the cam…

4 years ago
Forum
Reply
RE: Why is my timer not working?

he linked the page dotNet.setLifetimeControl theTimer #dotnet

4 years ago
Forum
Reply
RE: [MaxScript] Possible bug – can't access parameters in CA in a callback

Juliusz: that a lot of stuff in MaxScript had broken in the latest version dunno, never had big problems so far. i always defined the functions o…

4 years ago
Forum
Reply
RE: [MaxScript] Possible bug – can't access parameters in CA in a callback

this should work customFlags = attributes custFlags attribID:#(0x281c9c82, 0x33ddf1b5) ( parameters params rollout:controls ( value type:#integ…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

i know, i wrote it in post °10 since the blue channel maximum (or 1.0) is way less than the green i see no other options unless you want to normalize…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

so in the end the function would be fn swap_gb c = ( local nr =0.229 local ng =0.587 local nb =0.114 color c.r (c.b*nb/ng) (c.g*ng/nb) ) sw…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

this works ok with the displacement method this will exceed the 0-1 space tough so i’m not sure it will be good for the purpose ( nr =0.229 ng =0.58…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

Ok, i found this en.m.wikipedia.org Relative luminance Relative luminance follows the photometric definition of luminance, but…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

ok that blows me away… i understand now your point but numerically they are the same changing the background will also affect your perception doesn…

4 years ago
Forum
Reply
RE: Swap green for blue wisely

what do you mean by color intensity? i’m not sure but seems ok here to swap as you did in linear space tYyBqfPc6n.gif695x634 161 KB could it be a…

4 years ago
Forum
Reply
RE: Set ISpinnerControl value

thank you, it works perfectly this way maybe because of the dialog that opens in the correct page! thanks

4 years ago
Forum
Topic
Forum
Replies: 2
Views: 54
Reply
RE: Customize outer safe frame color

nevermind, setUIColor 41 [0.7,0.6,0.5] 41 was what i needed with “use custom interface gradient colors” as background option

4 years ago
Forum
Topic
Forum
Replies: 1
Views: 51
Reply
RE: How do you deduct from a slider.value?

your code is wrong, a function without name and equals. there are quite a few syntax errors try this and see if you can use it to fit your needs try…

4 years ago
Forum
Page 3 / 5