My big current project
(I don't give too much information coz it is a professional project )
Thank you sir for pointing me out to this! It really is a great improvement.OficineRobotica wrote: ↑Sat Mar 16, 2019 6:33 am@bitacovirThe right side panel is just the combo view where i pulled up the "data view" widget to cover the tree. The left side view is the Glass addon (download with the addon manager) wich @triplus was kind enough to help me to modify. It's really easy tough. Once downloaded the addon go to your .FreeCAD/Mod/Glass/ folder then replace the line 35 of GlassGui.py with:Code: Select all
dock = mw.findChild(QtGui.QDockWidget, "Tree view")
On line 77 chose a "color"(of the text) that suits your 3d view background preference .It is incredible how a small change can inhance the workflow especially when working with multi body files. It gets dificult for me to get back to the clasic interface after using this kind of arrangement.Code: Select all
widget.setStyleSheet(" background:transparent; border:none; color:white;")
It works with the py3/qt5 appimage version. There is some discusion here: https://forum.freecadweb.org/viewtopic.php?f=34&t=32397
Hi and welcome to the forum!
Nope, they teaching modeling using Autodesk Inventor.chrisb wrote: ↑Tue Jul 16, 2019 6:56 amHi and welcome to the forum!
Did they use FreeCAD in the course as well?
You can improve the presentation of your nice project if you show only the relevant parts of it, i.e. only the tree and 3D view and consider removing the grid as well.
Edit: Finally you should upload the image to the forum as it is not visible for us users.