In this release, new concept of multi structure is introduce. This multi structure enables snapper/entry to have nested same-classification children. For example, a multi bay has 2 sub bay children. In order to support this structure, there are few behaviors and engine functions added to handle these multi cases separately from the normal structure.
There is a change on how we stream UnitLoadContainer
and its unit loads. This is so that failing to unstream one unit load will not cause the entire UnitLoadContainer
to fail to unstream.
As of 16.0, preview image support has been implemented for core Part
s and is no longer exclusive to DsPart
s.
The system for generating preview images is:
cmWritable("tmp/partPreviewImageCache/")
str->Url
map is stored in Space cacheData
for easy access cm/core/part/hooks.cm
)renderPartPreviewImagesTask
task begins (cm/core/part/tasks.cm
)As a part of the effort to standardize and improve query dialogs utilized in CET, we have created a core implementation of Query Dialogs for Part
s and PropObj
s.
This new implementation is meant to phase out the current implementation in cm/abstract/tools/queryDialog/abstractQueryDialog.cm
.
This Query dialog is designed to be opt-in and it should not require migration effort.
The code for the QueryDialog
system can be found in the cm.core.part.query
package.
An overridden implementation for handling ProdPart
s and SpecOption
s can be found in cm.abstract.party.query
.