Advertisement
Guest User

yosh64

a guest
Jul 29th, 2007
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2. Blender.Object.Get() <- lists objects...
  3.  
  4. blender data/functions
  5. get
  6.  
  7. object data/functions
  8. getAction, getBoundBox, getData, getLocation, getMaterials, getMatrix, getName, getParent, getParentBoneName, getType,
  9. getPose
  10.  
  11. mesh data/functions
  12. getVertGroupNames, getVertexInfluences, getVertsFromGroup, materials, faces, verts,
  13. name, transform, hasFaceUV, hasVertexUV, getUVLayerNames, activeUVLayer, calcNormals
  14.  
  15. materials data/functions
  16. amb, spec, emit, getAmb, getSpec, getEmit
  17.  
  18. armature data/functions
  19. bones, name, vertexGroups
  20.  
  21. bone data/functions
  22. children, hasChildren, hasParent, length, matrix, name, parent, weight,
  23. getAllChildren, head, tail
  24.  
  25. pose data/functions
  26. bones
  27.  
  28. posebone data/functions
  29. loc, localMatrix, name, parent, poseMatrix
  30.  
  31. action data/functions
  32. getFrameNumbers, getName
  33.  
  34. verts, and faces data/functions
  35. count, index, sort
  36.  
  37. vert data/functions
  38. co, no, uvco
  39.  
  40. face data/functions
  41. image, mat, materialIndex, normal, smooth, transp, uv, v
  42.  
  43. image data functions
  44. filename, getFilename, getSize, size
  45.  
  46. v data/functions
  47. co, index, no, uvco
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement