Klunk1
@klunk1
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 650
Reply
RE: UVW Unwrap unknown Error

no probs, there maybe something there you can use, i’ve added a non distorting UV mapping option just to increase the complexity a bit

11 years ago
Forum
Reply
RE: UVW Unwrap unknown Error

it’s often easier to generate the Geometry and UV’s on the fly as it were to get the results that you want. the profile code is from DenisT, very coo…

11 years ago
Forum
Reply
RE: Reset pickbutton?

to set the button to it’s initial state you should also add the following PickBtnA.object = undefined

11 years ago
Forum
Reply
RE: Undo on/off controled by check box.

sorry, it works if you use the with keyword try(destroydialog UndoTest)catch() rollout UndoTest “UndoTest” width:90 height:60 ( button btnApply “A…

11 years ago
Forum
Reply
RE: Undo on/off controled by check box.

the undo is a context not a state… checkbox useUndo “Use Undo” pos:[8,66] width:64 height:19 checked:true; undo useUndo.checked ( box(); ) …

11 years ago
Forum
Reply
RE: Plugin development – getting started = pain

being able to build UIs with the Winforms design tools & controls everything available to c# is also available to visual studio c++ and visual b…

11 years ago
Forum
Reply
RE: Plugin development – getting started = pain

first port of call for any plugin development is the samples in the sdk. Find the plugin that most closely matches what you want to do and start from …

11 years ago
Forum
Reply
RE: Full Transparent Button In Maxscript Rollout

what if you try… Images = #(“AtmosApp_16i.bmp”, “AtmosApp_16a.bmp”, 3, 1, 1, 1, 1, true);

11 years ago
Forum
Reply
RE: Full Transparent Button In Maxscript Rollout

local ExpBtnImages = #(“qExport_16i.bmp”, “qExport_16a.bmp”, 2, 1, 1, 1, 1, true); button do_the_export_btn offset:[14,-3] images:ExpBtnImages…

11 years ago
Forum
Reply
RE: How to call ILogSys.LogEntry() in Max.NET

Where message is a regular string, with nothing fancy in it. what type is it exactly ? if its a “regular” c# string class then try message.ToCharA…

11 years ago
Forum
Reply
RE: check if gizmo/helper have atmosferic/effect

fn IsGizmoUsedInAtmospherics gizmo = ( found = false; for i = 1 to numAtmospherics while not found do ( atmos = getAtmospheric i; …

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: scaling nodes

does it ? :surprised doesn’t here even if the other node is scaled about the origin or any other random point.

11 years ago
Forum
Reply
RE: scaling nodes

$Teapot01.scale = $Teapot02.transform.scale

11 years ago
Forum
Page 5 / 46