Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
  2. Aug 09, 2023
  3. Jun 15, 2023
  4. Jan 12, 2023
  5. Nov 28, 2022
  6. Sep 30, 2022
  7. Sep 28, 2022
  8. Sep 22, 2022
  9. Sep 19, 2022
  10. Aug 30, 2022
  11. Aug 29, 2022
  12. Aug 28, 2022
  13. Aug 25, 2022
  14. Aug 24, 2022
  15. Aug 17, 2022
  16. Aug 14, 2022
  17. Aug 12, 2022
    • Ryan Inch's avatar
      Collection Manager: Fix T100326. Task: T69577 · af8d747d
      Ryan Inch authored
      Add guards to the functions triggered by checkbox updates
      in the preferences.  This prevents them from being called
      multiple times, such as when the mouse is hovered over
      the checkbox and the backspace key is repeatedly pressed.
      af8d747d
  18. Aug 10, 2022
  19. Aug 08, 2022
  20. Aug 06, 2022
  21. Aug 05, 2022
  22. Jul 29, 2022
  23. Jul 25, 2022
    • Scott Ramsay's avatar
      Node Wrangler: use utility function to populate switch menu · c27fd9ec
      Scott Ramsay authored
      Currently, the nodes in the Switch menu (Shift+S) are generated from Node
      Wrangler's own long static list of categories and nodes, which often goes
      out of sync when Blender changes.
      
      This changes to using the node_categories_iter utility which uses the correct
      list of available nodes from nodeitems_builtins.py.
      
      The submenu classes are now procedurally generated and registered in the same
      fashion as the add menu, but just with a different operator in their draw
      function.
      
      Removing the static lists required a couple changes outside of the Switch menu.
      Mostly having to compare types using the verbose node.rna_type.identifier.
      
      Includes improvements on the original patch by Benni Merz.
      c27fd9ec
Loading