Skip to content
Snippets Groups Projects
  1. Jun 13, 2022
    • Martin Felke's avatar
      fix accidentally re-added license header · 4ca8ca98
      Martin Felke authored
      The remote version didnt have the GPL Header in its full form before.
      So restoring this part to the original state.
      4ca8ca98
    • Martin Felke's avatar
      Fix T98840: Recursion Error with Development - Edit Operator Addon · e72fe78e
      Martin Felke authored
      In the prior versions of this addon I had to generate a list of builtin and standard python modules,
      which need to be excluded in the walk function.
      
      This function is being called recursively over all blender py modules
      and addon modules.
      
      Certain builtin or standard modules of python seem to have some recursion in their module structure,
      which needs to be avoided.
      
      Since Python 3.10, you can use 'sys.stdlib_module_names' for a basic list.
      Possibly the old method generated an incomplete list.
      e72fe78e
  2. Feb 11, 2022
  3. Mar 05, 2020
  4. Jan 29, 2020
  5. Nov 23, 2019
  6. Sep 24, 2019
  7. Sep 02, 2019
  8. May 24, 2019
  9. Jan 17, 2019
    • NBurn's avatar
      Update Add-ons class properties to annotations · aeabdc02
      NBurn authored
      This should take care of most of the class property conversions to
      use the new annotation format (colon instead of equals) for
      assignment. There may still be a few edge cases that were missed.
      aeabdc02
  10. Sep 13, 2018
  11. Sep 04, 2017
  12. Sep 02, 2017
  13. Jun 07, 2017
Loading