Mod Tool: Difference between revisions

213 bytes added ,  5 September 2012
m
no edit summary
m (yes i'm hopelessly distributed ....)
mNo edit summary
Line 700: Line 700:
step 1: getting a starting point (in this case the pelvis)
step 1: getting a starting point (in this case the pelvis)


  'SelectNeighborObj
  'SelectNeighborObj [parameter1], [parameter2], [parameter3], [parameter4]
  'options of the second parameters that works with first parameter "child"
  'options of the second parameters
  '0 go one level up
  '0 go one level up
  '1 go one level down
  '1 go one level down
Line 723: Line 723:
  msgbox "Make sure that the pelvis object holds the word ""pelvis""."  & vbCRLF & "It must be part of the name.", , "error"
  msgbox "Make sure that the pelvis object holds the word ""pelvis""."  & vbCRLF & "It must be part of the name.", , "error"
  else
  else
  SelectNeighborObj child, 0
  ' we work with selection here, so first parameter is optional and can be left out
' the second parameter is 0 by default so we can also left it out
' SelectNeighborObj [parameter1], [parameter2]
SelectNeighborObj
  end if
  end if
  loop
  loop
8,452

edits