Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Steve

Pages: 1 ... 3 4 [5] 6 7 ... 138
61
You can do this in Anim8or. In the scene editor, add a target and controller script for a morph target that references that target's position. Here's an  example:

point3 $smile;
$smile = GetAttributePoint3("smile_target", "position");
$morph.smile = min(max($smile.x/100, 0.0), 1.0);

This uses the x coordinate of the target to control the morph. I've attached a project with targets for the "smile" and the "eyes closed" morphs.

Note: I can't attach the project it's too big. I'll make it smaller and repost.

62
Finished Works and Works in Progress / Re: My new Halloween video came out!
« on: November 22, 2022, 04:06:02 pm »
Excellent job! (I would have commented sooner but I've been without a computer for a bit.)

63
Finished Works and Works in Progress / Re: Halloween pumpkin render
« on: October 09, 2022, 10:43:28 am »
:)

64
Finished Works and Works in Progress / Re: sketch-based modeling and Anim8or
« on: September 14, 2022, 11:21:18 am »
Thanks, Ian! I'll check it out.

65
I've posted a fix for this problem:

v1.01.1403, August 29, 2022: https://www.anim8or.com/download/preview/files/animcl1403.zip

Give it a try and let me know how it works!

66
General Anim8or Forum / Re: Figures and Named Com Parameters problem
« on: August 23, 2022, 12:48:11 pm »
Sorry about your problem. It sounds like a bug in Anim8or. I'll look into it.

67
General Anim8or Forum / Re: Eiffel Tower model?
« on: August 16, 2022, 05:48:00 pm »
Nice tutorial, johnar!

68
Finished Works and Works in Progress / Re: Birthday video is ready!
« on: July 24, 2022, 12:30:49 pm »
Good job!

69
I've finally found the cause of the whole t-rex model rotating when you rotate the right hip and upper leg. I'm working on a fix. Stay tuned...

#101-056 - Points with total weight of 0.0 can follow the wrong bone's orientation.

70
Looks good!

71
General Anim8or Forum / Re: Texturing the inside of an object
« on: July 15, 2022, 11:16:31 am »
You can use two sided materials to do this. Open the Material Editor dialog for the textured material you're using, check the Two Sided box, then you can make different materials for the front and back sides. For this you just make a simple gray material for the Back.

I've attached a simple example.

72
General Anim8or Forum / Re: Allocate More Resources to Render Speed?
« on: June 26, 2022, 09:10:46 am »
The scanline renderer needs to use a clipping frustrum in a manner similar to how 3D hardware works in order to project the geometry onto the viewing plain. So it doesn't "see" things immediately in fromt of the camera. The ART raytracer however sends rays from the camera's position so it will be blocked by things very close to the camera while the scanlline renderer won't be.

The math for lighting also differs between the two renderers. The ray tracer equations are closer to real-world lighting especially in shadows. This is probably why your ART pictures are darker than the scanline ones.

73
General Anim8or Forum / Re: Allocate More Resources to Render Speed?
« on: June 25, 2022, 09:30:04 am »
Try the ray trace renderer which uses all but one of your 8 cores in parallel (it saves one for interacting with the desktop more smothly). The scan line one only uses 1 which is why only 1/8th (12%) of the CPU was busy.

74
There isn't a good way to do this currently. I'll see if I can add something - maybe new Copy/Paste Path commands or just a way to copy the selected path directly.

75
Looks almost real :) ! What 3D printer did you use?

Pages: 1 ... 3 4 [5] 6 7 ... 138