Same here...neck deep in work today.
How about rotating 2d objects in 3d space in Moho?
Moderators: Víctor Paredes, Belgarath, slowtiger
Re: How about rotating 2d objects in 3d space in Moho?
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
Re: How about rotating 2d objects in 3d space in Moho?
AHA! I took quick look just now because this was so simple, I couldn't see how I possibly messed it up...and it turns out I misunderstood what the mod actually does.
I thought the mod affected any transformations made with the Transform Layer tool, but on closer examination of the script section I see it only affects Shift+Alt to push in Z...which, of course, is what we were discussing earlier when you suggested this. D'oh!
Anyway, yes, using Shift+Alt to push in Z space for multiple views now works like a charm! Both views are updating together perfectly!
Sorry for the misunderstanding and thanks again for the tip!
I thought the mod affected any transformations made with the Transform Layer tool, but on closer examination of the script section I see it only affects Shift+Alt to push in Z...which, of course, is what we were discussing earlier when you suggested this. D'oh!
Anyway, yes, using Shift+Alt to push in Z space for multiple views now works like a charm! Both views are updating together perfectly!
Sorry for the misunderstanding and thanks again for the tip!
Last edited by Greenlaw on Mon Nov 08, 2021 4:54 pm, edited 4 times in total.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
- synthsin75
- Posts: 10357
- Joined: Mon Jan 14, 2008 2:20 pm
- Location: Oklahoma
- Contact:
Re: How about rotating 2d objects in 3d space in Moho?
Chucky, I'm sure I've heard this complaint before, but just never thought of how simple a script fix would be.
Dennis, you could add that line to the very end of any OnMouseDown function, to do the same thing for everything it does, but that would run a high risk of affecting performance. I figured the alt+shift z-depth would be simple enough (just moving on a constrained axis). You could try it and see if it adversely affects a more complex file.
Dennis, you could add that line to the very end of any OnMouseDown function, to do the same thing for everything it does, but that would run a high risk of affecting performance. I figured the alt+shift z-depth would be simple enough (just moving on a constrained axis). You could try it and see if it adversely affects a more complex file.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: How about rotating 2d objects in 3d space in Moho?
Yeah, I imagine there is a performance cost involved. I'll play around with it and see what's 'tolerable'.synthsin75 wrote: ↑Mon Nov 08, 2021 4:30 pm Dennis, you could add that line to the very end of any OnMouseDown function, to do the same thing for everything it does, but that would run a high risk of affecting performance.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel