space928 / Blender-O3D-IO-Public

A plugin supporting blender 2.79.x-3.x.x for importing and exporting OMSI .sco, .cfg, and .o3d files
GNU General Public License v3.0
36 stars 5 forks source link

Utility panel for regenerating/editing splines #54

Open space928 opened 1 year ago

space928 commented 1 year ago

It might be nice to write a little utility panel which allows users to edit spline parameters in Blender and have the mesh update in Blender. It could also provide utilities for automatic spline merging/baking and fine-grained tessellation control.

space928 commented 10 months ago

I've pushed a preliminary version of this to the dev branch, but there's still plenty of room for improvement. One of the big things is that spline updates are not propagated to dependent objects (other splines, terrain, spline attachements). Live update is also not yet implemented.