1. 30 Mar, 2023 1 commit
  2. 29 Mar, 2023 4 commits
  3. 24 Jun, 2022 2 commits
  4. 11 Feb, 2022 1 commit
  5. 10 Feb, 2022 3 commits
  6. 08 Feb, 2022 1 commit
  7. 03 Feb, 2022 2 commits
  8. 01 Feb, 2022 1 commit
  9. 31 Jan, 2022 1 commit
  10. 14 Jun, 2021 4 commits
  11. 12 Jun, 2021 1 commit
  12. 10 May, 2021 1 commit
  13. 26 Apr, 2021 6 commits
  14. 24 Mar, 2021 3 commits
  15. 03 Jan, 2021 3 commits
  16. 01 Jul, 2020 1 commit
  17. 18 May, 2020 2 commits
  18. 17 May, 2020 1 commit
  19. 09 May, 2020 1 commit
  20. 08 May, 2020 1 commit
    • Adding option to skip loading models from subdirectories (#767) · 508d06a8
      ethanbresler authored
      Currently, the models annotator automatically attempts to find a class with a matching name at the bottom of project's directory tree before going up into specific engine's models.  This causes issues with models that share names with classes in other engines or lower classes in the project's directory.   This PR adds the option to skip attempts to load classes from lower directories and just uses the model's file path directly. 
      
      #674