Search found 2628 matches

by hayasidist
Sat Jan 30, 2016 1:27 pm
Forum: How Do I...?
Topic: Animating with opacity
Replies: 1
Views: 251

Re: Animating with opacity

Hi there from a few miles along the coast in Kent! assuming that, when you render, you're getting the effect you want then that's job done. ... even on AS Pro 11 the workspace doesn't show everything that a render does (including opacity - which is either "on" or "off" in the wor...
by hayasidist
Fri Jan 29, 2016 5:25 pm
Forum: How Do I...?
Topic: How do I link bones from different bone layer?
Replies: 14
Views: 4258

Re: How do I link bones from different bone layer?

or ... Start with: Master Bone layer (new) > character rig > bike rig 1: in Master Bone define SB to control the interaction of character and bike -- for now forget the fact that there are elements of bike that actually belong in front of elements of character 2: animate! 3: make a copy by reference...
by hayasidist
Fri Jan 29, 2016 12:13 pm
Forum: Feature Request Discussions
Topic: Live Puppetry Toolset Needed
Replies: 24
Views: 9391

Re: Live Puppetry Toolset Needed

it's not "top secret" -- it's just a bit immature / too much at the theoretical stage ... for some temptations take a look at my "follow curve" script (***which is NOT yet UPDATED FOR AS11***) (http://www.lostmarble.com/forum/viewtopic.php?f=3&t=25280&p=141023) and now im...
by hayasidist
Thu Jan 28, 2016 11:54 pm
Forum: How Do I...?
Topic: How do I link bones from different bone layer?
Replies: 14
Views: 4258

Re: How do I link bones from different bone layer?

er .. did you mean you want the bike between character legs? -- you could drop the bike bone layer into the person group at the right point and then add a smartbone to the person group?
by hayasidist
Wed Jan 27, 2016 4:21 pm
Forum: How Do I...?
Topic: How do I link bones from different bone layer?
Replies: 14
Views: 4258

Re: How do I link bones from different bone layer?

one way to do this (I'm sure there are others!)

put your rigged bike and person layers in a third "control" bone layer and in that control layer have a smart bone that moves both the foot bone and the pedal bone in sync.
by hayasidist
Tue Jan 26, 2016 6:56 pm
Forum: How Do I...?
Topic: Practical way to draw guide lines
Replies: 4
Views: 13514

Re: Practical way to draw guide lines

yeah -- turn off GPU to lose the "blurry" look.

or use the built-in grid? View / Grid Settings ... then select "square" with a spacing to suit your needs?
by hayasidist
Mon Jan 25, 2016 11:11 pm
Forum: Miscellaneous Chit-Chat
Topic: My avatar isn't tiny enough!
Replies: 2
Views: 2141

Re: My avatar isn't tiny enough!

host it! (in the user control panel - link to offsite). keep it at 80*80 px, but the size limit is not applied for offsite. I keep my avatar on photobucket, but any _image_ hosting site is good.
by hayasidist
Sat Jan 23, 2016 12:54 am
Forum: How Do I...?
Topic: Bake Parent Child Animation
Replies: 4
Views: 644

Re: Bake Parent Child Animation

Yes. For my 1st Question: Suppose, I animate Hand(Holding Drinking Glass) using Bone Layer. As it described, Glass have not own keyframes. It just linked with Hand. But I want to apply its own Keyframes to Glass. If this isn't possible, can you tell me how to Add Feature Request. I am new here. try...
by hayasidist
Fri Jan 22, 2016 2:37 pm
Forum: How Do I...?
Topic: Bake Parent Child Animation
Replies: 4
Views: 644

Re: Bake Parent Child Animation

HardikLakhalani wrote: Can I record (create keyframes) object's movement/drag using mouse?
select the points / bone you want to move; press "play" in the status bar above the timeline; move the selected object...

(see also viewtopic.php?f=3&t=28011)
by hayasidist
Wed Jan 20, 2016 11:35 pm
Forum: General Moho Discussion
Topic: Toon?
Replies: 7
Views: 1730

Re: Toon?

or if that isn't what you wanted ...
http://www.merriam-webster.com/dictionary/toon wrote:
toon: a southeast Asian and Australian tree (Toona ciliata syn. Cedrela toona) of the mahogany family with aromatic dark red to reddish-brown wood.
by hayasidist
Wed Jan 20, 2016 12:04 pm
Forum: General Moho Discussion
Topic: Scale Multiple Layers / Hotkey for "Next Keyframe"
Replies: 5
Views: 1028

Re: Scale Multiple Layers / Hotkey for "Next Keyframe"

next / previous *selected* keyframe: shift } / shift { (ASP11.2 manual page 490)
next / previous key: alt right-arrow / alt left-arrow (ASP11.2 manual page 492)
by hayasidist
Mon Jan 18, 2016 6:37 pm
Forum: Scripting
Topic: Redraw timeline to make new keyframes visible
Replies: 2
Views: 1850

Re: Redraw timeline to make new keyframes visible

I think it's moho:UpdateSelectedChannels() but that may be dependant on exactly which channels you're not seeing updated http://www.aslua.com/index.php?show=method&name=UpdateSelectedChannels&id=58 there's also moho:NewKeyframe(channel) http://www.aslua.com/index.php?show=method&name=New...
by hayasidist
Sat Jan 16, 2016 12:42 pm
Forum: Scripting
Topic: Count Layer issue
Replies: 3
Views: 1203

Re: Count Layer issue

it's not "moho.layer" -- you need to recast the selected layer as a group

e.g.

Code: Select all

	local ctLayer
	local layer = moho:LayerAsGroup(moho.layer)

	if layer == nil then
--		error
	else
		ctLayer =  layer:CountLayers()
	end
is the glitch that switch "works" as not a group type!?
by hayasidist
Thu Jan 14, 2016 6:50 pm
Forum: How Do I...?
Topic: Copy keyframes to another object?
Replies: 1
Views: 253

Re: Copy keyframes to another object?

have the stars in different layers.

on star 1: copy keys
on star 2: edit / paste relative

==
if you want just one layer:

on star 2: select all points and cut
on the star 1 layer: paste
delete the empty star 2 layer