Skip to content

Conversation

@dcwhite
Copy link
Member

@dcwhite dcwhite commented Jun 5, 2022

  • Enable/disable from python
    • syntax is scirun_[en|dis]able_connection(moduleId1, portIndex1, moduleId2, portIndex2)
  • Improvements to ViewScene toolbar popups
    • toolbars are movable to avoid popups going off screen
    • hotkey for global auto-rotate: ctrl+opt+command+R
  • New module ReportScalarFieldStats, feeds into histogram module
  • bug fixes for file modification and GeomBuffer

@dcwhite dcwhite self-assigned this Jun 5, 2022
@dcwhite dcwhite added this to the 5.0-beta.ZZZ [Internal] milestone Jun 5, 2022
@dcwhite
Copy link
Member Author

dcwhite commented Jun 24, 2022

Note: VS popups will get a few more fixes in the next PR, also to be in ZZZ milestone.

@dcwhite dcwhite merged commit dce7b06 into master Jul 11, 2022
@dcwhite dcwhite deleted the file-modification branch July 11, 2022 22:19
}
if (needToExecute())

if (!boost::filesystem::exists(filename_) || needToExecute())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for part of #2250

return;
}

time_t new_filemodification = boost::filesystem::last_write_time(filename);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for #2164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants