Re: [Bf-committers] install_deps.sh: oiio and osl compile errors

2012-11-16 Thread Sergey Sharybin
I could see change from Campbell which seems to fix issue with filesystem
library not compiled from sources.


On Sat, Nov 17, 2012 at 4:18 AM, INTERLICHTSPIELHAUS <
interlichtspielh...@gmail.com> wrote:

> Bastien Montagne wrote:
>
> > Hi,
> >
> > For OSL you need at least llvm-3.0
>
>
> apparently the script installs 2 versions
> , llvm-3.0 and llvm-2.9
>
> and uses llvm-2.9 to compile osl
>
>
> i just manually uninstalled llvm-2.9
> and ran the script again:
>
> ##
> The following extra packages will be installed:
>   libllvm2.9 llvm llvm-2.9 llvm-2.9-dev llvm-2.9-runtime llvm-runtime
> Suggested packages:
>   llvm-2.9-doc
> The following NEW packages will be installed:
>   libllvm2.9 llvm llvm-2.9 llvm-2.9-dev llvm-2.9-runtime llvm-dev
> llvm-runtime
> 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.
> Need to get 0 B/18.9 MB of archives.
> After this operation, 58.4 MB of additional disk space will be used.
> Selecting previously unselected package libllvm2.9.
> (Reading database ... 234559 files and directories currently installed.)
> Unpacking libllvm2.9 (from .../libllvm2.9_2.9+dfsg-3ubuntu4_i386.deb) ...
> Selecting previously unselected package llvm-2.9-runtime.
> Unpacking llvm-2.9-runtime (from
> .../llvm-2.9-runtime_2.9+dfsg-3ubuntu4_i386.deb) ...
> Selecting previously unselected package llvm-runtime.
> Unpacking llvm-runtime (from .../llvm-runtime_2.9-7_i386.deb) ...
> Selecting previously unselected package llvm-2.9.
> Unpacking llvm-2.9 (from .../llvm-2.9_2.9+dfsg-3ubuntu4_i386.deb) ...
> Selecting previously unselected package llvm.
> Unpacking llvm (from .../archives/llvm_2.9-7_i386.deb) ...
> Selecting previously unselected package llvm-2.9-dev.
> Unpacking llvm-2.9-dev (from .../llvm-2.9-dev_2.9+dfsg-3ubuntu4_i386.deb)
> ...
> Selecting previously unselected package llvm-dev.
> Unpacking llvm-dev (from .../llvm-dev_2.9-7_i386.deb) ...
> Processing triggers for man-db ...
> Setting up libllvm2.9 (2.9+dfsg-3ubuntu4) ...
> Setting up llvm-2.9-runtime (2.9+dfsg-3ubuntu4) ...
> Setting up llvm-runtime (2.9-7) ...
> Setting up llvm-2.9 (2.9+dfsg-3ubuntu4) ...
> Setting up llvm (2.9-7) ...
> Setting up llvm-2.9-dev (2.9+dfsg-3ubuntu4) ...
> Setting up llvm-dev (2.9-7) ...
> ##
>
> so while i do have llvm-3.0 installed
> it still installs llvm-2.9 and uses that one to compile
>
>
>
> > OIIO error has been reported, will setup a ubuntu vbox tomorrow to see
> > what happens…
>
> ok thanks :-)
>
>
> regards
> inS
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Possible Render Noise Filter?

2012-11-16 Thread Campbell Barton
(since nobody else answers) - I recall it being posted in
#blendercoders a while back, so quite sure cycles devs (aka Brecht)
knows about it.

On Tue, Nov 13, 2012 at 9:46 AM, Jason W.  wrote:
>
> Has anyone evaluated this paper?
>
> http://agl.unm.edu/rpf/
>
> Seems like a potential addition to either cycles viewport rendering and/or a 
> couple of compositor node.  It takes as few as 8 samples per pixel and is 
> comparable with many many times more for about 3 times the computation of 
> 8spp. It preserves detail and edges well.  Not sure what the additional 
> memory use would be.
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers



-- 
- Campbell
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


[Bf-committers] [Addon] Item Panel

2012-11-16 Thread proxe
Not sure if this is the right place to ask for addon commits so ill keep it
short, you can get full details of the addon & screenshots at:
http://blenderartists.org/forum/showthread.php?272086-
Addon-Item-Panel-(Batch-Renaming)
You can download the addon:
https://docs.google.com/open?id=0BzRaJiKjEGRpMllpQjkzdXBXTlk
Its a simple addon really, its pretty much an amped up item panel, lets you
toggle display of all selected objects, data, active object modifiers
(hide/show visibility of each) and constraints, there is a little Auto
button next to the object name input that lets you perform batch renaming
on the selected objects or the active objects modifiers/constraints, batch
renaming and datablock displaying of bones and their constraints too.
The panel maintains a simple look while all of this is not activated, if it
does make it into trunk I'll be sure to improve it in several ways.
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] install_deps.sh: oiio and osl compile errors

2012-11-16 Thread INTERLICHTSPIELHAUS
Bastien Montagne wrote:

> Hi,
>
> For OSL you need at least llvm-3.0


apparently the script installs 2 versions
, llvm-3.0 and llvm-2.9

and uses llvm-2.9 to compile osl


i just manually uninstalled llvm-2.9
and ran the script again:

##
The following extra packages will be installed:
  libllvm2.9 llvm llvm-2.9 llvm-2.9-dev llvm-2.9-runtime llvm-runtime
Suggested packages:
  llvm-2.9-doc
The following NEW packages will be installed:
  libllvm2.9 llvm llvm-2.9 llvm-2.9-dev llvm-2.9-runtime llvm-dev llvm-runtime
0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/18.9 MB of archives.
After this operation, 58.4 MB of additional disk space will be used.
Selecting previously unselected package libllvm2.9.
(Reading database ... 234559 files and directories currently installed.)
Unpacking libllvm2.9 (from .../libllvm2.9_2.9+dfsg-3ubuntu4_i386.deb) ...
Selecting previously unselected package llvm-2.9-runtime.
Unpacking llvm-2.9-runtime (from
.../llvm-2.9-runtime_2.9+dfsg-3ubuntu4_i386.deb) ...
Selecting previously unselected package llvm-runtime.
Unpacking llvm-runtime (from .../llvm-runtime_2.9-7_i386.deb) ...
Selecting previously unselected package llvm-2.9.
Unpacking llvm-2.9 (from .../llvm-2.9_2.9+dfsg-3ubuntu4_i386.deb) ...
Selecting previously unselected package llvm.
Unpacking llvm (from .../archives/llvm_2.9-7_i386.deb) ...
Selecting previously unselected package llvm-2.9-dev.
Unpacking llvm-2.9-dev (from .../llvm-2.9-dev_2.9+dfsg-3ubuntu4_i386.deb) ...
Selecting previously unselected package llvm-dev.
Unpacking llvm-dev (from .../llvm-dev_2.9-7_i386.deb) ...
Processing triggers for man-db ...
Setting up libllvm2.9 (2.9+dfsg-3ubuntu4) ...
Setting up llvm-2.9-runtime (2.9+dfsg-3ubuntu4) ...
Setting up llvm-runtime (2.9-7) ...
Setting up llvm-2.9 (2.9+dfsg-3ubuntu4) ...
Setting up llvm (2.9-7) ...
Setting up llvm-2.9-dev (2.9+dfsg-3ubuntu4) ...
Setting up llvm-dev (2.9-7) ...
##

so while i do have llvm-3.0 installed
it still installs llvm-2.9 and uses that one to compile



> OIIO error has been reported, will setup a ubuntu vbox tomorrow to see
> what happens…

ok thanks :-)


regards
inS
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] install_deps.sh: oiio and osl compile errors

2012-11-16 Thread Bastien Montagne
Hi,

For OSL you need at least llvm-3.0

OIIO error has been reported, will setup a ubuntu vbox tomorrow to see 
what happens…

On 16/11/2012 21:56, INTERLICHTSPIELHAUS wrote:
> hi
>
> i am trying to compile the libs through the use of the 'install_deps.sh' 
> script
>
> i get 2 errors
>   , one compiling oiio
>   and one compiling osl
>
> ubuntu 12.04 32 bit
> gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
>
>
> osl error:
>
> [ 15%] Building CXX object liboslcomp/CMakeFiles/oslcomp.dir/ast.cpp.o
> /usr/lib/llvm-2.9/bin/llvm-as:
> /home/interlichtspielhaus/src/blender-deps/OpenShadingLanguage-1.2.0/build/liboslexec/llvm_ops.s:7860:9:
> error: expected instruction opcode
>%18 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)*
> @__gxx_personality_v0 to i8*)
>  ^
> make[2]: *** [liboslexec/llvm_ops.bc.cpp] Error 1
> make[1]: *** [liboslexec/CMakeFiles/oslexec.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs
>
> #
> #
> #
> #
> #
> #
>
> oiio error:
>
> [ 81%] Building CXX object
> libOpenImageIO/CMakeFiles/imagebuf_test.dir/imagebuf_test.cpp.o
> Linking CXX executable hash_test
> Linking CXX executable filesystem_test
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::filename(std::basic_string std::char_traits, std::allocator  >  const&)':
> filesystem.cpp:(.text+0x102): undefined reference to
> `boost::filesystem::path::filename() const'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::extension(std::basic_string std::char_traits, std::allocator  >  const&, bool)':
> filesystem.cpp:(.text+0x226): undefined reference to
> `boost::filesystem::path::extension() const'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::replace_extension(std::basic_string std::char_traits, std::allocator  >  const&,
> std::basic_string, std::allocator  >
> const&)':
> filesystem.cpp:(.text+0x3d2): undefined reference to
> `boost::filesystem::path::replace_extension(boost::filesystem::path
> const&)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::exists(std::basic_string std::char_traits, std::allocator  >  const&)':
> filesystem.cpp:(.text+0x552): undefined reference to
> `boost::filesystem::detail::status(boost::filesystem::path const&,
> boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::is_directory(std::basic_string std::char_traits, std::allocator  >  const&)':
> filesystem.cpp:(.text+0x642): undefined reference to
> `boost::filesystem::detail::status(boost::filesystem::path const&,
> boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::is_regular(std::basic_string std::char_traits, std::allocator  >  const&)':
> filesystem.cpp:(.text+0x732): undefined reference to
> `boost::filesystem::detail::status(boost::filesystem::path const&,
> boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::last_write_time(std::basic_string std::char_traits, std::allocator  >  const&)':
> filesystem.cpp:(.text+0x96a): undefined reference to
> `boost::filesystem::detail::last_write_time(boost::filesystem::path
> const&, boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::last_write_time(std::basic_string std::char_traits, std::allocator  >  const&, long)':
> filesystem.cpp:(.text+0xa1e): undefined reference to
> `boost::filesystem::detail::last_write_time(boost::filesystem::path
> const&, long, boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `OpenImageIO::v1_1::Filesystem::searchpath_find(std::basic_string std::char_traits, std::allocator  >  const&,
> std::vector,
> std::allocator  >, std::allocator std::char_traits, std::allocator  >  >  >  const&, bool,
> bool)':
> filesystem.cpp:(.text+0x234e): undefined reference to
> `boost::filesystem::path::codecvt()'
> filesystem.cpp:(.text+0x2367): undefined reference to
> `boost::filesystem::path::m_append_separator_if_needed()'
> filesystem.cpp:(.text+0x2414): undefined reference to
> `boost::filesystem::path::m_erase_redundant_separator(unsigned int)'
> filesystem.cpp:(.text+0x24fd): undefined reference to
> `boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&,
> boost::filesystem::path const&, boost::system::error_code*)'
> filesystem.cpp:(.text+0x2543): undefined reference to
> `boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&,
> boost::system::error_code*)'
> libOpenImageIO.a(filesystem.cpp.o): In function
> `boost::detail::sp_counted_impl_p::dispose()':
> filesystem.cpp:(.text._ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE7disposeEv[boost::

[Bf-committers] install_deps.sh: oiio and osl compile errors

2012-11-16 Thread INTERLICHTSPIELHAUS
hi

i am trying to compile the libs through the use of the 'install_deps.sh' script

i get 2 errors
 , one compiling oiio
 and one compiling osl

ubuntu 12.04 32 bit
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)


osl error:

[ 15%] Building CXX object liboslcomp/CMakeFiles/oslcomp.dir/ast.cpp.o
/usr/lib/llvm-2.9/bin/llvm-as:
/home/interlichtspielhaus/src/blender-deps/OpenShadingLanguage-1.2.0/build/liboslexec/llvm_ops.s:7860:9:
error: expected instruction opcode
  %18 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)*
@__gxx_personality_v0 to i8*)
^
make[2]: *** [liboslexec/llvm_ops.bc.cpp] Error 1
make[1]: *** [liboslexec/CMakeFiles/oslexec.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs

#
#
#
#
#
#

oiio error:

[ 81%] Building CXX object
libOpenImageIO/CMakeFiles/imagebuf_test.dir/imagebuf_test.cpp.o
Linking CXX executable hash_test
Linking CXX executable filesystem_test
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::filename(std::basic_string, std::allocator > const&)':
filesystem.cpp:(.text+0x102): undefined reference to
`boost::filesystem::path::filename() const'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::extension(std::basic_string, std::allocator > const&, bool)':
filesystem.cpp:(.text+0x226): undefined reference to
`boost::filesystem::path::extension() const'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::replace_extension(std::basic_string, std::allocator > const&,
std::basic_string, std::allocator >
const&)':
filesystem.cpp:(.text+0x3d2): undefined reference to
`boost::filesystem::path::replace_extension(boost::filesystem::path
const&)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::exists(std::basic_string, std::allocator > const&)':
filesystem.cpp:(.text+0x552): undefined reference to
`boost::filesystem::detail::status(boost::filesystem::path const&,
boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::is_directory(std::basic_string, std::allocator > const&)':
filesystem.cpp:(.text+0x642): undefined reference to
`boost::filesystem::detail::status(boost::filesystem::path const&,
boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::is_regular(std::basic_string, std::allocator > const&)':
filesystem.cpp:(.text+0x732): undefined reference to
`boost::filesystem::detail::status(boost::filesystem::path const&,
boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::last_write_time(std::basic_string, std::allocator > const&)':
filesystem.cpp:(.text+0x96a): undefined reference to
`boost::filesystem::detail::last_write_time(boost::filesystem::path
const&, boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::last_write_time(std::basic_string, std::allocator > const&, long)':
filesystem.cpp:(.text+0xa1e): undefined reference to
`boost::filesystem::detail::last_write_time(boost::filesystem::path
const&, long, boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`OpenImageIO::v1_1::Filesystem::searchpath_find(std::basic_string, std::allocator > const&,
std::vector,
std::allocator >, std::allocator, std::allocator > > > const&, bool,
bool)':
filesystem.cpp:(.text+0x234e): undefined reference to
`boost::filesystem::path::codecvt()'
filesystem.cpp:(.text+0x2367): undefined reference to
`boost::filesystem::path::m_append_separator_if_needed()'
filesystem.cpp:(.text+0x2414): undefined reference to
`boost::filesystem::path::m_erase_redundant_separator(unsigned int)'
filesystem.cpp:(.text+0x24fd): undefined reference to
`boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&,
boost::filesystem::path const&, boost::system::error_code*)'
filesystem.cpp:(.text+0x2543): undefined reference to
`boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&,
boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`boost::detail::sp_counted_impl_p::dispose()':
filesystem.cpp:(.text._ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE7disposeEv[boost::detail::sp_counted_impl_p::dispose()]+0x3b):
undefined reference to
`boost::filesystem::detail::dir_itr_close(void*&, void*&)'
libOpenImageIO.a(filesystem.cpp.o): In function `void
boost::checked_delete(boost::filesystem::detail::dir_itr_imp*)':
filesystem.cpp:(.text._ZN5boost14checked_deleteINS_10filesystem6detail11dir_itr_impEEEvPT_[void
boost::checked_delete(boost::filesystem::detail::dir_itr_imp*)]+0x38):
undefined reference to
`boost::filesystem::detail::dir_itr_close(void*&, void*&)'
collect2: ld returned 1 exit status
make[2]: *** [libOpenImageIO/hash

Re: [Bf-committers] Replacement for pre-compiled Linux libraries

2012-11-16 Thread Julien Duroure
Hello,

Still have a problem with my ubuntu 12.04 64bits, during OIIO compilation :

filesystem.cpp:(.text+0x1eea): undefined reference to
`boost::filesystem::path::codecvt()'
filesystem.cpp:(.text+0x1eff): undefined reference to
`boost::filesystem::path::m_append_separator_if_needed()'
filesystem.cpp:(.text+0x1f89): undefined reference to
`boost::filesystem::path::m_erase_redundant_separator(unsigned long)'
filesystem.cpp:(.text+0x205b): undefined reference to
`boost::filesystem::detail::directory_iterator_construct(boost::filesystem::directory_iterator&,
boost::filesystem::path const&, boost::system::error_code*)'
filesystem.cpp:(.text+0x209b): undefined reference to
`boost::filesystem::detail::directory_iterator_increment(boost::filesystem::directory_iterator&,
boost::system::error_code*)'
libOpenImageIO.a(filesystem.cpp.o): In function
`boost::detail::sp_counted_impl_p::dispose()':
filesystem.cpp:(.text._ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE7disposeEv[boost::detail::sp_counted_impl_p::dispose()]+0x17):
undefined reference to
`boost::filesystem::detail::dir_itr_close(void*&, void*&)'
libOpenImageIO.a(filesystem.cpp.o): In function `void
boost::checked_delete(boost::filesystem::detail::dir_itr_imp*)':
filesystem.cpp:(.text._ZN5boost14checked_deleteINS_10filesystem6detail11dir_itr_impEEEvPT_[void
boost::checked_delete(boost::filesystem::detail::dir_itr_imp*)]+0x16):
undefined reference to
`boost::filesystem::detail::dir_itr_close(void*&, void*&)'
collect2: ld returned 1 exit status
make[2]: *** [libOpenImageIO/filesystem_test] Error 1
make[1]: *** [libOpenImageIO/CMakeFiles/filesystem_test.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs


And still have an awk error at end.

No change when I put #include "SHA1.h" at first position

Complete log are here : http://www.pasteall.org/37282
(Compilation error arround line 18898 & 18929, and awk at end of file )


Regards,

Julien

On Tue, Nov 13, 2012 at 7:05 PM, Bastien Montagne wrote:

> Yes, already added WITH_CODEC_FFMPEG=ON...
>
> @Julien: escaped the '/' in char class, should work now!
>
> On 13/11/2012 18:50, Julien Duroure wrote:
> > Works now for me on ubuntu 12.04 ( merci Bastien ! ), except for
> displaying
> > flags to set :
> >
> > If you're using CMake add this to your configuration flags:
> >-D WITH_CODEC_FFMPEG=ON
> >-D FFMPEG=/opt/lib/ffmpeg
> > awk: line 1: regular expression compile failed (bad class -- [], [^] or
> [)
> > .*lib([^
> > awk: line 1: syntax error at or near ]
> > awk: line 1: extra ')'
> >-D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;'
> >
> > Regards,
> >
> >
> > On Tue, Nov 13, 2012 at 6:37 PM, Sergey Sharybin >wrote:
> >
> >> Linking errors should have been solved with recent Bastien's commit
> which
> >> should make script displaying extra libraries blender should be linked
> >> against (using FFMPEG_LIBRARIES for cmake nd something familiar for
> scons).
> >>
> >> Perhaps you're right with with suggesting set -DWITH_FFMPEG to truth.
> >>
> >> as per "temporary" src. I don't actually have strong opinion here. The
> only
> >> thing with more permanent storage is that it helps a lot debugging
> script
> >> by avoiding downloading packages on every run. But perhaps we can make
> it
> >> indeed move it to /tmp when the script is stable.
> >>
> >>
> >> On Tue, Nov 13, 2012 at 10:26 PM, Xavier Thomas<
> >> xavier.thomas.1...@gmail.com>  wrote:
> >>
> >>> Also it created a (temporary?) "src" directory in my user home an left
> it
> >>> there.
> >>> Maybe using /tmp is better,  what is I already had a src directory in
> my
> >>> home?
> >>>
> >>>
> >>> 2012/11/13 Xavier Thomas
> >>>
>  Hello,
> 
>  The dependencies build fine on Debian with apt pinning but mostly
> >>> testing.
>  Some problems though:
> 
>  First, after compiling the dependencies it suggest:
>  If you're using CMake add this to your configuration flags:
> -D FFMPEG=/opt/lib/ffmpeg
>  If you're using SCons add this to your user-config:
>  BF_OCIO='/opt/lib/ocio'
>  BF_FFMPEG='/opt/lib/ffmpeg'
> 
>  I didn't test with scons but the cmake suggestion does not changes
>  anything unless WITH_FFMPEG is already set in the cmake cache.
> 
> 
>  Second, after compiling blender it gives linking errors:
>  Linking CXX executable ../../bin/blender
>  /opt/lib/ffmpeg/lib/libavcodec.a(libmp3lame.o): In function
>  `encode_frame_float':
>  /home/xavier/src/blender-deps/ffmpeg-1.0/libavcodec/libmp3lame.c:192:
>  undefined reference to `lame_encode_buffer_float'
>  
> 
>  The list of errors is huge but just undefined references for all
> >>> functions
>  of libmp3lame, libschroedinger, libtheora, libvpx, libx264 and
> >> libvxvid.
>  Of course all the *-dev packages are installed on my system.
> 
>  Xavier
> 
> 
>  2012/11/13 Sergey Sharybin
> 
> > I've made some 

[Bf-committers] Particle invisibility TODO

2012-11-16 Thread Mikee Rice
Hi,

Some time ago I posted a bugreport about this issue 
(http://projects.blender.org/tracker/?func=detail&atid=498&aid=28881&group_id=9)
 which appeared to be a duplicate of 
(http://projects.blender.org/tracker/?func=detail&atid=498&aid=31913&group_id=9),
 but back to then were no any active developer who wanted to fix this issue and 
it was moved to TODO's.

I forget about that for some time, but recently I got the project where I very 
need this tool, and if you guys making good progress with bugreports and 
thinking about do some TODO work, I want to propose to take care of this one.


Thanks,
Mikee Rice
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Precompiled linux libraries were removed

2012-11-16 Thread Sergey Sharybin
Antony, it'll help knowing which system you're using :)


On Fri, Nov 16, 2012 at 8:05 PM, Antony Riakiotakis wrote:

> Quite good!
>
> I see some errors in the end. Also currently oiio compilation fails on
> my system :/
>
> "
>
> If you're using CMake add this to your configuration flags:
>   -D BOOST_ROOT=/opt/lib/boost
>   -D Boost_NO_SYSTEM_PATHS=ON
>   -D WITH_CODEC_FFMPEG=ON
>   -D FFMPEG=/opt/lib/ffmpeg
> awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
> .*lib([^
> awk: line 1: syntax error at or near ]
> awk: line 1: extra ')'
>   -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;'
>
> If you're using SCons add this to your user-config:
> BF_BOOST='/opt/lib/boost'
> BF_FFMPEG='/opt/lib/ffmpeg'
> awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
> .*lib([^
> awk: line 1: syntax error at or near ]
> awk: line 1: extra ')'
> BF_FFMPEG_LIB='avformat avcodec swscale avutil avdevice '
> ___
> Bf-committers mailing list
> Bf-committers@blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Precompiled linux libraries were removed

2012-11-16 Thread Antony Riakiotakis
Quite good!

I see some errors in the end. Also currently oiio compilation fails on
my system :/

"

If you're using CMake add this to your configuration flags:
  -D BOOST_ROOT=/opt/lib/boost
  -D Boost_NO_SYSTEM_PATHS=ON
  -D WITH_CODEC_FFMPEG=ON
  -D FFMPEG=/opt/lib/ffmpeg
awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
.*lib([^
awk: line 1: syntax error at or near ]
awk: line 1: extra ')'
  -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;'

If you're using SCons add this to your user-config:
BF_BOOST='/opt/lib/boost'
BF_FFMPEG='/opt/lib/ffmpeg'
awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
.*lib([^
awk: line 1: syntax error at or near ]
awk: line 1: extra ')'
BF_FFMPEG_LIB='avformat avcodec swscale avutil avdevice '
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


[Bf-committers] Precompiled linux libraries were removed

2012-11-16 Thread Sergey Sharybin
Hi,

I've just made a commit which removed precompiled linux libraries from our
svn. For those who're notfamiliar why it was done -- this libraries were
causing a general headache  for maintainers and users, they also didn't
work well for modern distros (because it's difficult to make a library
which will work on all supported linux distros).

Now we do have a script which installs all available dependencies from the
repository and compiles all missing dependencies. This script is called
install_deps.sh and could be found in blender's svn [1].

I've updated linux build instructions, so they now briefly describes how to
use this script [2]. Probably some further refirement of that wiki section
is needed.

I also want to say special thanks to Bastien Montagne who helped a lot
writing install_deps.sh script!

[1]
https://svn.blender.org/svnroot/bf-blender/trunk/blender/build_files/build_environment/install_deps.sh
[2]
http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/get_the_source#Automatic_dependencies_installation

-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] ascii art

2012-11-16 Thread Antony Riakiotakis
There's a cool branch called freestyle for that.
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] ascii art

2012-11-16 Thread Abhinav Yadav
Well there are some shaders that just render the outline, i dont know
whether blender has it in 3ds max i use ink and paint shader to render
outlines, your best bet is to contact someone at blender support
channel on irc.
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers