You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not actually return anything! The array is empty, because the _selector that is created has a max_level that it inherits from the ds_octree, which is set to 0. Setting it to any value at or greater than the maximum level will work to get all the values.
This is kind of a big deal I think, and probably worth being a blocker. I don't know when this was introduced.
The text was updated successfully, but these errors were encountered:
Some of the handlers are not correctly setting
max_level
, which then propagates to things likeds.r[:]
. For instance:This does not actually return anything! The array is empty, because the
_selector
that is created has amax_level
that it inherits from theds_octree
, which is set to 0. Setting it to any value at or greater than the maximum level will work to get all the values.This is kind of a big deal I think, and probably worth being a blocker. I don't know when this was introduced.
The text was updated successfully, but these errors were encountered: