Karan886 / SnapToObject

An add-on/plugin written in python for a 3D creation suite called blender. This add-on/plugin allows users to align two 3D objects/Meshes together
1 stars 0 forks source link

STO-09: Last Modified Sub-Tool #9

Open Karan886 opened 5 years ago

Karan886 commented 5 years ago

To solve unordered selected objects list issue, create a sub-tool that adds a time/date property to any mesh that has been selected - with the help of event handler class that was previously implemented. This will allow us to sort the meshes in the selected objects list according to last selected date/time.

Karan886 commented 5 years ago

Use singleton design pattern so that we create only one instance of the EventHandler class.

Karan886 commented 5 years ago

This feature is put on hold because it is not important to have this functionality at the moment.