View Issue Details

IDProjectCategoryView StatusLast Update
0002802FreeCADFeaturepublic2016-12-15 21:17
ReporterChris_G Assigned Towmayer  
PrioritylowSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version0.17 
Summary0002802: Set a name to coin rootnodes of objects
DescriptionIn the Tools -> Scene Inspector, there is a "Name" column that is not used.
It would be way more easy to navigate and find objects if the "Name" attribute was set.

For example :
- open the Scene Inspector on a document with some objects.
- run this in the python console :

for o in FreeCAD.ActiveDocument.Objects:
    o.ViewObject.RootNode.setName(str(o.Label))

- refresh the Scene Inspector
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master b97f93c5

2016-12-15 22:16:19

wmayer

Details Diff
issue 0002802: Set a name to coin rootnodes of objects Affected Issues
0002802
mod - src/Gui/SceneInspector.cpp Diff File
mod - src/Gui/ViewProvider.cpp Diff File
mod - src/Gui/ViewProviderDocumentObject.cpp Diff File
mod - src/Gui/ViewProviderDocumentObject.h Diff File
mod - src/Gui/ViewProviderGeometryObject.cpp Diff File

Issue History

Date Modified Username Field Change
2016-12-01 09:30 Chris_G New Issue
2016-12-15 21:16 wmayer Changeset attached => FreeCAD Master master b97f93c5
2016-12-15 21:17 wmayer Status new => closed
2016-12-15 21:17 wmayer Assigned To => wmayer
2016-12-15 21:17 wmayer Resolution open => fixed
2016-12-15 21:17 wmayer Fixed in Version => 0.17