diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-01-10 20:25:10 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-01-10 20:25:10 +0000 |
commit | 7a9fba45c12ecc029b8f810cdc5551b92f1c3c5c (patch) | |
tree | 951436a42de410ea66cefc88cfc6842fc4977d37 /graphics/blender | |
parent | e4251038f44f36ea8252e00e3a0b6ac421ec134e (diff) | |
download | pkgsrc-7a9fba45c12ecc029b8f810cdc5551b92f1c3c5c.tar.gz |
Update to 2.31a as blender-2.31.0.1. Changes to 2.31:
- 3D Window: while moving Camera Object in camera view, the constraint
line was drawn incorrect.
- 3D Window: the Transform Panel displayed wrong when in FaceSelect or
VertexPaint mode.
- 3D Window: in the MKEY "move to layer" menu, the numeric hotkeys were
mixed up
- Ipo Window: in newly created Ipo Windows the Transform Panel was drawn
with zero size
- Rendering: autosmooth was always on when Material option "Radio" was
set... should only be done when render option "Radio" was set too.
- OSX: restored CTRL+F12 or ALT+F12 for rendering when your system ejects
CDROM with F12 (ahem!).
- OSX: fixed bug in using texture and sequence plugins (thanks Bischofftep!).
In the distro are sample compiled plugins (.so) included.
- MS Windows: the File Browse window displayed wrong path/filename on
attempt to read a non-existing directory.
- Added for the manual designers: when you want to make screenshot with a
pulldown or popup menu in it, press (alt+)ctrl+f3 while the menu is
visible, then ESC, and press (alt+)ctrl+f3 again. Note the (alt+) is
for OSX users only.
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 5 | ||||
-rw-r--r-- | graphics/blender/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index f6fab8341a9..f8a51b44265 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2004/01/10 19:59:02 jschauma Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/10 20:25:10 jschauma Exp $ # -DISTNAME= blender-2.31 +DISTNAME= blender-2.31a +PKGNAME= blender-2.31.0.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.umn.edu/pub/blender.org/source/ \ http://download.blender.org/source/ diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index 426e3b3e56b..8d0d9dfce7c 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/01/10 19:59:02 jschauma Exp $ +$NetBSD: distinfo,v 1.9 2004/01/10 20:25:10 jschauma Exp $ -SHA1 (blender-2.31.tar.bz2) = aa40963ed2d812a964f3d6db4b3776f78f8e01ba -Size (blender-2.31.tar.bz2) = 4546274 bytes +SHA1 (blender-2.31a.tar.bz2) = 72cacaab9b1e0e1f609fb984994be4eed41e7746 +Size (blender-2.31a.tar.bz2) = 4540160 bytes |