Zojuist is met versienummer 0.6.5.0 een nieuwe stabiele versie van K-3D uitgekomen. Met dit programma kunnen 3d-objecten en animaties worden ontworpen en is ook in staat om deze te renderen. De software wordt als een Windows-installer aangeboden, maar ook de broncode is beschikbaar, die onder andere onder Linux, Mac OS X en Solaris te compileren is. Meer informatie over dit programma kan in deze wiki worden gevonden. Het changelog van deze release ziet er als volgt uit:
Changes:[break]
- ENH: FrozenMesh, K3DMeshInput, and OBJMeshInput plugins have a "reset" button in the Node Properties Panel that forces an update
- BUG: Directed graph loop-detection code didn't work in all cases
- COMP: Python tutorials weren't getting installed
- BUG: Fixed problem running external render engines on Win32 (again) - the executable location is automatically added to PATH at runtime
- ENH: Win32 installer no longer alters the system/user PATH
- COMP: Revert inadvertent change to the code::blocks build
- ENH: k3d::system::spawn_sync() and k3d::system::spawn_async() log the PATH for debugging
- ENH: Reverted k3d::system::spawn_sync() to use the same implementation on all platforms (special-casing Win32 turned-out to be unnecessary)
- BUG: Fix problems starting external applications (Aqsis, Pixie) on Win32
- BUG: The switch to shared mesh instance archives broke automatic RenderMan shader compilation
- BUG: File > Revert command didn't update the UI layer correctly
- COMP: Fix compile-error building QR plugin with gcc 4.0