dynapick button tag alias error

Post Reply
stan
Master Chief Petty Officer
Posts: 580
Joined: 21 May 2009, 17:20

dynapick button tag alias error

Post by stan »

I found an issue when trying to fix a toolbar for my pathtools. The dynapick icon had the wrong tag alias. It would not become active properly. It had to be done in the preobjects version of the toolbar prototypes encapsulator to work program wide.
It was changing the line to: polyh#/Widgets/Tools/Mesh editor/PE dynapick
This is the issue in my code
adynapickbugpanel.png
Here is the fixed version in workspace nav toolbar
adynapickissue.png
The bug in the dynapick activation
zdynapickebug.jpg
zdynapickebug.jpg (43.28 KiB) Viewed 322 times
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: dynapick button tag alias error

Post by trueBlue »

DynaPick button

TagAlias 'original'
polyh&et#/Widgets/Tools/Mesh editor/PE dynapick

Remove: &et

TagAlias
polyh#/Widgets/Tools/Mesh editor/PE dynapick

Edit: I am not seeing any issues with the original TagAlias
Post Reply