Moo-Ack-Productions / MCprep

Blender python addon to increase workflow for creating minecraft renders and animations
https://theduckcow.com/MCprep
GNU General Public License v3.0
287 stars 24 forks source link

Fixing typing which was breaking blender 2.90 and 2.80 builds #614

Closed TheDuckCow closed 3 months ago

TheDuckCow commented 3 months ago

Also fixing the name for the test runner on master, which wasn't triggering before.

All tests pass across all versions of blender I have locally now

-------------------------------------------------------------------------------
bversion    ran_tests   ran skips   failed  errors
-------------------------------------------------------------------------------
(4.2.0)     all_tests   69  2   0   No errors
(4.0.2)     all_tests   69  2   0   No errors
(3.6.2)     all_tests   69  2   0   No errors
(3.5.1)     all_tests   69  2   0   No errors
(3.4.0)     all_tests   69  2   0   No errors
(3.3.1)     all_tests   69  2   0   No errors
(3.2.1)     all_tests   69  2   0   No errors
(3.1.0)     all_tests   69  2   0   No errors
(3.0.0)     all_tests   69  2   0   No errors
(2.93.0)    all_tests   68  3   0   No errors
(2.90.1)    all_tests   68  3   0   No errors
(2.80.75)       all_tests   67  4   0   No errors
tests took 303s to run, ending with code 0
TheDuckCow commented 3 months ago

FYI only @StandingPadAnimations, such a minor PR that I'll just go ahead and merge. But not sure if we have this example code elsewhere that we might want to update the reference for it there too.