1. 26.01.2019 3 коммита
    • DolphinDream's avatar
      Fix bug in Mesh Switch node
      · 9f850064
      DolphinDream создал
      I accidentally rearranged code last minute before merging and caused an "variable access before defined" bug :) oops. This update fixes it.
      9f850064
    • DolphinDream's avatar
      Merge pull request #2359 from DolphinDream/meshSwitchNode
      · 5e71cfc9
      DolphinDream создал
      New Mesh Switch node
      5e71cfc9
    • DolphinDream's avatar
      Add (new) MeshSwitch node
      · 6c5ba130
      DolphinDream создал
      The node allows to connect multiple mesh inputs (verts/edges/polys) and to select one of them to output. Useful for changing the input mesh model to be processed by a node tree.
      
      New input sockets are added as new meshes are connected to allow the next mesh (verts/edges/polys) to be connected.
      6c5ba130
  2. 23.01.2019 1 коммит
  3. 18.01.2019 1 коммит
  4. 17.01.2019 2 коммита
  5. 09.01.2019 6 коммитов
  6. 08.01.2019 3 коммита
  7. 06.01.2019 1 коммит
  8. 02.01.2019 7 коммитов
  9. 31.12.2018 2 коммита
    • DolphinDream's avatar
      Merge pull request #2341 from DolphinDream/quaternionNodes
      · 9df2933d
      DolphinDream создал
      Add Quaternion nodes
      9df2933d
    • DolphinDream's avatar
      Add quaternion nodes
      · 57106ac9
      DolphinDream создал
      - add 3 nodes: Quaternion In, Quaternion Out and Quaternion Math
      
      Quaternion In:
      Provides conversion from various quaternion components to quaternions (selectable via the mode option):
      - components wxyz
      - angle + axis
      - euler angles
      - matrix
      
      Quaternion Out:
      Provides conversion from quaterions to various quaternion components (selectable via the mode option):
      - components wxyz
      - angle + axis
      - euler angles
      - matrix
      
      Quaternion Math:
      Provides various quaternion arithmetic operations:
      
      ADD
      SUB
      MULTIPLY
      DIVIDE
      ROTATE
      DOT
      DISTANCE
      NEGATE
      CONJUGATE
      INVERT
      NORMALIZE
      SCALE
      MAGNITUDE
      
      Note: some operations take multiple quaternion inputs (input list grows as new sockets are connected), two quaternion inputs, single quaternion inputs, or quaternion + scalar input.
      57106ac9
  10. 29.12.2018 3 коммита
  11. 28.12.2018 1 коммит
  12. 25.12.2018 1 коммит
  13. 23.12.2018 1 коммит
  14. 18.12.2018 2 коммита
  15. 17.12.2018 1 коммит
  16. 13.12.2018 1 коммит
  17. 09.12.2018 1 коммит
  18. 07.12.2018 2 коммита
  19. 03.12.2018 1 коммит