Skip to content
Snippets Groups Projects
Commit 853fa379 authored by Jan Möbius's avatar Jan Möbius
Browse files

Added Skeleton to Data All

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@3041 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 6f1b1c52
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ enum DataType {
};
/// Datatype matching all available types
const DataType DATA_ALL = DataType( DATA_POINTS | DATA_TRIANGLE_MESH | DATA_POLY_MESH | DATA_VOLUME | DATA_POLY_LINE | DATA_BSPLINE_CURVE | DATA_BSPLINE_SURFACE);
const DataType DATA_ALL = DataType( DATA_POINTS | DATA_TRIANGLE_MESH | DATA_POLY_MESH | DATA_VOLUME | DATA_POLY_LINE | DATA_BSPLINE_CURVE | DATA_BSPLINE_SURFACE | DATA_SKELETON);
//== INCLUDES =================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment