vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

VOXEDIT: StampBrush option to extend volume on the fly if the stamp exceeds the current volume region #441

Open mgerhardy opened 2 months ago

mgerhardy commented 2 months ago

ModifierVolumeWrapper should get a setRegion() and also mark that region as dirty then. The memento states must get checked, too - as the node volume pointer would get changed here, too (as a new volume was created)

also see #458