TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
316 stars 16 forks source link

3D Widget undo and redo #60

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

This is implementation for the 3D widgets only. If we have time, I'll be working on another branch which is for undo/redo of the panel buttons.

TheDuckCow commented 1 year ago

Requesting your review of so-far code changes, I'll either make another branch for the remainder or end up not getting to it for this release.

bdog2112 commented 1 year ago

Encounted error on startup: res://addons/road-generator/ui/road_point_panel.gd:133 - Parse Error: The identifier "PointInit" isn't declared in the current scope.

Will review the code changes and provide feedback.

TheDuckCow commented 1 year ago

Re-requesting review to see if we can at least merge what's here so far. I'm working in another branch some other changes.

TheDuckCow commented 1 year ago

Nice QA work finding that undo/redo oddity of the prior magnitude. I was able to fix it so it's reliably working now, but quite frankly the fix doesn't make much sense to me. I'm happy to live with it in the meantime, so I'll be merging this shortly.