View Issue Details

IDProjectCategoryView StatusLast Update
0002924Slicer4Core: GUIpublic2017-06-07 23:27
Reporterjmk1 Assigned Tonicole  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.2.2-1 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0002924: 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?

TagsNo tags attached.

Activities

2013-02-07 13:34

 

model_file_types.png (161,481 bytes)
model_file_types.png (161,481 bytes)
nicole

nicole

2013-02-08 06:57

administrator   ~0007842

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.

nicole

nicole

2013-02-08 08:42

administrator   ~0007850

Got it, seems like the concatenated QString list was causing the problem. svn revision 21673 fixes this problem.
Unfortunately there's no way to fix it in a binary build, but you can download a new nightly binary build after tonight.

Related Changesets

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

Issue History

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