CompuCell3D / CompuCell3D

CompuCell3D public source code repository
60 stars 37 forks source link

added updated settings files that include settings used by Demos Panel. #716

Closed maciekswat closed 4 months ago

maciekswat commented 4 months ago

Added missing settings DemoPath and last time it was changed

fyffep commented 4 months ago

Although these files work, I believe that the LastDemoEditTime setting should be set to 0. The DemoBrowser will only generate an index file if the last index was missing or outdated, and using a value of 0 will ensure that this always happens when we release. https://github.com/CompuCell3D/cc3d-player5/blob/d006315d85336ec412cbde3315c098bc767570bc/cc3d/player5/Plugins/ViewManagerPlugins/DemoBrowser.py#L167

maciekswat commented 4 months ago

good point @fyffep . Will update those

maciekswat commented 4 months ago

Fixed. Merging