Search found 2629 matches

by hayasidist
Fri Oct 16, 2015 11:38 am
Forum: How Do I...?
Topic: How Do i make a Night scene??
Replies: 2
Views: 377

Re: How Do i make a Night scene??

the thing about colours is that they look different when set against different colours.. download this and pick up the colours of squares A and B: http://i128.photobucket.com/albums/p196/barn26owl/checker_zpsviv8ltur.png you'll find that squares A and B are the same colour - R/G/B 107,107,107 (the a...
by hayasidist
Tue Oct 13, 2015 6:29 pm
Forum: General Moho Discussion
Topic: What's he doing here?
Replies: 60
Views: 17539

Re: What's he doing here?

yeah - it's a clever rig! Note the smartbones on the right of the screen (if I got the gist of what was going on correctly!!) which are linked to actions on the leg target bones The video is essentially a trailer for his (paid) courses - the closing screens (around 5:30) describe parts 1 and 2 of hi...
by hayasidist
Wed Oct 07, 2015 12:33 pm
Forum: General Moho Discussion
Topic: My new position at Smith Micro
Replies: 35
Views: 16883

Re: My new position at Smith Micro

Nice to know Victor!
all the best.
by hayasidist
Tue Sep 29, 2015 6:46 pm
Forum: Bug Discussions
Topic: Failed to Parse File (Need Help Please!)
Replies: 5
Views: 3022

Re: Failed to Parse File (Need Help Please!)

sorry I couldn't fix it. -- it doesn't seem to be a compressed file ... last thought and it's a very VERY long shot ... have you checked your autosave directory?
(e.g. C:\Users\<user>\AppData\Roaming\Smith Micro\Anime Studio Pro\11\Autosave)
by hayasidist
Tue Sep 29, 2015 5:14 pm
Forum: Bug Discussions
Topic: Failed to Parse File (Need Help Please!)
Replies: 5
Views: 3022

Re: Failed to Parse File (Need Help Please!)

sorry - this copy is badly corrupted and the "usual" approach has not worked for me. is this the one you've opened/closed in notepad?? if so, do you have the "original"?
by hayasidist
Tue Sep 29, 2015 3:21 pm
Forum: Bug Discussions
Topic: Failed to Parse File (Need Help Please!)
Replies: 5
Views: 3022

Re: Failed to Parse File (Need Help Please!)

the .anime file is, in fact, a .zip file that has a project.amineproj file in it - this is a plain text file in JSON format - so if you feel comfortable getting into that with a text editor you might be able to sort out what's wrong - or at least get something back.. failing that - care to upload th...
by hayasidist
Tue Sep 22, 2015 10:46 am
Forum: How Do I...?
Topic: Layer from one character to another to be used as a matte
Replies: 4
Views: 737

Re: Layer from one character to another to be used as a matt

you also have the option of making a copy by reference and then using colorize layer
by hayasidist
Tue Sep 15, 2015 11:52 pm
Forum: Feature Request Discussions
Topic: Convert Vector-layer to Bitmap-layer
Replies: 1
Views: 2221

Re: Convert Vector-layer to Bitmap-layer

easiest way, IMO, is to make that vector layer the only one visible and render it - If it's not animated - File / Preview then Save As bitmap (or save to clipboard and then in Photoshop File / new from clipboard) or if you need a bitmap sequence, File / Export Animation - then format = image sequenc...
by hayasidist
Thu Sep 10, 2015 3:02 pm
Forum: General Moho Discussion
Topic: Accuracy: strange circles
Replies: 3
Views: 960

Re: Accuracy: strange circles

camera settings and scale compensation?? warped vinyl: as the spinning disk is meant to be horizontal (?), lift the camera in y and tilt it down; and put the disk at 90 degrees around the x axis? you might try shifting the camera back to (say) z=5 and changing the zoom to maintain visual size. stran...
by hayasidist
Thu Sep 10, 2015 10:57 am
Forum: Bug Discussions
Topic: Crashing when reloading scripts/tools
Replies: 4
Views: 1141

Re: Crashing when reloading scripts/tools

a few good ways to crash AS: - have a layer script that has a runtime fatal error - have a script with an infinite loop - have two incompatible versions of the same menu or tool script - update a script in such a way as to have incompatible values in Global variables as left over from the previous r...
by hayasidist
Sat Sep 05, 2015 8:10 pm
Forum: How Do I...?
Topic: Rolling Ocean Waves
Replies: 3
Views: 836

Re: Rolling Ocean Waves

or like these waves against the wall? https://www.youtube.com/watch?v=YpC0X2VykvM
by hayasidist
Sat Sep 05, 2015 1:38 am
Forum: Share Your Work
Topic: ASP 3D capabilities
Replies: 2
Views: 679

Re: ASP 3D capabilities

It's likely to be to do with layer origin and vectors in the layer that have, when rotated in 3d, a large z depth - large enough so that when the "front" of a shape is in front of the origin and the "back" behind it there will be other layers with z position somewhere between its...
by hayasidist
Fri Sep 04, 2015 6:54 pm
Forum: Scripting
Topic: GetLayerOrdering broken?
Replies: 1
Views: 1503

Re: GetLayerOrdering broken?

yeah - it's a list of UUIDs now...
by hayasidist
Fri Sep 04, 2015 11:27 am
Forum: Scripting
Topic: Looking for a script that really would speedup the workflow
Replies: 3
Views: 1996

Re: Looking for a script that really would speedup the workf

it's clearly possible to write a script that looks for "ends" and then tries to pair them up and link them with a curve that (tries to) follow the overall path shape ... but - take a look at some of your gaps.. the human eye is a much better judge of what the path *should* look like. Progr...
by hayasidist
Fri Sep 04, 2015 1:25 am
Forum: Scripting
Topic: Looking for a script that really would speedup the workflow
Replies: 3
Views: 1996

Re: Looking for a script that really would speedup the workf

have you considered to possibility of manually adding edges (either zero width or hidden) across the "gaps" in your first figure in order to create a single closed path that can be filled?

that way you get everything you want on one layer without the need for a script.