FreeCAD: master 541e8407
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
DeepSOIC | DeepSOIC | master | 2016-06-19 21:13:13 | master 44989a88 |
Changeset | New module: Show A module for gathering code related to visibility automation and the like. Contains DepGraphTools.py and TempoVis.py, to be withdrawn from Part/AttachmentEditor. Also: changes to TempoVis: * keep TempoVis from from raising (TempoVis is non-essential functionality, so breaking execution of unsuspecting routines that use it seems like a bad idea. * implement saving/restoring camera (Unfortunately, I failed to implement nice animated restoration.) * almost proper support of saving to file (I still couldn't figure out a way to restore reference to document and viewer. So, falling to using active ones instead (might cause bugs).) |
|||
mod - CMakeLists.txt | Diff File | |||
mod - src/Mod/CMakeLists.txt | Diff File | |||
add - src/Mod/Show/CMakeLists.txt | Diff File | |||
add - src/Mod/Show/DepGraphTools.py | Diff File | |||
add - src/Mod/Show/FrozenClass.py | Diff File | |||
add - src/Mod/Show/TempoVis.py | Diff File | |||
add - src/Mod/Show/__init__.py | Diff File |