mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024927: Getting rid of "Persistent" functionality -- Code
Brute force removal of standard persistence (ShapeSchema, StdLSchema, StdSchema, XCAFSchema) and all persistence-specific toolkits. OCAF formats "MDTV-Standard", "MDTV-XCAF" are removed from resource files. Uses of "MDTV-Standard" are changed to "BinOcaf", and "MDTV-XCAF" changed to "BinXCAF".
This commit is contained in:
@@ -16,21 +16,14 @@
|
||||
;#
|
||||
proc ApplicationFramework:toolkits { } {
|
||||
return [list \
|
||||
PTKernel \
|
||||
TKPShape \
|
||||
TKCDF \
|
||||
TKLCAF \
|
||||
TKCAF \
|
||||
TKBinL \
|
||||
TKXmlL \
|
||||
TKShapeSchema \
|
||||
TKPLCAF \
|
||||
TKBin \
|
||||
TKXml \
|
||||
TKPCAF \
|
||||
FWOSPlugin \
|
||||
TKStdLSchema \
|
||||
TKStdSchema \
|
||||
TKTObj \
|
||||
TKBinTObj \
|
||||
TKXmlTObj \
|
||||
|
@@ -16,7 +16,7 @@
|
||||
;#
|
||||
proc DataExchange:toolkits { } {
|
||||
return [list TKXSBase TKSTEPBase TKSTEPAttr TKSTEP209 TKSTEP TKIGES \
|
||||
TKXCAF TKXCAFSchema TKXDEIGES TKXDESTEP \
|
||||
TKXCAF TKXDEIGES TKXDESTEP \
|
||||
TKSTL TKVRML TKXmlXCAF TKBinXCAF]
|
||||
}
|
||||
;#
|
||||
|
Reference in New Issue
Block a user