Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey Guys
I have an annoying issue with powermill, I am forever hitting view file in the right click menu causing my pc to hang while reading huge files. we always use an external nc editor to view and edit nc files.
Is there a way to edit the right click menu to remove re-order and view vile from the menu?
Or is there a way to open selected nc files with a macro similar to the below for each loop?
FOREACH $tp IN explorer_selected_entities() {
$TpName = $tp.Name
ACTIVATE TOOLPATH $TpName
.
.
.
}
(p.s. "For loop" is from my select and transform macro.)
Looking to be able to select nc files and hit the macro button to open the selected nc files in external editor.
kind regards Nathan
Solved! Go to Solution.