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 - Claude

Pages: 1 ... 16 17 [18] 19
256
General Anim8or Forum / Re: Undoing Changes in the Scene Editor
« on: April 21, 2008, 09:59:07 am »
Menu File/Configure. Check the size of the undo buffer.

257
Anim8or v0.98 Discussion Forum / Re: Faster Renderer!!
« on: April 14, 2008, 07:14:18 pm »
0.97 Preview is a beta version,released to be tested by users
to find bugs allowing Steve to make the necessary corrections.
The Art renderer is in development now.

I suggest you read the introduction text on the v0.97 page
of the site (link on the left) and if you can't deal with a beta
version,you should revert back to a stable version 0.95 or
even 0.96.
 

258
General Anim8or Forum / Re: lower face "poly" count
« on: April 14, 2008, 11:55:08 am »
If you really want to reduce the poly count,there's a
merge face function under the Edit menu in Point Edit Mode.
If you want to reduce the burden of rendering either on a
videocard or a software renderer then what you need is to
reduce the triangle count.Each face or poly is made of 1
or multiple triangle.Terranim8or has a decimator function
to lower the # of triangle.(link on the Resources page of the site)

259
ASL Scripts / Re: help
« on: April 13, 2008, 11:33:16 am »
Go to the Scripts page of the site (link on the left) and follow  the Installing Plug-Ins
instructions.

Welcome

260
ASL Scripts / Re: exporting vertice and edge data
« on: April 10, 2008, 11:36:33 pm »
Getting the edge data from the face data shouldn't be that difficult.

With this function
int GetFacePointIndex(int faceIndex, int vtxIndex);
you can get the vertex index of all the points of the face.
An edge is defined by 2 points.
The first and second index define the first edge.Second and third define
the second.You go on like this up to the last edge defined by the last
and first vertex.

Make sense?

261
ASL Scripts / Re: exporting vertice and edge data
« on: April 10, 2008, 04:04:17 pm »
Now.I understand.
Problem is that ASL doesn't let you access orphan edge data at the moment.
You're  limited to edge part of faces.

If your mesh is closed.meaning that no edge end is unconnected,then
you could create faces in Anim8or.This would not change the way it looks
in wireframe view and it would allow you to export a list of vertex and
a list of index couple for the edges.Going thru the list of face,you could
mark the edges so you you don't double them.

If not,you'll have to continue working on your An8 file parser.



262
ASL Scripts / Re: exporting vertice and edge data
« on: April 10, 2008, 10:51:18 am »
On the Scripts page of the site under Object Export Plug-Ins,
you'll find an obj exporter.Study it with the help of the spec.
It exports vertices,indices of the points making the face edges
and a lot more.You'll have to remove what you don't need.

263
General Anim8or Forum / Re: when adding textures
« on: April 08, 2008, 11:43:34 pm »
CobraSpectre

Just a precision:

For the shader option to be active,you need a video card supporting
OpenGL 1.4(multitexturing and shader version 1.0).
For the OpenGL renderer to be active,you need a video card supporting
OpenGL 2.0(probably because you need FBO with attached texture).

264
ASL Scripts / Re: Script Request: SKP Import
« on: April 08, 2008, 07:40:14 pm »
Only export script are possible.They are limited to static mesh and text files.

265
ASL Scripts / Re: motion tracking request
« on: March 18, 2008, 12:36:33 am »
AlDi

If you read what CaptSparrow wrote,he doesn't use a script.
He edits the Anim8or file using Notepad.(the scene part)
He also mentions a tutorial showing how to do it.

Then, download the Ic2An8 program here, this converts camera track data into Anim8or camera data, which you can then paste into the scene in Notepad.
http://hanes.250free.com/Ic2An8.zip

A small tutorial on how to add the data into Anim8or is included.

Hope this helps.
Claude

266
Anim8or v0.98 Discussion Forum / Re: Point editing features
« on: March 13, 2008, 11:27:51 pm »
For the first point,this should make your life easier.
The script will allow you to snap your points to the point
with the right location and then you merge all of them.
Should minimize moving the points around.

http://www.anim8or.com/smf/index.php?action=dlattach;topic=168.0;attach=125

267
General Anim8or Forum / Re: help plez
« on: February 20, 2008, 12:38:52 am »
Any message in the Anim8or Debug Output console ?

268
General Anim8or Forum / Re: help plez
« on: February 20, 2008, 12:22:14 am »
Does the script have the file extension .a8s ?

269
ASL Scripts / Re: Some one can help me?
« on: February 06, 2008, 08:33:12 pm »
Also make sure the "Preload Scripts" box is checked.

270
General Anim8or Forum / Re: Problem Concerning Frame Speed..
« on: January 27, 2008, 06:52:17 pm »
Select Menu View/Preferences.Check Limit playback at the bottom.

Pages: 1 ... 16 17 [18] 19