blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
920 stars 36 forks source link

Ability to convert just currently selected blocks into godot mesh #185

Closed darkhog closed 3 days ago

darkhog commented 5 days ago

Sometimes you want to build your level using the blocks in general, but still need to convert specific blocks to e.g. use it as a base of an Animatable Body 3d to make a moving platform from. Or to use the collision as a collider for Area3D. However the current convert to godot mesh function converts all blocks that are in the scene. An alternative one that only converts the blocks that are selected in the scene tree, would be really appreciated.

blackears commented 3 days ago

I've just pushed a change for this.