Notes: Fifth "snapshot" release of the K-3D 0.7 development tree. Version 0.7 features a new mesh format for much improved performance, great improvements to the python scripting system and many more small fixes. This installer also includes all K-3D dependencies.
Changes: ------------------------------------------------------------------------ r976 | barche | 2008-05-25 10:01:15 +0200 (Sun, 25 May 2008) | 1 line BUG: Fix crash on Win32 ------------------------------------------------------------------------ r975 | tshead | 2008-05-24 03:09:49 +0200 (Sat, 24 May 2008) | 1 line COMP: Send mesh-difference measurements to the dashboard server as preformatted HTML so the columns line-up. ------------------------------------------------------------------------ r974 | evanlezar | 2008-05-23 15:11:29 +0200 (Fri, 23 May 2008) | 1 line COMP: Fixed reference to cgal in POTFILES.in ------------------------------------------------------------------------ r973 | caste1610 | 2008-05-23 13:20:42 +0200 (Fri, 23 May 2008) | 1 line ENH: edit_knot_vector now works in both directions ------------------------------------------------------------------------ r972 | tshead | 2008-05-23 03:14:56 +0200 (Fri, 23 May 2008) | 1 line STYLE: Use consistent naming for shader preview panel ------------------------------------------------------------------------ r971 | tshead | 2008-05-23 03:08:49 +0200 (Fri, 23 May 2008) | 1 line STYLE: Use consistent naming for the CGAL module. ------------------------------------------------------------------------ r970 | tshead | 2008-05-23 02:55:13 +0200 (Fri, 23 May 2008) | 1 line ENH: maintain the order of user-properties during serialization, rename some interfaces and classes for clarity, and cleanup some cruft. ------------------------------------------------------------------------ r969 | evanlezar | 2008-05-22 17:23:04 +0200 (Thu, 22 May 2008) | 1 line COMP: Removed BitmapColorMonochrome runs from CUDABitmapColorMonochrome benchmark ------------------------------------------------------------------------ r968 | tshead | 2008-05-21 05:56:44 +0200 (Wed, 21 May 2008) | 1 line ENH: Serialization-refactoring step 1: eliminate k3d::persistent, because all nodes are persistent by-definition. ------------------------------------------------------------------------ r967 | tshead | 2008-05-21 02:42:13 +0200 (Wed, 21 May 2008) | 1 line ENH: RenderMan shaders implement k3d::inode_change_signal so the Shader Preview Panel can be properly updated. ------------------------------------------------------------------------ r966 | tshead | 2008-05-21 01:55:30 +0200 (Wed, 21 May 2008) | 1 line ENH: Get inode_change_signal up-to-date, and implement it in RenderManMaterial so we generate the correct events for the shader preview panel. ------------------------------------------------------------------------ r965 | evanlezar | 2008-05-20 01:10:07 +0200 (Tue, 20 May 2008) | 1 line COMP: Removed ===== causing test to fail ------------------------------------------------------------------------ r964 | evanlezar | 2008-05-20 01:03:45 +0200 (Tue, 20 May 2008) | 1 line ENH: Added separate benchmarks for the regular Bitmap modifier plugins ------------------------------------------------------------------------ r963 | alexcurtis | 2008-05-19 23:46:35 +0200 (Mon, 19 May 2008) | 1 line Added node property signal render ------------------------------------------------------------------------ r962 | caste1610 | 2008-05-19 21:04:53 +0200 (Mon, 19 May 2008) | 4 lines ENH: added tests for NurbsCreate curve ENH: added NurbsCurveEditKnotVector - knots are still read only COMP: fixed some minor problems in NurbsCreateCurve COMP: NurbsConnectCurve should be able to do continuous connections ------------------------------------------------------------------------ r961 | alexcurtis | 2008-05-19 18:21:55 +0200 (Mon, 19 May 2008) | 1 line shaderPreview module prototype ------------------------------------------------------------------------ r960 | alexcurtis | 2008-05-19 18:21:29 +0200 (Mon, 19 May 2008) | 1 line shaderPreview module added ------------------------------------------------------------------------ r959 | alexcurtis | 2008-05-19 18:21:07 +0200 (Mon, 19 May 2008) | 1 line shaderPreview module added ------------------------------------------------------------------------ r958 | evanlezar | 2008-05-19 16:59:50 +0200 (Mon, 19 May 2008) | 1 line ENH: Improved the benchmarking of CUDABitmap and Bitmap plugins using the PipelineProfiler node including human-readable CDash output. Added regression test and benchmarks for CUDABitmapColorMonochrome ------------------------------------------------------------------------ r957 | tshead | 2008-05-19 07:02:06 +0200 (Mon, 19 May 2008) | 1 line ENH: Provide a 'disable' button for multi-mesh-sink modifiers. TODO: do a better job identifying the 'primary' input. ------------------------------------------------------------------------ r956 | tshead | 2008-05-19 05:51:49 +0200 (Mon, 19 May 2008) | 1 line ENH: Simplified the NGUI panel plugin API by eliminating the redundant ngui:panel-type key. ------------------------------------------------------------------------ r955 | evanlezar | 2008-05-18 19:41:29 +0200 (Sun, 18 May 2008) | 1 line ENH: Added CUDABitmapColorMonochrome plugin. Added pipeline_profiler functionality to all the existing bitmap plugins as well as finer-grained profileing for the CUDA plugins. Reduced the size of the benchmark bitmaps to prevent out of memory errors. ------------------------------------------------------------------------ r954 | tshead | 2008-05-18 19:25:02 +0200 (Sun, 18 May 2008) | 1 line ENH: Better regression test for PipelineProfiler. ------------------------------------------------------------------------ r953 | tshead | 2008-05-18 19:04:03 +0200 (Sun, 18 May 2008) | 1 line COMP: Add a regression test for the PipelineProfiler plugin. ------------------------------------------------------------------------ r952 | evanlezar | 2008-05-18 18:54:30 +0200 (Sun, 18 May 2008) | 1 line COMP: Fixed build by adding k3d namespace to double_t ------------------------------------------------------------------------ r951 | tshead | 2008-05-18 18:27:09 +0200 (Sun, 18 May 2008) | 1 line ENH: PipelineProfiler data can be accessed as a property from Python. ------------------------------------------------------------------------ r950 | tshead | 2008-05-18 08:17:53 +0200 (Sun, 18 May 2008) | 1 line ENH: Use K-3D builtin types for the pipeline profiler interface, and create a plugin for recording profiler events. TODO: figure-out a way to get profiler data into the Python layer. ------------------------------------------------------------------------ r949 | carlosadc | 2008-05-18 07:15:06 +0200 (Sun, 18 May 2008) | 1 line ENH: Added Path curve importing with C and c tokens. Added add_bezier function which is a variation of add_curve to convert bezier curves into NURBS. Changed some functions to pass by reference ------------------------------------------------------------------------ r948 | evanlezar | 2008-05-18 00:19:16 +0200 (Sun, 18 May 2008) | 1 line ENH: Added pipeline_profiler functionality to the CUDABitmapAdd and BitmapAdd plugins ------------------------------------------------------------------------ r947 | tshead | 2008-05-17 18:04:18 +0200 (Sat, 17 May 2008) | 1 line STYLE: Use K-3D types for the OBJ parser. ------------------------------------------------------------------------ r946 | tshead | 2008-05-17 04:44:14 +0200 (Sat, 17 May 2008) | 1 line COMP: Use consistent naming for the CUDA regression tests. ------------------------------------------------------------------------ r945 | tshead | 2008-05-17 04:43:33 +0200 (Sat, 17 May 2008) | 1 line COMP: remove workarounds now that CDash supports test measurements. ------------------------------------------------------------------------ r944 | tshead | 2008-05-17 03:27:49 +0200 (Sat, 17 May 2008) | 1 line COMP: Remove problematic/redundant #includes ------------------------------------------------------------------------ r943 | tshead | 2008-05-17 02:54:00 +0200 (Sat, 17 May 2008) | 1 line COMP: Remove executable flag from regression tests, they aren't intended to be run from the command-line. ------------------------------------------------------------------------ r942 | carlosadc | 2008-05-16 21:02:50 +0200 (Fri, 16 May 2008) | 1 line ENH: Removed libxml parsing code and replaced it with native k3d::xml ------------------------------------------------------------------------ r941 | carlosadc | 2008-05-16 02:26:30 +0200 (Fri, 16 May 2008) | 1 line =Added basic SVG reader, imports rectangles as second degree NURBS. Also added add_curve to gprim_factory to handle curve adding ------------------------------------------------------------------------ r940 | tshead | 2008-05-15 07:24:58 +0200 (Thu, 15 May 2008) | 1 line COMP: Refactor the NSIS packaging target. ------------------------------------------------------------------------ r939 | barche | 2008-05-15 00:11:50 +0200 (Thu, 15 May 2008) | 1 line ENH: Add an OpenCascade document importer, and add support for all OpenCascade file types ------------------------------------------------------------------------ r938 | tshead | 2008-05-14 08:12:02 +0200 (Wed, 14 May 2008) | 1 line COMP: begin refactoring the packaging targets for better control, more options. ------------------------------------------------------------------------ r937 | tshead | 2008-05-14 08:11:19 +0200 (Wed, 14 May 2008) | 1 line COMP: Remove troublesome control characters from the license file. ------------------------------------------------------------------------ r936 | tshead | 2008-05-14 04:47:44 +0200 (Wed, 14 May 2008) | 1 line COMP: Synchronize i18n sources. ------------------------------------------------------------------------ r935 | caste1610 | 2008-05-12 17:33:37 +0200 (Mon, 12 May 2008) | 1 line ENH: First part of NurbsConnectCurves Plugin ------------------------------------------------------------------------ r934 | tshead | 2008-05-12 00:50:33 +0200 (Mon, 12 May 2008) | 1 line COMP: Update the script for generating wiki documentation. ------------------------------------------------------------------------ r933 | barche | 2008-05-11 23:24:20 +0200 (Sun, 11 May 2008) | 1 line COMP: Simplify blocking of bitmap_kernel_entry ------------------------------------------------------------------------ r932 | barche | 2008-05-11 22:40:25 +0200 (Sun, 11 May 2008) | 1 line BUG: Correct execution timing for CUDA bitmap filters ------------------------------------------------------------------------ r931 | evanlezar | 2008-05-11 21:17:28 +0200 (Sun, 11 May 2008) | 1 line ENH: Added CUDA versions of the BitmapMultiply and BitmapSubtract plugins as well as test cases. ------------------------------------------------------------------------ r930 | evanlezar | 2008-05-11 18:05:26 +0200 (Sun, 11 May 2008) | 1 line ENH: Improved CUDABitmapAdd benchmarking and included benchmarking test case ------------------------------------------------------------------------ r929 | tshead | 2008-05-11 08:34:38 +0200 (Sun, 11 May 2008) | 1 line Initial custom property panel capability. ------------------------------------------------------------------------ r928 | tshead | 2008-05-11 00:15:01 +0200 (Sun, 11 May 2008) | 1 line ENH: Cleanup some unused NGUI code, improve naming, and prepare for custom property page plugins. ------------------------------------------------------------------------ r927 | tshead | 2008-05-10 23:06:35 +0200 (Sat, 10 May 2008) | 1 line COMP: Eliminate false-positives for MorphPoints plugin. ------------------------------------------------------------------------ r926 | tshead | 2008-05-10 04:01:06 +0200 (Sat, 10 May 2008) | 1 line ENH: cleanup the MorphPoints modifier. ------------------------------------------------------------------------ r925 | evanlezar | 2008-05-09 00:55:18 +0200 (Fri, 09 May 2008) | 1 line ENH: Working device implementation of CUDABitmapAdd under Linux ------------------------------------------------------------------------ r924 | barche | 2008-05-08 22:44:38 +0200 (Thu, 08 May 2008) | 1 line BUG: Fix problems when displaying meshes with empty polyhedra ------------------------------------------------------------------------ r923 | barche | 2008-05-08 20:05:37 +0200 (Thu, 08 May 2008) | 1 line BUG: Fix crash on frame/aim to empty mesh ------------------------------------------------------------------------ r922 | tshead | 2008-05-08 05:01:39 +0200 (Thu, 08 May 2008) | 1 line ENH: Eliminate redundant code in the Tool Properties Panel.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use