Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140804 - media-gfx/blender: can't add background image
Summary: media-gfx/blender: can't add background image
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 10:51 UTC by Alexey Dobriyan
Modified: 2006-07-18 03:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Screenshot of not showing chosen bg image filename (blwtf.png,38.32 KB, image/png)
2006-07-17 10:51 UTC, Alexey Dobriyan
Details
Blender works. (blendergb.png,288.04 KB, image/png)
2006-07-17 11:19 UTC, Luca Barbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Dobriyan 2006-07-17 10:51:03 UTC
1. In 3D View select View->Background Image... Small window appears.
2. Push "Use Background Image"
3. Click on "Image" Button. File dialog appears.
4. Choose some $DEITY honest jpeg. It even has blue square on the left.
5. Nothins else happens regardless of XY, XZ, YZ, Camera View; Ortho/Perspective
   projection. No background image for me.

   Chosen filename also doesn't show up anywhere. However, "Texture:" chooser
   correctly shows "TE:Tex" unlike filename. See attached screenshot for full
   picture.

Basically it doesn't show chosen filename like tutorials show, and doesn't show
bg picture like tutorials and blender forums say.
Comment 1 Alexey Dobriyan 2006-07-17 10:51:42 UTC
Created attachment 92005 [details]
Screenshot of not showing chosen bg image filename
Comment 2 Alexey Dobriyan 2006-07-17 11:01:04 UTC
Gaaaack... blender-2.41 and 2.42 affected.
"jpeg png sdl blender-game -iconv -nls -openal -openexr"
------------------------------------------------------------------
Gentoo Base System version 1.6.15
Portage 2.1-r1 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.18-rc1-6d76fa58b050044994fe25f8753b8023f2b36737 i686)
=================================================================
System uname: 2.6.18-rc1-6d76fa58b050044994fe25f8753b8023f2b36737 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="x86 X alsa apm avi bitmap-fonts cairo cli divx4linux dlloader dri eds emboss encode foomaticdb gdbm gif gpm gstreamer gtk2 imlib isdnlog jpeg libg++ libwww mad mbox mikmod motif mp3 mpeg ncurses nopie nossp ogg oggvorbis opengl pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts unicode vorbis xml2 xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Luca Barbato gentoo-dev 2006-07-17 11:19:26 UTC
Created attachment 92009 [details]
Blender works.

Blender works as should, you have the TX box active, press the cross X to disable it and select a file again
Comment 4 Alexey Dobriyan 2006-07-17 11:19:34 UTC
Ick. It works now.
------------------------------
if(G.qual==LR_CTRLKEY)
           ^^^^^^^^^^
      activate_imageselect(FILE_SPECIAL, "Select Image", name, load_bgpic_image);
else
      activate_fileselect(FILE_SPECIAL, "Select Image", name, load_bgpic_image);
break;
Comment 5 Luca Barbato gentoo-dev 2006-07-18 03:24:26 UTC
Ok, closed then

(you may use upstream btw to notify about this issue)