Files
Avatar-Toolkit/functions
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-06-18 03:54:10 +01:00
2024-09-20 12:18:08 +01:00
2024-09-13 12:38:08 -04:00
2024-09-04 20:16:34 -04:00
2024-09-04 20:16:34 -04:00
2024-09-04 20:16:34 -04:00
2024-09-04 20:16:34 -04:00
2024-09-04 20:16:34 -04:00
2024-09-20 16:48:51 +01:00
2024-09-04 20:16:34 -04:00
2024-07-25 23:06:20 +01:00
2024-09-10 12:25:10 -04:00
2024-09-04 20:16:34 -04:00