View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001626 | FreeCAD | Feature | public | 2014-07-22 13:29 | 2021-12-08 01:59 |
Reporter | obbe | Assigned To | chennes | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.14 | ||||
Target Version | 0.20 | Fixed in Version | 0.20 | ||
Summary | 0001626: Transparency not respected when highlighting | ||||
Description | When a surface is highlighted the transparency of the material is not respected, causing sudden hiding of object behind the surface. I find this bad user experience since your view can change quite drastic as things gets obscured. | ||||
Steps To Reproduce | 1. Create random solid and set transparency to 80 % or so. 2. Place random solid behind the first solid. 3. Hover mouse over the first solid and what the second solid jump in and out of visibility. Naturally this applies to all geometries. | ||||
Tags | #lowhangingfruit, transparency | ||||
FreeCAD Information | |||||
related to | 0000848 | closed | abdullah | PartDesign | [PartDesign] Keep Transparency and Colors when adding a feature |
related to | 0001029 | closed | yorik | FreeCAD | Transparency lost in compound |
related to | 0002806 | closed | yorik | FreeCAD | Loading a boolean objects Transparency get lost |
related to | 0003028 | assigned | abdullah | PartDesign | [PartDesign] Per face colors and keeping colors when adding a feature |
|
I should perhaps mention that this also applies to selecting a geometry in the tree. |
|
glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glColor4f(1.0f, 1.0f, 1.0f, 0.5f); renderShape(...); glDisable(GL_BLEND); |
|
Forum thread: http://forum.freecadweb.org/viewtopic.php?f=10&t=19993 |
|
From https://forum.freecadweb.org/viewtopic.php?p=213895#p213895 |
|
No longer true in 0.20. Possibly fixed by 4c3371bf19. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-22 13:29 | obbe | New Issue | |
2014-07-22 13:31 | obbe | Note Added: 0004824 | |
2015-01-15 21:40 | wmayer | Note Added: 0005658 | |
2015-01-24 15:08 | wmayer | Target Version | => 0.16 |
2016-01-19 01:55 | yorik | Target Version | 0.16 => |
2017-01-17 20:55 | Kunda1 | Note Added: 0007856 | |
2017-02-02 17:42 | Kunda1 | Tag Attached: #lowhangingfruit | |
2017-02-10 04:59 | Kunda1 | Tag Attached: transparency | |
2017-02-10 05:07 | Kunda1 | Relationship added | related to 0000848 |
2017-02-10 05:07 | Kunda1 | Relationship added | related to 0001029 |
2017-02-10 05:09 | Kunda1 | Relationship added | related to 0002806 |
2018-02-07 16:03 | Kunda1 | Note Added: 0010928 | |
2018-05-30 23:47 | Kunda1 | Relationship added | related to 0003028 |
2018-10-05 23:49 | Kunda1 | Severity | trivial => minor |
2021-02-06 06:50 | abdullah | Target Version | => 0.20 |
2021-12-08 01:59 | chennes | Assigned To | => chennes |
2021-12-08 01:59 | chennes | Status | new => closed |
2021-12-08 01:59 | chennes | Resolution | open => fixed |
2021-12-08 01:59 | chennes | Fixed in Version | => 0.20 |
2021-12-08 01:59 | chennes | Note Added: 0016067 |