View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001185 | FreeCAD | Bug | public | 2013-07-16 22:07 | 2013-12-20 20:44 |
Reporter | reprappermc | Assigned To | wmayer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.14 | ||||
Summary | 0001185: Planer image changes to number graphic when a part design constraint is made after the planar image | ||||
Description | v0.14, 2295 from the Ubuntu daily builds, build date 2013/07/07 I've been able to consistently reproduce this: Using the Image workbench, Create a planer image in 3D space function. Pick the image and complete. All if well. Switch to the Part Design workbench and create a sketch. Add a distance constraint to a segment in the sketch. This will change the planer image to an image of the constraint graphic. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
duplicate of | 0000971 | closed | mrlukeparry | FreeCAD | Tracing over a background image in Sketcher: image is overwritten by first dimensional constraint text |
related to | 0001164 | closed | yorik | Draft | Hatching |
2013-07-16 22:07
|
|
|
Interesting, I've had very similar issues with trying to setup hatch patterns in the draft module... You create one hatch pattern, all works fine. You create a second one, the 2 images get somehow "mixed" together. Internally I think the constraint text is also a texture image, so the problem look pretty much the same. Probably something to do with the way coin3d stores textures... |
|
This bug is a duplicate of 0000971. |
|
The problem was that the generation of a texture id, its binding and the release was commented out. Having several datum labels was working so it was unclear if the code was needed. Activating the code solved this issue: glGenTextures(1, &myTexture); glBindTexture(GL_TEXTURE_2D, myTexture); ... glDeleteTextures(1, &myTexture); |
|
git show 629e764 |
|
Excellent find! That must be the same problem that affects the hatches textures in draft... |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-16 22:07 | reprappermc | New Issue | |
2013-07-16 22:07 | reprappermc | File Added: Screenshot from 2013-07-16 18:07:06.png | |
2013-07-17 10:57 | wmayer | Status | new => confirmed |
2013-08-10 13:45 | yorik | Note Added: 0003448 | |
2013-08-16 00:06 | normandc | Note Added: 0003473 | |
2013-08-16 00:07 | normandc | Relationship added | duplicate of 0000971 |
2013-10-13 14:38 | wmayer | Status | confirmed => assigned |
2013-10-13 14:38 | wmayer | Assigned To | => wmayer |
2013-10-13 14:45 | wmayer | Note Added: 0003744 | |
2013-10-13 14:45 | wmayer | Note Added: 0003745 | |
2013-10-13 14:45 | wmayer | Status | assigned => closed |
2013-10-13 14:45 | wmayer | Resolution | open => fixed |
2013-10-13 14:45 | wmayer | Fixed in Version | => 0.14 |
2013-10-13 17:26 | yorik | Note Added: 0003747 | |
2013-12-20 20:44 | yorik | Relationship added | related to 0001164 |