Skip to content

Commit

Permalink
More 3.5.1 changes, see NEWS for details
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Root committed Sep 28, 2008
1 parent c098a52 commit cf7160f
Show file tree
Hide file tree
Showing 21 changed files with 237 additions and 350 deletions.
32 changes: 4 additions & 28 deletions Makefile.am
Expand Up @@ -5,31 +5,7 @@


SUBDIRS = lib bin doc plugins SUBDIRS = lib bin doc plugins


EXTRA_DIST = examples/plane.gto \ EXTRA_DIST = examples/ \
examples/cube.gto \ plugins/python \
python/gtoContainer/gtoContainer.py \ plugins/gelato \
python/gtoContainer/example.py \ plugins/houdini
python/gtoContainer/gtomerge.py \
plugins/python/setup.py \
plugins/python/src/gtoHeader.cpp \
plugins/python/src/gtoHeader.h \
plugins/python/src/gtomodule.cpp \
plugins/python/src/gtomodule.h \
plugins/python/src/gtoReader.cpp \
plugins/python/src/gtoReader.h \
plugins/python/src/gtoWriter.cpp \
plugins/python/src/gtoWriter.h \
plugins/python/examples/example.py \
plugins/python/examples/example2.py \
plugins/maya/GtoInDataBase.h \
plugins/maya/GtoInNURBS.h \
plugins/maya/GtoInObject.h \
plugins/maya/GtoInParticle.h \
plugins/maya/GtoInPoly.h \
plugins/maya/GtoInReader.h \
plugins/maya/GtoInSet.h \
plugins/maya/GtoInTransform.h \
plugins/maya/GtoIO.h \
plugins/maya/GtoOut.h \
plugins/maya/version.h \
plugins/maya/gtoExportOptions.mel
27 changes: 27 additions & 0 deletions NEWS
@@ -1,4 +1,31 @@


* Version 3.5.1

o Fixed autoconf/automake:

* Should always work if maya/rman are disabled (the default)

* Removed checking for specific versions of maya & compiler
combinations--there's too many to check them all.

* Tries to use the 'buildconfig' file included in the Maya distro when
building maya plugins. This should make supporting different
versions and platforms a lot easier.

* Rman is not tested recently, but is much simpler than maya, so it
should work

o Added gtoDB python module, as a faster replacement for gtoContainer.py

* gtoDB is written in swig. The cpp file is in the dist, so swig itself
is only needed if the .i files are changed.

o gtoIO and GtoDeformer build, but GtoCacheEmitter, GtoParticleDisplay, and
GtoParticleExport are missing dependencies from the Tweak source tree.
I'm leaving them in the distro in case someone wants to use them as a
starting point. Maybe someday they'll get fixed.


* Version 3.5 * Version 3.5


o Added houndini geo converter and four new maya plugins: GtoDeformer, o Added houndini geo converter and four new maya plugins: GtoDeformer,
Expand Down
26 changes: 10 additions & 16 deletions README
Expand Up @@ -107,29 +107,23 @@ Or just drop us a line telling us you're using it.


3. Notes on building: 3. Notes on building:


1. Currently, the Maya plugin is known to work on Maya 4.0, 4.5, and 5.0 on 1. Currently, the Maya plugins are known to work on Maya 7 - 2008 on
Linux. We will someday be distributing a Windows version as well. We Linux & OSX. As far as we know, they work on Windows too, but you'll
suspect that it could be made to work on OSX if we had the right have to figure out how to build them yourself.
compiler...

2. Building the Maya 4.x plugins on Linux requires gcc 2.96, Maya 5.x
requires gcc 3.2 or higher.

3. The Python module is known to work with Python 2.2.x on Linux and OSX.
It ought to work with other versions, but it's not tested.


4. If you want to build the Python module, you have to do so manually for 2. If you want to build the Python modules, you have to do so manually for
now: now:
cd plugins/python cd plugins/python
./setup.py build ./setup.py build
su su
./setup.py install ./setup.py install
exit exit


5. The Renderman� plugin should (theoretically) work with any 3. The Renderman� plugin should (theoretically) work with any
Renderman�-compliant renderer. So far it has been used extensively Renderman�-compliant renderer. So far it has been used extensively
with Entropy, and has been compiled (but not really tested) for with Entropy, and prman 13.* on FC4.
prman 11.1 on RedHat 7


6. The houdini ggto geo converter may require houdini 9 or better and 4. The houdini ggto geo converter may require houdini 9 or better and
the SDK the SDK. The current Makefile is currently non-functional, and is
included as a hint. Hopefully we'll get it into autoconf before
too long.
3 changes: 2 additions & 1 deletion RELEASE_VERSION
@@ -1 +1,2 @@
This is release version 3.5
This is release version 3.5.1

0 comments on commit cf7160f

Please sign in to comment.