nubian
10-06-2005, 04:40 PM
i'm trying to make hotkeys for the sculpt tool.
i thought something like this would work but it doesn't
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx push ;
artPuttyValues artPuttyContext;
toolPropertyShow;
( this would be one hotkey)
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx pull ;
artPuttyValues artPuttyContext;
toolPropertyShow;
(another hotkey)
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx smooth ;
artPuttyValues artPuttyContext;
toolPropertyShow;
problem is that it doesn't change between the types (pull, push and smooth)
any help will be greatly appreciated.
please help.
thanks in advance.
i thought something like this would work but it doesn't
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx push ;
artPuttyValues artPuttyContext;
toolPropertyShow;
( this would be one hotkey)
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx pull ;
artPuttyValues artPuttyContext;
toolPropertyShow;
(another hotkey)
SculptGeometryTool;
artUpdatePuttyOperation artPuttyCtx smooth ;
artPuttyValues artPuttyContext;
toolPropertyShow;
problem is that it doesn't change between the types (pull, push and smooth)
any help will be greatly appreciated.
please help.
thanks in advance.
