rorycor

Results 5 comments of rorycor

Worked out that the snap elements are applied to walls, how could I get snap to work with items?

Hi, if your issue is putting a category inside a category, you register those categories like so: catalog.registerCategory('category-inside-category', 'Category Inside Category', [catalog.registerCategory('inside-category', 'Inside Category')]); That will give you a setup...

If you use layers the items in the topmost layers will always be displayed in front of items in layers below them. You're able to setup multiple layers by default...

A workaround to this that I've been using is to just have multiple layers but it would be nice to know what causes the ordering to change when a layer...

I've managed to since workaround this issue, the problem potentially came from me appending an object into my object in Blender then deleting said appended object at a later stage,...