View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002924 | Slicer4 | Core: GUI | public | 2013-02-07 13:34 | 2017-06-07 23:27 |
Reporter | jmk1 | Assigned To | nicole | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | Slicer 4.2.2-1 | ||||
Target Version | Slicer 4.3.0 | Fixed in Version | Slicer 4.3.0 | ||
Summary | 0002924: file types for models | ||||
Description | When loading a model, it looks like the .orig and .inflated entries are stuck together in the file type filter, like this: .vtk .orig.inflated .pial So when I try to load lh.inflated or lh.orig from freesurfer results, it can't find anything called .inflated or .orig. In the add data GUI, it just assumes it's a volume, and doesn't load it. From the data module, it can't even see the file in the file chooser, since it's looking for .orig.inflated. I've included a screen shot, note the file types in the lower right hand corner. | ||||
Additional Information | Is there a way for me to edit this in my installation without having to recompile? | ||||
Tags | No tags attached. | ||||
2013-02-07 13:34
|
|
How did you get to the "Load Model Files" window? I'm just seeing the general Add Data widget, but nothing specific to models. Hrm, I'm also not seeing any file filters in the drop down on linux. This might be windows specific, but I'll dig into it from the linux side in any case. |
|
Got it, seems like the concatenated QString list was causing the problem. svn revision 21673 fixes this problem. |
|
Slicer: 2145-support-for-installing-extension-from-file a811d777 2013-02-08 13:40:51 naucoin Details Diff |
BUG: fix the detection of models with extensions orig and inflated. The concatenated string list was mushing the two extensions together and they were not being detected on loading data. Issue 0002924 git-svn-id: http://svn.slicer.org/Slicer4/trunk@21673 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Modules/Loadable/Models/qSlicerModelsIO.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-02-07 13:34 | jmk1 | New Issue | |
2013-02-07 13:34 | jmk1 | Status | new => assigned |
2013-02-07 13:34 | jmk1 | Assigned To | => kikinis |
2013-02-07 13:34 | jmk1 | File Added: model_file_types.png | |
2013-02-08 06:49 | nicole | Assigned To | kikinis => nicole |
2013-02-08 06:57 | nicole | Note Added: 0007842 | |
2013-02-08 08:42 | nicole | Note Added: 0007850 | |
2013-02-08 08:42 | nicole | Status | assigned => resolved |
2013-02-08 08:42 | nicole | Fixed in Version | => Slicer 4.2.3 |
2013-02-08 08:42 | nicole | Resolution | open => fixed |
2013-03-18 08:03 | jmk1 | Status | resolved => closed |
2014-03-06 05:59 | jcfr | Fixed in Version | => Slicer 4.3.0 |
2014-03-06 06:15 | jcfr | Target Version | => Slicer 4.3.0 |
2017-06-07 23:27 | Changeset attached | => Slicer 2145-support-for-installing-extension-from-file a811d777 |