|
(0022368)
|
|
Sebastien Jourdain
|
|
2010-09-27 10:43
|
|
Fixed provided inside the commit 8d67360bcc130352b75f5ff8c334ca09b729cf74
- Now the storage of macros is on the filesystem directly
- When a macro is added, the script file is copied into a ParaView user specific configuration directory.
- When a macro is deleted, the script file is kept inside the same ParaView Macros directory but it is renamed with a dot at the head of the filename
- The macro list is retreived by listing the content of application and user "Macros" directory.
- If two created/deleted macro have the same name the newest is renamed with the following pattern fileName-X.py where X is an integer that start at one and is incremented till the file do not exist. |
|