Orphen Posted January 1, 2021 Share Posted January 1, 2021 I've been looking at the blocks we can place that can be rotated in 45 degree increments and can't seem to figure out exactly what property allows them to do that. I've made a couple of new blocks utilizing some existing models to do different effects but I've noticed that when placing the original block that uses that model it can rotate 45 degree increments but my new block only rotates 90 degree increments. Can someone point me at what property needs to be used to allow the additional placement options? Link to comment Share on other sites More sharing options...
Telric Posted January 1, 2021 Share Posted January 1, 2021 <property name="AllowAllRotations" value="true"/> <!-- enables the 45 degree rotations --> Supposedly that's what makes it work at 45 angles. I didn't test though so idk if there's more to it than that. Link to comment Share on other sites More sharing options...
Orphen Posted January 1, 2021 Author Share Posted January 1, 2021 thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.