Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. add(index, weight, type)
  2. Add vertices to the group
  3.  
  4. Parameters:
  5. •index (int array of 1 items in [-inf, inf]) – Index List
  6. •weight (float in [0, 1]) – Vertex weight
  7. •type (enum in ['REPLACE', 'ADD', 'SUBTRACT']) –
  8. Vertex assign mode
  9. ◦REPLACE Replace, Replace.
  10. ◦ADD Add, Add.
  11. ◦SUBTRACT Subtract, Subtract.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement