What happened:
rendering.get_all_ids() returns an array of sequential numbers equal to the length of valid ids.
What was expected:
rendering.get_all_ids() returns an array of valid IDs.
Case:
ID's 1-2, 5-8 are valid.
rendering.get_all_ids() returns 3 and 4, but omits 7 and 8. If I don't check is_valid() then this command causes an error trying to reference 3 and 4.
[0.18.17] rendering.get_all_ids() not behaving as expected
[0.18.17] rendering.get_all_ids() not behaving as expected
- Attachments
-
- bugreport rendering.zip
- (2.11 MiB) Downloaded 61 times
Re: [0.18.17] rendering.get_all_ids() not behaving as expected
Thanks for the report however you're using the result wrong. It's an array of IDs, you're using the index as the ID when it's just an index.
If you want to get ahold of me I'm almost always on Discord.