Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Thompson
SMTK
Commits
fe7d89fa
Commit
fe7d89fa
authored
Jul 16, 2015
by
Yumin Yuan
Browse files
Skip a couple more properties when generating subphrases
parent
57807602
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtk/model/SimpleModelSubphrases.cxx
View file @
fe7d89fa
...
...
@@ -187,6 +187,10 @@ bool SimpleModelSubphrases::shouldOmitProperty(
return
true
;
else
if
(
pname
==
"membership mask"
)
return
true
;
else
if
(
pname
==
"embedding dimension"
)
return
true
;
else
if
(
pname
==
SMTK_MESH_GEN_PROP
)
return
true
;
else
if
(
parent
)
{
if
(
parent
->
relatedEntity
().
isModel
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment