Page MenuHome

OBJ: Use filename as the default object name
ClosedPublic

Authored by Jesse Yurkovich (deadpin) on Jun 6 2022, 5:00 AM.

Details

Summary

To match the existing Python .obj importer, and to make it easier for
the user to determine which object is which, use the filename for the
default object name instead of "New object".


The new STL importer will be using these same 3 lines of code. It can be de-dup'd at the time that STL is accepted or we could maybe find a better place for it now in common. Open for suggestions.

Diff Detail

Repository
rB Blender