Files
Avatar-Toolkit/core
Yusarina 670115a947 VRM Added, Import Anything chages.
- Added VRM to the list of files able to be imported.
- Added error handling for missing vrm importer, will popup to the user telling them to download vrm addon.
- Removed automatically url opening as we should have user consent to open a url, automatic url opening goes against blenders best practices and can be a security concern.
- Optimised the way we import multiple models, the old way just added unnecessary complexity, The try-except block was used to iterate over self.files and set is_multi to True if no exception occurs. However, this is an unnecessarily complex way to determine if the list is non-empty. Simply checking the length of the list is more straightforward and efficient. The way we were using the try-except box could of also lead to silent failures which is not user friendly.
2024-10-14 00:13:08 +01:00
..
2024-07-25 02:25:09 +01:00
2024-07-08 09:13:52 +01:00
2024-09-22 14:50:26 -04:00
2024-07-29 13:03:31 -04:00
2024-09-04 20:16:34 -04:00
2024-10-14 00:13:08 +01:00
2024-07-24 19:27:46 -04:00
2024-09-20 16:48:51 +01:00
2024-07-29 13:03:31 -04:00