MantisBT - ParaView | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0013927 | ParaView | (No Category) | public | 2013-03-05 12:05 | 2015-01-11 08:27 | |||||
| Reporter | Patrick O'Leary | |||||||||
| Assigned To | Utkarsh Ayachit | |||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | 3.98.1 | |||||||||
| Target Version | Fixed in Version | 4.0 | ||||||||
| Project | LANL-InSitu | |||||||||
| Topic Name | 13927_fix_text_bounding_boxes | |||||||||
| Type | incorrect functionality | |||||||||
| Summary | 0013927: Bounding box outline shows up in parallel batch python scripts | |||||||||
| Description | 1. every text has a white bounding box around it (see attached image) 2. the output lists the following error, although an image still gets generated ERROR: In /home/boonth/Desktop/xrage_pv/gitrepo/ParaView-3.98.0/VTK/Interaction/Widgets/vtkAbstractWidget.cxx, line 118 vtkTextWidget (0x83797d0): The interactor must be set prior to enabling the widget Maybe these two problems are related? Utkarsh and I tested out a number of possibilities and it only happens in parallel and batch. # ----------------------- Annotations ----------------------- textColor = [1.0, 1.0, 1.0] HeadingText = Text(Text='heading') HeadingRep = Show() HeadingRep.Interactivity = 0 HeadingRep.WindowLocation = 'UpperCenter' HeadingRep.Color = textColor HeadingRep.FontSize = 18 HeadingRep.Orientation = 0 HeadingRep.TextScaleMode = 'Viewport' UserText = Text(Text='boonth') UserRep = Show() UserRep.Interactivity = 0 UserRep.WindowLocation = 'UpperRightCorner' UserRep.Color = textColor UserRep.FontSize = 10 UserRep.Orientation = 90 UserRep.TextScaleMode = 'Viewport' TimeText = Text(Text='Time: %f s' % 1.9) TimeRep = Show() TimeRep.Interactivity = 0 TimeRep.WindowLocation = 'LowerLeftCorner' TimeRep.Color = textColor TimeRep.FontSize = 12 TimeRep.Orientation = 0 TimeRep.TextScaleMode = 'Viewport' datestring = current_date.strftime('%m/%d/%Y %I:%M %p') DateText = Text(Text=datestring) DateRep = Show() DateRep.Interactivity = 0 DateRep.WindowLocation = 'LowerRightCorner' DateRep.Color = textColor DateRep.FontSize = 12 DateRep.Orientation = 0 DateRep.TextScaleMode = 'Viewport' | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | https://www.vtk.org/Bug/file/9405/pv_prs_ref_00000000.png ![]() | |||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2013-03-05 12:05 | Patrick O'Leary | New Issue | ||||||||
| 2013-03-05 12:05 | Patrick O'Leary | File Added: pv_prs_ref_00000000.png | ||||||||
| 2013-03-06 10:27 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit | |||||||
| 2013-03-06 10:27 | Utkarsh Ayachit | Status | backlog => todo | |||||||
| 2013-03-06 10:27 | Utkarsh Ayachit | Status | todo => active development | |||||||
| 2013-03-06 13:33 | Utkarsh Ayachit | Topic Name | => 13927_fix_text_bounding_boxes | |||||||
| 2013-03-06 13:33 | Utkarsh Ayachit | Note Added: 0030415 | ||||||||
| 2013-03-06 13:33 | Utkarsh Ayachit | Status | active development => gatekeeper review | |||||||
| 2013-03-06 13:33 | Utkarsh Ayachit | Fixed in Version | => git-next | |||||||
| 2013-03-06 13:33 | Utkarsh Ayachit | Resolution | open => fixed | |||||||
| 2013-03-14 10:19 | Utkarsh Ayachit | Relationship added | related to 0013668 | |||||||
| 2013-03-14 10:38 | Utkarsh Ayachit | Fixed in Version | git-next => git-master | |||||||
| 2013-03-14 10:39 | Utkarsh Ayachit | Status | gatekeeper review => customer review | |||||||
| 2013-03-14 10:39 | Utkarsh Ayachit | Note Added: 0030431 | ||||||||
| 2013-05-18 20:00 | Utkarsh Ayachit | Fixed in Version | git-master => 4.0 | |||||||
| 2013-12-24 19:40 | Alan Scott | Note Added: 0032065 | ||||||||
| 2013-12-24 19:40 | Alan Scott | Status | customer review => closed | |||||||
| 2015-01-11 08:27 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master cd13609e | |||||||
| 2015-01-11 08:27 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master abf2095a | |||||||
| 2015-01-11 08:27 | Utkarsh Ayachit | Source_changeset_attached | => ParaView master b49329a3 | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||