cgt139746852
@cgt139746852
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 196
Reply
RE: Locate the largest gap in a sequence of numbers

you can’t get the result without traverse every elements

5 years ago
Forum
Reply
RE: Alignment or rotation of objects

AEI: dirnormal = ((eulerangles 0 0 -90) as matrix3 * Bone.transform).row3 I did a mistake , for this problem , just need use bone.transfor.row1 …

5 years ago
Forum
Reply
RE: Alignment or rotation of objects

I think you havn’t learn matrix , you can use a -90 angle matrix multiply left the bone’s transform to get the Z-based matrix , you can calculate …

5 years ago
Forum
Reply
RE: Alignment or rotation of objects

that’s what you have created dummy’s dir

5 years ago
Forum
Reply
RE: Alignment or rotation of objects

planenormal = [0,0,1] — the plane normal dirpos = [0,0,0] — the dummy pos dirnormal = [0.781506,0.493022,0.382331] — the bone direction xx = norm…

5 years ago
Forum
Reply
RE: Finding common item from many arrays

makeuniquearray all array , then join them , sort it , if same element amount is array amount , then the element is the common , you can use ar…

5 years ago
Forum
Reply
RE: Dynamic rollout button size

I checked it in 2019 manual , not update them

5 years ago
Forum
Reply
RE: Dynamic rollout button size

they update the properties in 2021 ?

5 years ago
Forum
Reply
RE: Dynamic rollout button size

you can search dotnet , there are lots of examples

5 years ago
Forum
Reply
RE: Dynamic rollout button size

size is not be accessed after created , you need dotnet controls

5 years ago
Forum
Reply
RE: Check 2 arrays and delete items

fn GetAoutB asel bsel = ( for o in bsel where (n = finditem asel o) > 0 do deleteItem asel n asel ) this is the function about difference s…

5 years ago
Forum
Reply
RE: Check 2 arrays and delete items

deleteItem array index index is number not node you need use finditem to get the number

5 years ago
Forum
Reply
RE: Create a scripted helper with the pivot at the bottom

you must create mesh by yourself , use a box or mesh method to create it

5 years ago
Forum
Reply
RE: Three dimension array?

if you can’t understand I posted array , the dictionary also hard to read mxs below is how to create a dictionary your image shows array1=#(“b1”,”b2…

5 years ago
Forum
Page 7 / 14