1. 03.04.2021 1 коммит
  2. 02.04.2021 7 коммитов
  3. 01.04.2021 6 коммитов
  4. 31.03.2021 2 коммита
    • Victor Doval's avatar
      fixes #3987 (#4004)
      · 7b21a72b
      Victor Doval создал
      There as a trouble of creating itertools iterators from other iterator items... change one of the to regular matching strategy
      7b21a72b
    • Victor Doval's avatar
      matrix out format fix (#4003)
      · e816073d
      Victor Doval создал
      * matrix out format fix
      
      * apply @Durman api suggestions
      e816073d
  5. 30.03.2021 2 коммита
  6. 28.03.2021 5 коммитов
  7. 27.03.2021 1 коммит
  8. 24.03.2021 2 коммита
  9. 19.03.2021 4 коммита
  10. 18.03.2021 3 коммита
  11. 17.03.2021 1 коммит
  12. 16.03.2021 1 коммит
  13. 15.03.2021 3 коммита
  14. 14.03.2021 2 коммита
    • DolphinDream's avatar
      Update Display Nodes panel script
      · 7dbe3d54
      DolphinDream создал
      - add icons to the constrains layout nodes (width, height, aspect)
      - add node alignment within columns/bins (left, center, right)
      - var renaming, cleanup, comments
      - add logging debug instead of prints
      - add try/catch for spawning to avoid crashes
      - add try/catch for removal of spawned nodes to avoid (though this crash may be due to accessing already deallocated memory): needs further investigation or recoding
      - add feature to view all nodes (button in property panel) which calls "view all" nodes
      - speedup the binpacking using binary search for the optimal height instead of brute force search incrementing the height
      - add info to display (Property Panel) the displayed nodes, total nodes and hidden nodes (e.g. dependent nodes)
      - fix the binpacking to take the node spacing into account (leads to better matching of the desired grid width/height/aspect constraints).
      - take the DPI factor into account for all node spacing/locations (retina display fix)
      - allow the subcategories nodes to be also be displayed (e.g. Curve @ Nurbs)
      7dbe3d54
    • DolphinDream's avatar
      Add a few features
      · 6f29cd53
      DolphinDream создал
      - show objects in collection hierarchy
      - show only visible objects
      - sort objects by name
      6f29cd53