::OnSweep()
{
mySweep->toggleViewAction()->setChecked(true);
+ mySweep->onFirst();
mySweep->onPlay(true);
}
aRule = "selcount=1 and type='VISU::TCUTLINES' and nbNamedChildren=0";
mgr->setRule( action( VISU_CREATE_TABLE ), aRule );
- aRule = "client='VTKViewer' and selcount=1 and ($type in {" + aSimplePrsAll + "})";
+ aRule = "selcount=1 and ($type in {" + aSimplePrsAll + "})";
mgr->setRule( action( VISU_SWEEP ), aRule );
aRule = "client='ObjectBrowser' and selcount>0";
addPreference( tr( "Generate curves" ), cutLineGr, LightApp_Preferences::Bool, "VISU", "generate_curves" );
// TAB: "Sweep, Animation, 3D Cache"
- int animationTab = addPreference( tr( "Animation" ) );
+ int animationTab = addPreference( tr( "Sweep, Animation" ) );
{
// group: "3D Cache System prefereces"
{
myIsCycled = new QCheckBox( aNavigationTab );
myIsCycled->setText( tr( "IS_CYCLED" ) );
- myIsCycled->setChecked( true );
+ myIsCycled->setChecked( false );
aHBoxLayout->addWidget( myIsCycled );
aVBoxLayout->addLayout( aHBoxLayout );