VVaari
@vvaari
New Member
Joined: Feb 15, 2024
Topics: 15 / Replies: 40
Reply
RE: Enable / Disable modifier?

<modifier>.enabled ? $foo.modifiers[2].enabled = false — turn off 2nd modifier

15 years ago
Forum
Reply
RE: Listbox items…

Check out FileStream Values from help and use those methods to open and read file. You can for example read and append each line to an array and use t…

15 years ago
Forum
Reply
RE: dropdownlist selected value as property of scripted plugin helper

If you set LightName type to #integer ,you get the index of selected dropdown item. I don’t know if you can get the actual text.

15 years ago
Forum
Reply
RE: Thumbnail and button in same group

Heres a quick example. Code assumes that you have your maxfiles in c: est and thumbnails are same name than max files (myScene1.max, myScene1.jpg etc….

15 years ago
Forum
Reply
RE: Thumbnail and button in same group

Does it have to be buttons? I’ve done similar task using dotnet listview with LargeIcon style.

15 years ago
Forum
Reply
RE: Dotnet <> Max Combobox

MerlinEl, may I ask why you are creating dotnet array for combobox? You can use normal maxscript arrays with most dotnet controls.

15 years ago
Forum
Reply
RE: show/hide user-interface controls based on dropdownlist selection

on selected drpLightName i do should be on drpLightName selected i do

15 years ago
Forum
Reply
RE: Here is what I have been working on slowely.

Looks nice and useful! Maybe it could also display objects user defined properties (whole buffer or properties user want to see). Is this commercial p…

15 years ago
Forum
Reply
RE: Get current function name

Looks like Bobo beat me by parsing stack() fn printDebug message:”” debugLevel:1 = ( local debugLevels = #(true,false,true) if(deb…

15 years ago
Forum
Topic
Forum
Replies: 9
Views: 26
Reply
RE: getSavePath no longer returns path?

Works fine here. ( local savePath = getSavePath() print savePath )

15 years ago
Forum
Reply
15 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: vray shadows on with maxscript?

Check this out: $Spot01.shadowGenerator = VRayShadow()

15 years ago
Forum
Reply
RE: Decimal Place

Couple easy ways: local num = dotNetObject “System.Double” 1.2345 local decimals = 1 local result = ((dotNetClass “System.Math”).round num decimals)…

15 years ago
Forum
Page 2 / 4