kikialex
@kikialex
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 16
Reply
RE: "in coordsys" without creating any nodes

You have to multiply the point with the matrix: mat1 = matrix3 [1,0,0] [0,1,0] [0,0,1] [30,15,2] p1 = point3 0 0 0 p2 = p1 * mat1 –[30,15,2]

16 years ago
Forum
Reply
RE: animate vertex color – do i need a hack?

For 3D Max there is no difference between vertex-color and UVW’s ,this script is working with that You don’t need mapping for the objects affected by …

16 years ago
Forum
Reply
RE: animate vertex color – do i need a hack?

macroScript Uvw_Vertex_paint_Animation_Tool category:”Alex_tools” toolTip:”” ( local qwasdew1234bbbbbbbbbbb = false …

16 years ago
Forum
Reply
RE: is there a right way to "DETRIANGULATE"!!

fn gaseste_daca_unghiu_dintre_tri_e_mic intrare index_1 index_2 = ( test_1 = polyop.getFaceNormal intrare index_1 test_2 = polyop.getFaceNorm…

16 years ago
Forum
Topic
Reply
RE: Active checkbox in Advanced Lighting tab

–stop Advanced Lighting renderpresets.Load 0 (GetDir #maxroot + “\\renderpresets”+ “\\3dsmax.scanline.no.advanced.lighting.draft.rps”) #{33} -…

17 years ago
Forum
Reply
RE: Change User Path for textures

–change all the file paths to the selected dir new_dir = getSavePath() if ((new_dir != undefined) and (new_dir != “”)) do ( mat_t = getClassInstances …

17 years ago
Forum
Reply
RE: Scale edges?

fn _scale_edge _object _x _y _z = ( if ((classof _object) == Editable_Poly) do ( selectie = polyOp.getVertsUsingEdge _object (polyop.getedgeselect…

17 years ago
Forum
Reply
RE: Maxscript -> Txt file

fn unde_face = ( –file type rez = getsavefilename types:“txt|*.txt” return rez ) fn c_s = ( din_ce = unde_face() if (din_ce != “”) or (din_ce != unde…

17 years ago
Forum
Reply
RE: Obtaining a list of textures from multisub materials.

Hi, I’m happy you found my answer helpful, I just wanted to say that “cat_total” is not used in that piece of code

17 years ago
Forum
Reply
RE: Obtaining a list of textures from multisub materials.

–where to create the file(nume_unde) fn c_dump nume_unde = ( if nume_unde != “” do ( try( fis_1 = createfile nume_unde mng = #() cat_total = 0 mng = g…

17 years ago
Forum
Reply
RE: Possible to improve this SoftSelect Falloff Script?

macroScript falloff_2 category:“MyScripts” toolTip:”” ( rollout falloff_mouseRollout “Untitled” width:344 height:25 ( slider sld1 “” pos:[51,1] width:…

17 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: copy camera and target?

new_cam = Targetcamera name:“new_cam” new_tg = TargetObject name:“x1” $x1.lookat = $new_cam $new_cam.transform = $Camera01.transform $x1.transform = $…

18 years ago
Forum
Reply
RE: UVW problem

I want to make a script that will help you change the uv from the viewport

18 years ago
Forum
Page 1 / 2