godot/scene/main
Juan Linietsky e086bccd63 Import 3D Scene Improvements
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

-If re-importing from the "dependency changed" dialog, edited scene will keep the local changes.
-Imported scene will keep track of changes in the source asset
-Geometry changes in source geometry or nodes with a different transform will be updated.
-Materials will be kept if changed locally.
-New nodes added will be kept
-If nodes were reparented or renamed, they will still keep track
-Deleted notes will be restored, use the -noimp option to avoid this.
-In general, you can trust that if you do local modifications to the imported scene, they will not be erased after re-import.
-Erasing your changes is done by re-importing from the "Re-Import" menu, re-opening the "Import 3D Scene" dialog. This wil re-import fresh.

Overall, This should allow you to work on a scene and see changes made to 3D assets in real-time.

So Please test!!
2014-06-19 02:23:03 -03:00
..
canvas_layer.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
canvas_layer.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
misc.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
misc.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
node.cpp Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
node.h Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
resource_preloader.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
resource_preloader.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scene_main_loop.cpp -Fixed viewport stretch bugs 2014-04-18 11:43:54 -03:00
scene_main_loop.h -Added google play services (needed for some stuff) 2014-04-14 22:43:44 -03:00
scene_singleton.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scene_singleton.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
timer.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
timer.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
viewport.cpp A bit of everything: 2014-05-14 01:22:15 -03:00
viewport.h A bit of everything: 2014-05-14 01:22:15 -03:00