- Nov 14, 2011
-
-
Campbell Barton authored
-
- Nov 02, 2011
-
-
Campbell Barton authored
-
- Oct 11, 2011
-
-
Campbell Barton authored
-
- Oct 04, 2011
-
-
Campbell Barton authored
-
- Sep 26, 2011
-
-
Campbell Barton authored
-
- Sep 24, 2011
-
-
Campbell Barton authored
-
- Sep 22, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Aug 22, 2011
-
-
Campbell Barton authored
-
- Aug 16, 2011
-
-
Campbell Barton authored
-
- Aug 15, 2011
-
-
Campbell Barton authored
-
- Aug 08, 2011
-
-
Campbell Barton authored
-
- Aug 04, 2011
-
-
Campbell Barton authored
-
- Jul 29, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
patch [#27769] Small fixes for X3D exporter: not existing IndexedTriangleSet.creaseAngle, zero Viewpoint.orientation, ... *Info from the tracker submission this patch resolves* 3. When exporting texture URL, new Blender 2.58 exporter writes URLs in the order: [basename, result of bpy_extras.io_utils.path_reference, absolute]. I propose to change this order to write the result of bpy_extras.io_utils.path_reference *first*. Reasons: -- Result of bpy_extras.io_utils.path_reference is controlled by user (through path_mode). By setting it correctly, user can make sure that 1st url matches (which is nice for 3d viewer, also avoids warnings from view3dcene that one url along the way was not available). -- This also makes the results of 2.58 exporter more similar to how 2.57 behaved. In 2.57, the relative path "os.path.relpath(filepath_full, relpath)" was first, then basename, then absolute name. And that was good, in my opinion, as relative path has the best chance of success and is more directly controlled by user. (New "bpy_extras.io_utils.path_reference" is even better, so kudos for implementing it.) 4. Finally, a trivial fix to the formatting of output "<TextureTransform..." in X3D. Without this fix, "<TextureTransform" and "translation=" are on the same output line, separated by a lot of whitespaces (taken from ident_step).
-
- Jul 28, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
bug #2, zero length axis.
-
- Jul 27, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Jul 25, 2011
-
-
Campbell Barton authored
previous order deprecated.
-
- Jul 21, 2011
-
-
Campbell Barton authored
-
- Jul 20, 2011
-
-
Campbell Barton authored
-
- Jul 11, 2011
-
-
Campbell Barton authored
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
-
- Jul 08, 2011
-
-
Campbell Barton authored
fix issue #1 from bug [#27896] B258.0 > X3D export > 3 bugs: "MA_Black".001, lib groups, Rotation 0 0 0 0
-
- Jun 27, 2011
-
-
Campbell Barton authored
-
- Jun 21, 2011
-
-
Campbell Barton authored
-
- Jun 10, 2011
-
-
Campbell Barton authored
- h3d: replace unfinvviewmat with gl_ModelViewMatrixInverse
-
- Jun 08, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Jun 07, 2011
-
-
Campbell Barton authored
-
- Jun 04, 2011
-
-
Campbell Barton authored
object hierarchy (parent/child) support for X3D export, tested with dupli-groups, scaling, rotations. keep this optional so exporting without hierarchy is still supported.
-
- Jun 03, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
- use XML escaping rather then cleaning to for strings
-
- Jun 02, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
- May 31, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-