»
Blender 2.62 + Addons Contrib, External + Oscurart Addons + Cycles CUDA + OceanSim
Blender trunk + addons contrib & external + Oscurart Tools v2.8 (2011-01-08) + Cycles CUDA + OceanSim + FFMPEG 0.10
* Collada update
* Custom splash : http://oscurart.blogspot.com/2012/01/3d-model-welcome-sopa-and-bigbrother.html
* Oscurart Tools v2.9 BETA
Oscurart Tools Add-on info: www.oscurart.blogspot.com
Oscurart Tools looks like this:

Demo Video (subtitles in spanish):
Oscurart IO txt raw meshes data info: www.oscurart.blogspot.com
Oscurart rope maker:
Oscurart Chain maker:
Randomize Vertices:
Make Thread Mesh:
Copy Vertex Location:
Copy Mirror Constraints
Futurism:
Enjoy!
GREETINGS KEREEA
2 Comments so far. Leave yours.
01:46 January 27th, 2012
Look great, but unfortunotely it does not work on mint linux. I have up-to-date system, but there is no libavdevice in 53 version yet. Here's the error from command line:
./blender: /usr/lib64/libavdevice.so.53: version `LIBAVDEVICE_53' not found (required by ./blender)
./blender: /usr/lib64/libavcodec.so.53: version `LIBAVCODEC_53' not found (required by ./blender)
./blender: /usr/lib64/libswscale.so.2: version `LIBSWSCALE_2' not found (required by ./blender)
./blender: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./blender)
./blender: /usr/lib64/libavformat.so.53: version `LIBAVFORMAT_53' not found (required by ./blender)
./blender: /usr/lib64/libavutil.so.51: version `LIBAVUTIL_51' not found (required by ./blender)
Of course, linking against the older version no longer work. And I don't know any repo/ppa source for updated libs :(
./blender: /usr/lib64/libavdevice.so.53: version `LIBAVDEVICE_53' not found (required by ./blender)
./blender: /usr/lib64/libavcodec.so.53: version `LIBAVCODEC_53' not found (required by ./blender)
./blender: /usr/lib64/libswscale.so.2: version `LIBSWSCALE_2' not found (required by ./blender)
./blender: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./blender)
./blender: /usr/lib64/libavformat.so.53: version `LIBAVFORMAT_53' not found (required by ./blender)
./blender: /usr/lib64/libavutil.so.51: version `LIBAVUTIL_51' not found (required by ./blender)
Of course, linking against the older version no longer work. And I don't know any repo/ppa source for updated libs :(
Feeling talkative?
Log in to leave a comment.
Log in to leave a comment.
Try with:
sudo apt-get install libavdevice53 libavdevice-extra-53 libavdevice-dev
Greetings!!