ReleaseNotes 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. ------------------------ RELEASE 1.2.2 ------------------------
  2. This is a minor bugfix release.
  3. * Adds 'ppythonw', a version of ppython that doesn't
  4. open a console window.
  5. * If you have a bad fmod DLL in your windows folder,
  6. this version compensates.
  7. * Fixes a small bug in the VRML-to-egg converter.
  8. * Small stylistic improvements in some sample programs.
  9. ------------------------ RELEASE 1.2.1 ------------------------
  10. This release is likely to be much more stable than its predecessors.
  11. It contains many new features:
  12. * lots of performance optimizations
  13. * a preliminary OSX port
  14. * new modes for animation blending
  15. * easier partial-body animations
  16. * more powerful shader-to-engine interface
  17. * better support for rotating bodies in physics engine
  18. * support for compressed model files
  19. * multiple render targets (ie, glDrawBuffers)
  20. * support for stereo rendering
  21. * more complete API reference manual
  22. * ability to control mipmaps explicitly
  23. * better tools for debugging offscreen buffers
  24. * new sample programs
  25. * a number of packpanda repairs
  26. ------------------------ RELEASE 1.1.0 ------------------------
  27. This is a BETA release. It's pretty reliable, but there are still a
  28. few quirks here and there. Over the summer, Panda3D was overhauled
  29. top to bottom. The new code is dramatically improved, but it needs a
  30. little bit of testing. The new features are:
  31. * Much faster rendering of high-poly models.
  32. * Dramatically improved vertex and pixel shader support.
  33. * New demo programs using shaders and render-to-texture.
  34. * Play movies by using an AVI as a texture (windows only).
  35. * Python scripting uses much faster python to C++ interface.
  36. * Support for procedurally-created geometry (eg, fractals, etc).
  37. * Cleaner, simpler internal data structures.
  38. * Comes with Python 2.4 support built-in.
  39. * A lot more.
  40. The new demo programs are:
  41. * Render to Texture Demo
  42. * Cartoon Shader Demo
  43. * Motion Trails Demo
  44. * Procedural Geometry (Fractals) Demo
  45. * Normal Mapping Demo
  46. However, a caution: this is a BETA release: reasonably stable, but
  47. not quite perfect. Please send us your bug reports.
  48. ------------------------ RELEASE 1.0.5 ------------------------
  49. UPDATE: this release broke support for visual studio. Use
  50. panda3d 1.0.4 if you wish to compile panda from scratch using
  51. visual studio.
  52. This release consists mainly of compatibility improvements.
  53. * Now compiles under MS Visual Toolkit (makefile changes)
  54. * Now compiles under Mandrake 10.1 (a fix in the makefile)
  55. * Now compiles under Debian Sarge (a fix in the VRML lexer)
  56. * Now compiles under Ubuntu HH (same as DEBIAN SARGE)
  57. * Add code for building debian 'deb' archives.
  58. * Fix scene editor and particle panel so they work on linux.
  59. * Add support for --no-python to makepanda.
  60. * Tidied up makepanda a bit.
  61. ------------------------ RELEASE 1.0.4 ------------------------
  62. * This version includes the new Max exporter and the new Maya
  63. export panel.
  64. * We have added the --genman option to makepanda (to
  65. regenerate the API reference manual). This uses the epydoc
  66. documentation-generation system.
  67. * Several bugs in the new tutorials have been repaired.
  68. * A bug in fmod positional audio has been fixed.
  69. * Makepanda now puts the maya and max plugins in a
  70. separate 'plugins' directory, for convenience.
  71. * The 'libpandaegg' library has been exported to python.
  72. ------------------------ RELEASE 1.0.3 ------------------------
  73. * The binary release contains a brand new collection of
  74. sample programs. The new sample programs are much better.
  75. * If you install the windows binary release, the
  76. sample programs can now be run from the start menu.
  77. * Lighting under DirectX was broken. This has been repaired.
  78. * The binary release has been compiled with support for pstats.
  79. (Previously, it was compiled with pstats disabled).
  80. * Various changes to make panda3d more compatible with
  81. the 'epydoc' documentation-generation system.
  82. ------------------------ RELEASE 1.0.2 ------------------------
  83. This is a bugfix release.
  84. * makepanda contained a bug: it was compiling maya2egg6
  85. against the Maya 5.0 libraries, making it largely useless.
  86. This is fixed.
  87. * Maya2egg65 has been added, for Maya 6.5 users.
  88. * The configuration combo "want-tk=false, want-directtools=true"
  89. used to confuse panda, because directtools uses Tk. Now
  90. it's smart enough to do the right thing.
  91. * When you ask controlJoint to create a control node for
  92. you, it initializes the control node to the joint's initial
  93. position.
  94. * The scene editor supposedly works now. We'll see.
  95. * The models directory was missing the animation 'panda-walk4',
  96. which is necessary for the tutorial.
  97. * A new directory 'win-extras' has been added to the
  98. thirdparty tree. This contains some miscellaneous python
  99. libraries needed at the Entertainment Technology Center.
  100. The script that builds the windows installer will include
  101. these libraries in the distribution.
  102. ------------------------ RELEASE 1.0.1 ------------------------
  103. This is a bugfix release.
  104. * In the previous binary release, Config.prc did not contain a
  105. load-display line. This confuses pview. Pview is being fixed,
  106. but until then, the load-display line has been restored.
  107. * The Max and Maya plugins were inadvertently omitted from the
  108. previous binary release. This has been corrected.
  109. * An error in the distributed object networking layer has
  110. been fixed. The error only affected those who were trying to
  111. write LAN games using the CMU LAN server and p2p messages.
  112. * An error in the physics code has been corrected.
  113. * Python Megawidgets (pmw), which is required for "directtools",
  114. was not supplied in the previous release. We are now including
  115. pmw. In the Linux RPMs, to avoid overwriting any
  116. distribution-supplied pmw package, we put this package
  117. into /usr/share/panda3d.
  118. * To be consistent, we moved all the other python code into
  119. /usr/share/panda3d as well. This requires a file 'panda.pth'
  120. in the python lib directory.
  121. * In the binary RPMs, the file permissions of the python
  122. source files have been changed to 555, so that even if root
  123. runs panda, the '.pyc' files will not be modified or regenerated.
  124. ------------------------ RELEASE 1.0.0 ------------------------
  125. Configuration, installation, and execution environments:
  126. * This is the introduction of the new Panda version numbering
  127. system. The Panda version will be represented with three
  128. dot-separated numbers. The first number, the major version, will
  129. change only very rarely. The second number, the minor version,
  130. will increment frequently, with each new feature release. The
  131. third number will increment as needed to indicate bugfix releases
  132. on the minor version.
  133. * Use PandaSystem::get_version_string() (or
  134. PandaSystem.getVersionString() in Python) to return the version
  135. number of the currently-running Panda.
  136. * New runtime config system allows for dynamic loading of prc files
  137. and supports querying of available variable names. Use
  138. ConfigVariableString, ConfigVariableBool, etc. to get a value from
  139. the prc file(s); use the ConfigVariableManager and
  140. ConfigPageManager classes (or the cvMgr and cpMgr global objects
  141. in Python) to make general queries.
  142. * The ppremake build system now properly detects intra-tree
  143. dependencies, but only if each tree is fully built and installed
  144. before ppremake is run within the next dependent tree. Requires
  145. using ppremake version 1.18 or higher.
  146. Miscellaneous:
  147. * New support for encrypted streams, including encrypted subfiles
  148. within a multifile, using the OpenSSL encryption library. Adds
  149. pencrypt and pdecrypt programs.
  150. * The default port for PStats is now 5185, to avoid a conflict with
  151. Instant Messenger.
  152. * New "smooth" checkbox on PStats graphs provides a better sense of
  153. overall trends when graphs are noisy.
  154. * The meaning of the three components of HPR angles has been
  155. officially changed, in particular the meaning of the R component.
  156. This change was introduced to make the three components more
  157. consistent with each other, and to make P and R work together in a
  158. more sensible way. Existing code which used hard-coded HPR angles
  159. may be invalidated by this change. To convert existing code, you
  160. should use the global function old_to_new_hpr() to determine what
  161. new HPR triple that corresponds to an old HPR triple. As a
  162. temporary stopgap, you may define temp-hpr-fix 0 in your prc file.
  163. * Add support for weak reference counts using the WeakPointerTo
  164. class.
  165. * Add optional support for STL's semistandard hashing containers,
  166. e.g. hash_map and hash_set.
  167. * Panda no longer requires any registry keys or environment
  168. variables. This means it is now possible to run panda directly
  169. from a CD, install multiple copies of panda on a single machine,
  170. or install panda by copying the tree from another computer.
  171. Note that the installer does add the panda 'bin' directory to
  172. your PATH, and it does store an uninstall key in the registry,
  173. but neither of these is needed for panda to function.
  174. * The 'makepanda' build system is now capable of building
  175. prepackaged games for Windows. These prepackaged games are simply
  176. copies of panda with the game code included, some of the
  177. unnecessary stuff stripped out, and some changes to the start
  178. menu. See "Airblade - Installer" on the panda downloads page
  179. for an example.
  180. * This is the first release to include not just a binary installer
  181. for windows, but also binary RPMs for fedora 2, fedora 3, and
  182. redhat 9.
  183. * All of the sample programs have been tested. The ones that didn't
  184. work have been removed, the ones that do work have been (lightly)
  185. documented.
  186. * In the Win32 binary release, the 'config.prc' file has been moved
  187. to the 'etc' directory. This is to make it consistent with the
  188. Linux version.
  189. Rendering system:
  190. * Multitexture support is now part of Panda. This introduces the
  191. TextureStage and TexCoordName classes, as well as new interfaces
  192. like NodePath::add_texture(). As of the present release,
  193. multitexture is only supported when using the OpenGL renderer.
  194. * Support for programmable shaders is now possible using the Cg
  195. shader language. Assign a CgShaderAttrib to a node to apply a
  196. programmable shader.
  197. * New support for the Helix library allows playing of a streaming
  198. movie in a Panda texture. Presently only supported on Windows.
  199. * Deprecated the old "win-origin-x" and "win-origin-y" prc variables
  200. in favor of "win-origin", which takes two numbers separated by a
  201. space. Similarly with "win-width" and "win-height", in favor of
  202. "win-size".
  203. * Deprecated the old Camera::set_scene() interface; now a Camera
  204. implicitly renders whatever scene graph it is parented to.
  205. * Removed the old GraphicsLayer and GraphicsChannel classes.
  206. Instead of using these interfaces, you can now create any number
  207. of DisplayRegions directly on the window.
  208. * Offscreen render-to-a-texture will now be properly oriented under
  209. DirectX (previously, it would render the texture image upside-down
  210. and backward).
  211. * Support for automatic keystone correction caused by an off-axis
  212. physical projector using Lens::set_keystone().
  213. * New framebuffer-mode prc variable allows explicit control over the
  214. default framebuffer properties requested by Panda, including
  215. whether software or hardware rendering is required.
  216. * Added "multisample" transparency mode (alpha keyword "ms" in an
  217. egg file), which allows good-quality transparency (especially for
  218. alpha cutouts) without requiring back-to-front sorting, and
  219. without artifacts from improper sorting. This does require
  220. special multisample hardware capabilities, however. Presently
  221. supported in OpenGL mode only. Automatic fallback to "binary"
  222. transparency mode if multisample is not supported on a given
  223. platform.
  224. * New cursor-filename and icon-filename config variables replace the
  225. old win32-mono-cursor and win32-window-icon variables. Also,
  226. runtime control over these properties is now provided by the
  227. WindowProperties class.
  228. * Better management of potential memory leaks due to cyclic
  229. reference counts in the RenderState and TransformState caches.
  230. Now cycles are automatically detected and broken.
  231. Scene graph:
  232. * GeomNodes now have a CollideMask, just like CollisionNodes, which
  233. deprecates the old set_collide_geom() interface to detect
  234. collisions with visible geometry. There is a new NodePath
  235. interface for querying and setting the collide masks for single
  236. nodes or for entire subgraphs.
  237. * New NodePath interfaces to control lighting eliminate the need to
  238. create an explicit LightAttrib. The new lighting interfaces are
  239. designed to be similar to the new multitexture interfaces.
  240. * New NodePath interfaces to control the texture matrix, including a
  241. new project_texture() method to enable hardware-assisted
  242. projective texturing.
  243. * New NodePath::flatten_multitex() interface to bake in certain
  244. kinds of multitexture effects into a single texture, generated
  245. on-the-fly.
  246. * New options for ColorBlendAttrib and RenderModeAttrib.
  247. * NodePath::set_transparancy() now accepts a
  248. TransparencyAttrib::Mode parameter to specify exactly what kind of
  249. transparency you'd like.
  250. * New NodePath::set_render_mode() interface accepts a
  251. RenderModeAttrib::Mode parameter, deprecating
  252. set_render_mode_filled() and set_render_mode_wireframe().
  253. * LerpQuatInterval can be used as a drop-in replacement for
  254. LerpHprInterval; it performs spherical lerps in quaternion space,
  255. rather than lerping each component of a HPR individually.
  256. LerpHprInterval is not deprecated; it remains useful within its
  257. limitations.
  258. * New DirectSliderBar gui object implements a standard slider bar
  259. with a thumb (like a window scroll bar).
  260. * Lighting normals are now automatically counterscaled properly when
  261. lighting is enabled in the presence of a scale, uniform or
  262. nonuniform, in the scene graph. You can also use
  263. RescaleNormalAttrib for explicit control over this behavior.
  264. * Improvements to RopeNode for rendering splines in various
  265. representations.
  266. Collisions and physics systems:
  267. * New CollisionSegment and CollisionInvSphere collision solids.
  268. * The collision system now reports normals for intersections
  269. detected from collision rays, segments, and lines.
  270. * Several improvements to the physics system.
  271. Model converters:
  272. * x2egg and egg2x added to converters, as well as to inline
  273. conversion supported via ptloader. This adds support for
  274. DirectX's native so-called "retained-mode" file format. This file
  275. format supports animation and joint hierarchies as well as basic
  276. polygonal models.
  277. * vrml2egg added to converters, as well as to inline conversion
  278. supported via ptloader. This adds support for VRML 2.0 model
  279. files only.
  280. * Added -noabs option to many model converters, to help detect
  281. problems with unintended absolute path references.
  282. * Added egg2bam -flatten and -combine-geoms.
  283. * We now have working exporters for Max5, Max6, Max7, Maya5, Maya6.
  284. (Update: these were accidentally omitted from the binary release)
  285. * The Max exporter is dramatically improved: it now includes support
  286. for character studio, and the polygon winding bug has been fixed.
  287. ------------------------ RELEASE 2004-07-27 ------------------------
  288. Configuration, installation, and execution environments:
  289. * We have moved to a new, more explicit naming convention for our
  290. import statements. Rather than installing all Python files into
  291. one big flat namespace, we now import them from their appropriate
  292. directories, e.g. "from direct.actor import Actor".
  293. * "from ShowBaseGlobal import *" is replaced with "import
  294. direct.directbase.DirectStart" and/or "from pandac.PandaModules
  295. import *".
  296. * The old "generatePythonCode" script has been replaced with a new
  297. "genPyCode" script that automates the Python wrapper generation
  298. process without requiring any special parameters.
  299. * The old dependencies on environment variables have been removed.
  300. There are no longer requirements for any environment variables to
  301. be set in either the build process or the runtime environment
  302. (although a few optional environment variables remain to allow
  303. custom configuration).
  304. * INSTALL document greatly enhanced for clarity.
  305. * An automatic build script is now provided to further simplify
  306. building Panda3D for Unix and Cygwin users.
  307. * The old "Configrc" filename to identify runtime configuration
  308. files is deprecated; configuration files should now be named
  309. Config.prc, or in general, *.prc. The system-default
  310. configuration files are auto-generated as 20_panda.prc,
  311. 30_pandatool.prc, and 40_direct.prc (the numeric prefixes control
  312. the order in which these are loaded at runtime).
  313. Rendering system:
  314. * Some deprecated methods of CollisionEntry have been flagged to
  315. raise an exception now; these are replaced with the newer
  316. interfaces that can return a collision point in an arbitrary
  317. coordinate system.
  318. * Camera::set_cull_center() can be used for debugging culling by
  319. setting the effective point of visibility culling different from
  320. the actual point. From Python, use base.oobeCull() to examine
  321. this effect.
  322. * Alt-Enter in pview toggles between fullscreen and windowed modes.
  323. * Added experimental support for GL display lists.
  324. Scene graph:
  325. * Exposed methods to directly retrieve and set the individual
  326. vertices of a GeomNode from Python code.
  327. * The new PortalNode defines the interface for Panda's new
  328. cell-portal visibility system; each PortalNode is a window into
  329. another zone, or a separate subgraph; the PortalNode can hide or
  330. show the subset of its zone's geometry visible through its
  331. "portal".
  332. * The new PolylightNode applies a simple lighting-like effect
  333. without actually using lighting; objects will brighten or darken
  334. as a whole according to their proximity to the light. Use
  335. PolylightEffect to enable this effect.
  336. * The new FadeLODNode works like ordinary LODNode, but the switches
  337. are alpha-blended in over a short period of time rather than
  338. popping immediately.
  339. Text display:
  340. * Text now supports embedded mode changes--special characters to
  341. switch fonts, colors, scale, etc. within a line or within a
  342. paragraph.
  343. * Windows IME is better supported by Panda/Direct widgets
  344. (e.g. PGEntry and/or DirectEntry) in fullscreen mode as well as in
  345. windowed mode.
  346. Model converters:
  347. * dxf2egg and egg2dxf added to converters, as well as to inline
  348. conversion supported via ptloader.
  349. ------------------------ RELEASE 2004-03-29 ------------------------
  350. Miscellaneous:
  351. * We once again support the Microsoft VC6 compiler.
  352. * The "pstats" program is now provided in the Windows environment as
  353. part of pandatool. It is similar to "gtk-stats" on a Unix
  354. environment, and can be used to view a real-time graph of
  355. performance timing in a running Panda process. See
  356. panda/src/doc/howto.use_pstats.
  357. * New session recording and playback support allows capturing user
  358. and network input to a disk file, for replaying later, offline.
  359. Use "record-session filename.boo" and "playback-session
  360. filename.boo" in your Configrc file.
  361. * The genPyCode script now uses PythonWare's SqueezeTool to
  362. "squeeze" the large number of generated .py files into a single
  363. shared library, for substantially improved startup times on
  364. Windows.
  365. * The Task system now has substantially reduced overhead when many
  366. doLater's are waiting in the system.
  367. * The png image file type is now supported.
  368. Rendering system:
  369. * Introducing native DirectX9 graphics support, although we do not
  370. yet support any features specific to DirectX9, such as
  371. programmable shaders.
  372. * DirectX7 and DirectX8 modules are now somewhat more robust.
  373. * New support for offscreen rendering and render-to-a-texture, which
  374. will become part of a general multipass-rendering interface.
  375. Presently supported in OpenGL, with limited DirectX support. Use
  376. GraphicsWindow::make_texture_buffer() to make a buffer you can
  377. render into and apply the result as a texture map to objects in
  378. your scene. The NonlinearImager in the distort directory is a
  379. complex example of using this interface.
  380. * Explicit support for the Mesa 3D library's software-based
  381. offscreen rendering, allowing a Panda program to generate
  382. offscreen images as a background process, independently of any
  383. graphics card or desktop environment.
  384. * GraphicsLayer and GraphicsWindow render order can now be easily
  385. adjusted dynamically with set_sort() methods.
  386. * Built-in frame rate meter can be activated by setting
  387. "show-frame-rate-meter 1" in your Configrc file.
  388. Scene graph:
  389. * New tag system on PandaNodes allows storing of arbitrary string
  390. data on nodes, keyed by a string dictionary. The
  391. NodePath::get_net_tag() interface retrieves the data value for a
  392. particular tag on a node or the nearest ancestor of the node.
  393. NodePath::find() can search for a node in the scene graph with a
  394. given tag or tag/value pair.
  395. * Explicit shear transforms are now supported on nodes, as well as
  396. in character animation tables.
  397. * Characters now have an interface to control joint and slider
  398. values dynamically, instead of strictly from an animation file.
  399. Use Actor.exposeJoint() and/or Actor.controlJoint().
  400. * Nurbs surfaces and curves can now be rendered directly by Panda,
  401. which will tesselate them on the fly at some CPU cost. This is a
  402. modeling convenience only; it is not intended to be used for
  403. production code. Triangle strips are still the fastest way to
  404. render complex surfaces.
  405. * However, Rope.py is now provided as a high-level wrapper around
  406. Panda's runtime NURBS curve evaluator; it can render dynamic
  407. curves in a variety of ways.
  408. * The egg library is now published to Python, allowing construction
  409. of geometry on-the-fly by show code for convenience. This is also
  410. intended as a developer's convenience more than a production
  411. feature.
  412. Text display:
  413. * The special character \3 (ASCII 0x03) embedded in a text string
  414. indicates the position of a soft hyphen when wordwrap mode is in
  415. effect. The character \4 (ASCII 0x04) serves as a hyphenless
  416. invisible break point.
  417. * A default font is compiled in even if the FreeType library is not
  418. available.
  419. * pnmtext library added for rendering text directly into an image.
  420. * New egg-mkfont utility uses FreeType to generate static font
  421. models that Panda clients without FreeType can use to render text.
  422. Collision and physics system:
  423. * More robust collision interface, supporting NodePaths properly so
  424. that collisions detected into (and from) particular instances of
  425. nodes can be differentiated. CollisionEntry has a much simpler
  426. mechanism for getting the intersection point and normal in an
  427. arbitrary coordinate space defined by a NodePath, instead of the
  428. user having to convert the coordinate space by hand.
  429. * New CollisionVisualizer object to visually show collisions as they
  430. are tested and detected, useful for optimizing collision
  431. performance. Activate this with
  432. base.cTrav.showCollisions(render).
  433. * Implicit velocity system is now integrated with scene graph; the
  434. relative velocity of moving nodes is automatically considered when
  435. testing for most kinds of collisions. Use
  436. NodePath::set_fluid_pos() to indicate that a node is moving
  437. fluidly to its new position and should test for collisions along
  438. the way (as opposed to the more traditional NodePath::set_pos(),
  439. which unconditionally sets the node to its new position).
  440. * Introduction of "tube" collision shapes, sometimes called
  441. "capsules" in other libraries. It is a cylinder capped with
  442. hemispheres.
  443. * CollisionSolid::set_effective_normal() provides a way to define a
  444. sloping surface with an apparently vertical normal, to prevent
  445. characters standing on the surface from sliding down.
  446. * Collision polygons now respect clipping planes.
  447. * Many changes to physics system.
  448. HTTPClient and net systems:
  449. * More verbose error reporting.
  450. * Better support for proxy servers, including SOCKS5 proxies.
  451. Model converters:
  452. * maya2egg converter now supports skeleton/morph animation files
  453. fully, including soft-skinning, hard-skinning, and morphs (blend
  454. shapes). NURBS and polygon meshes are both supported.
  455. * A new Maya plugin called libmayapview allows opening a Panda
  456. window from within Maya to view how the scene will look once it
  457. has been converted to Panda.
  458. * New soft2egg converter supports models and animation stored in
  459. SoftImage 4.3 files. (Newer versions of SoftImage are not
  460. supported.)
  461. * New egg2flt program more or less reverses flt2egg.
  462. * The ptloader Panda loader allows direct loading into Panda of most
  463. model file types defined within pandatool: Maya, flt, and lwo.
  464. Specify load-file-type ptloader in your Configrc file.
  465. * New egg-optchar preprocessor improves character animation runtime
  466. performance by eliminating unneeded joints. It can also
  467. reorganize a skeleton and/or expose joints for the show code's
  468. convenience.
  469. * New egg-qtess utility converts NURBS egg files to polygon egg
  470. files with either a trivial interface for quick conversions or a
  471. sophisticated parameter file for more precise control. It
  472. preserves soft-skinning and animation information.
  473. * New visibility flag in egg format allows model files to define
  474. invisible subtrees which will be initially stashed when loaded.
  475. * The egg library now allows implicit forward references to vertex
  476. pools, making it much easier to generate a valid egg file from a
  477. third-party model format.