Discussion:
[Maya-Python] Micro Manipulator
Hyuk Ko
2018-11-01 09:01:20 UTC
Permalink
<Loading Image...>
Hello everyone,

There is a cool feature in Animbot called 'Micro Manipulator' which does;
'Enable a very subtle and delicate manipulation mode.'

I know that the channelbox sensitivity can be controled with the 'speed'
flag,

But I can't find 'speed' flag in manipulator options...

So my question is, is there a manipulator speed control option in Maya or
do I need to create a custom function to replicate this feature?
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ebbfc2ad-1c47-4aff-ae49-8e7a7cac30fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tim Fowler
2018-11-01 14:57:32 UTC
Permalink
I'm not aware of that feature in Maya. Good idea though...I think we
should add it!

-Tim
Post by Hyuk Ko
<http://www.animbot.ca/help/img/microManipulator.gif>
Hello everyone,
There is a cool feature in Animbot called 'Micro Manipulator' which does;
'Enable a very subtle and delicate manipulation mode.'
I know that the channelbox sensitivity can be controled with the 'speed'
flag,
But I can't find 'speed' flag in manipulator options...
So my question is, is there a manipulator speed control option in Maya or
do I need to create a custom function to replicate this feature?
--
You received this message because you are subscribed to the Google Groups
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/ebbfc2ad-1c47-4aff-ae49-8e7a7cac30fb%40googlegroups.com
<https://groups.google.com/d/msgid/python_inside_maya/ebbfc2ad-1c47-4aff-ae49-8e7a7cac30fb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CALKD2Wo5xouf7tp3ZJusTNVGDE9dLQ4euEtL_2gtapRWvJRRyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Marcus Ottosson
2018-11-01 15:14:09 UTC
Permalink
Having a look at (some very obfuscated) source, it looks like it’s a
callback to attributeChanged through the API, that listens for a change
being made, divides it by some number like 10, and redoes the attribute
change. If so, that’s quite hacky! But interesting, and clearly useful as
an end-result.

I know that the channelbox sensitivity can be controled with the ‘speed’
flag,

I had forgotten about this one, for completeness here’s what he’s referring
to.

[image: image.png]
Post by Tim Fowler
I'm not aware of that feature in Maya. Good idea though...I think we
should add it!
-Tim
Post by Hyuk Ko
<http://www.animbot.ca/help/img/microManipulator.gif>
Hello everyone,
There is a cool feature in Animbot called 'Micro Manipulator' which does;
'Enable a very subtle and delicate manipulation mode.'
I know that the channelbox sensitivity can be controled with the 'speed'
flag,
But I can't find 'speed' flag in manipulator options...
So my question is, is there a manipulator speed control option in Maya or
do I need to create a custom function to replicate this feature?
--
You received this message because you are subscribed to the Google Groups
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/ebbfc2ad-1c47-4aff-ae49-8e7a7cac30fb%40googlegroups.com
<https://groups.google.com/d/msgid/python_inside_maya/ebbfc2ad-1c47-4aff-ae49-8e7a7cac30fb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/CALKD2Wo5xouf7tp3ZJusTNVGDE9dLQ4euEtL_2gtapRWvJRRyg%40mail.gmail.com
<https://groups.google.com/d/msgid/python_inside_maya/CALKD2Wo5xouf7tp3ZJusTNVGDE9dLQ4euEtL_2gtapRWvJRRyg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOAAo5wEY1jtg1CBzV_y2Dkghn9KhRefLznDZhnRR6070w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...