MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014256 | ParaView | (No Category) | public | 2013-08-29 12:46 | 2014-01-11 08:39 |
|
| Reporter | Alan Scott | |
| Assigned To | Dan Lipsa | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | 4.1 | Fixed in Version | 4.1 | |
| Project | Sandia |
| Topic Name | 14256-random-attribute-generator |
| Type | incorrect functionality |
|
| Summary | 0014256: Random color filter |
| Description | We need a filter that will paint cells by random colors. This is different than the new catigorical color code.
An example would be to paint disk_out_ref.exo by GlobalElementId.
For this bug, lets make the filter dumb. In other words, don't worry about cells that end up the same color next to each other (that are not in contiguous GlobalElementId order).
An example of what I want is shown by creating a random number in the calculator. It is part of my tutorials here: http://www.paraview.org/Wiki/Beginning_Filters#Calculator_filter [^]
|
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | 0011856 | closed | Utkarsh Ayachit | Add filter that creates block id variables |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2013-08-29 12:46 | Alan Scott | New Issue | |
| 2013-08-29 21:20 | Utkarsh Ayachit | Target Version | => 4.1 |
| 2013-10-29 11:09 | Utkarsh Ayachit | Assigned To | => Dan Lipsa |
| 2013-11-04 15:12 | Dan Lipsa | Status | backlog => active development |
| 2013-11-13 14:45 | Dan Lipsa | Topic Name | => 14256-random-attribute-generator |
| 2013-11-15 09:02 | Dan Lipsa | Note Added: 0031857 | |
| 2013-11-15 09:02 | Dan Lipsa | Status | active development => gatekeeper review |
| 2013-11-17 11:36 | Utkarsh Ayachit | Fixed in Version | => git-master |
| 2013-11-17 11:36 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2013-11-17 11:36 | Utkarsh Ayachit | Note Added: 0031860 | |
| 2013-12-16 21:54 | Alan Scott | Note Added: 0031971 | |
| 2013-12-16 21:54 | Alan Scott | Status | customer review => closed |
| 2013-12-16 21:54 | Alan Scott | Resolution | open => fixed |
| 2014-01-11 08:39 | Utkarsh Ayachit | Fixed in Version | git-master => 4.1 |
| 2014-02-13 14:31 | Utkarsh Ayachit | Relationship added | related to 0011856 |
|
Notes |
|
|
(0031857)
|
|
Dan Lipsa
|
|
2013-11-15 09:02
|
|
VTK commits:
commit 5bad3ea57e393f7ec62e7a08565d2756eb763efc
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Nov 11 16:21:43 2013 -0500
RandomAttributeGenerator can generate attributes constant within a block
Added a test for this feature as as well.
Change-Id: I8d56c324c51c19f5f795a92e5074b13f1b58af4b
commit 995272cc28f0f84cdcfdce99ed45a0ac30fce1d8
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Nov 7 17:09:53 2013 -0500
RandomAttributeGenerator names its generated attribute arrays
Also, clean-up the tests for RandomAttributeGenerator and BrownianPoints
and added a 'see also' section for the two classes.
Change-Id: Ia9886c91743c80ce92cae8176b55d43553d4dcf3
Paraview commits:
commit 0245f2c03dd6951287d9ccd20a72a607759e9462
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Nov 11 16:24:47 2013 -0500
Add an extra parameter to Random Attributes filter.
Extra parameter allows for attributes constant within a block.
Change-Id: I6f2a547fe9fc9154844db5d91f8fa235ca16d540
commit 11b2d67f9c1b925a8393c5d82a402258e5c9dd07
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Nov 7 17:15:39 2013 -0500
Make RandomAttributeFilter visible in Paraview and add a test for it.
Change-Id: I80aa6286631cb7554f97d8a5ce2d2728c848cdde
|
|
|
|
(0031860)
|
|
Utkarsh Ayachit
|
|
2013-11-17 11:36
|
|
Topics merged into master:
(VTK) 14256-random-attribute-generator
14260_fix_splash_screen
document-paraviewweb-on-aws-ec2
fix_particle_streaming
(VTK) pvweb-group-file-in-visualizer
(VTK) pvweb-proxy-file-listing
(VTK) pvweb-py-launcher |
|
|
|
(0031971)
|
|
Alan Scott
|
|
2013-12-16 21:54
|
|
Nice!
Tested remote server, Linux, master. |
|