diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-January/000119.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000119.html b/pipermail/nel/2001-January/000119.html new file mode 100644 index 00000000..2501d7bf --- /dev/null +++ b/pipermail/nel/2001-January/000119.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Maya plugin issues</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:robofly%40in-orbit.net"> + <LINK REL="Previous" HREF="000118.html"> + <LINK REL="Next" HREF="000123.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Maya plugin issues</H1> + <B>robofly</B> + <A HREF="mailto:robofly%40in-orbit.net" + TITLE="[Nel] Maya plugin issues">robofly@in-orbit.net</A><BR> + <I>Sun, 14 Jan 2001 20:26:32 -0800</I> + <P><UL> + <LI> Previous message: <A HREF="000118.html">Re[2]: [Nel] File formats+other stuff</A></li> + <LI> Next message: <A HREF="000123.html">[Nel] opengl problem</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#119">[ date ]</a> + <a href="thread.html#119">[ thread ]</a> + <a href="subject.html#119">[ subject ]</a> + <a href="author.html#119">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +I've been looking into writing a Maya plugin. +What I understand so far is the following, +please correct me if I'm wrong. + +-There are no specific fileformats for NeL, +only different serialized objects like +CZone, CShape(Stream), CMesh and others. + +-We would probably use the Maya API and +write a C++ plugin for Maya instead of +a MEL script. + +-I will have to convert the NURBS based +Maya curves into 3DSMax based Bezier +Pathces. + +This is really exciting. Now we can +really integrate functions in Maya +for bump-mapping and things like that. +And this will be a plugin that creates +ready to use NeL objects instead of +some kind of an endless conversion +madness :) + +If anybody has some code already written +for either the Maya or NeL part of such +a plugin, please let me know. Our plugin +will will be released under the GPL. + +Warm regards, +Róbert + + + +</pre> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000118.html">Re[2]: [Nel] File formats+other stuff</A></li> + <LI> Next message: <A HREF="000123.html">[Nel] opengl problem</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#119">[ date ]</a> + <a href="thread.html#119">[ thread ]</a> + <a href="subject.html#119">[ subject ]</a> + <a href="author.html#119">[ author ]</a> + </LI> + </UL> +</body></html> |