Tags
Timeline of data storage
25 Sunday Dec 2011
Posted in Tech World
25 Sunday Dec 2011
Posted in Tech World
Tags
12 Monday Dec 2011
Posted in Computer Graphics, Maya, Tips & Tricks
Now maya uses a customized version of Qt libraries.So if you want to built PyQt libraries for maya 2012.Here is how to do that,
cd c:\qt-adsk-4.7.1 configure -debug-and-release -no-qt3support
4. Now Qt is configured.To build run this command
c:\qt\2010.05\bin\jom
More detailed instruction can be found inside the Qt 4.7.1 Modified for Maya from Autodesk archive.
1.Extract Sip 4.1.3 to c:\sip-4.13
2.Run ‘Visual Studio 2008 x64 Win64 Command Prompt’ as administrator
3.Lets set the env variable for library and configure sip.Execute following commands
cd c:\sip-4.13 set LIB=%LIB%;C:\Program Files\Autodesk\Maya2012\lib "C:\Program Files\Autodesk\Maya2012\bin\mayapy" configure.py
4.Set the include file location and build sip
set INCLUDE=%INCLUDE%;C:\Program Files\Autodesk\Maya2012\include\python2.6 nmake nmake install
1.Extract PyQt 4.8.6 to c:\PyQt-win-gpl-4.8.6
2.Run ‘Visual Studio 2008 x64 Win64 Command Prompt’ as administrator
3.Change to PyQt directory and Set the following Environment variable
cd c:\PyQt-win-gpl-4.8.6 set QTDIR= C:\qt-adsk-4.7.1 set PATH=C:\qt-adsk-4.7.1\bin;%PATH% set QMAKESPEC=C:\qt-adsk-4.7.1\mkspecs\win32‐msvc2008 set INCLUDE=%INCLUDE%;C:\Program Files\Autodesk\Maya2012\include\python2.6;C:\qt-adsk-4.7.1\include
4.Configure and Bulit
"C:\Program Files\Autodesk\Maya2012\bin\mayapy" configure.py ‐w LIBDIR_QT=C:\qt-adsk-4.7.1\lib INCDIR_QT=C:\qt-adsk-4.7.1\include nmake nmake install
Now Sip and PyQt4 will be installed in maya’s site‐packages directory located at C:\Program Files\Autodesk\Maya2012\Python\lib\site-packages
Now you can test the installation.Using the below code in maya’s script editor.
from PyQt4 import QtGui,QtCore
button=QtGui.QPushButton("Hello There")
button.show()
11 Sunday Dec 2011
Posted in iPad, Products We Use
09 Friday Dec 2011
Posted in Tech World

Finally Google has launched their codenamed propeller as “Google Currents”.Its a magazine – like news reader app for android and iOS devices.It lets you explore online magazines and other content with the swipe of a finger.I have always hated Google reader.But this one is really beautiful and cool.
It is not a social magazine like flipboard.Because it doesn’t allow us to feed twitter or facebook feed like flipboard.flipboard has read it later and instapaper.currents only have instapaper.I prefer Flipboard than currents.But Flipboard is available only for iOS devices.
Most importantly,It allows you to create and distribute your own content using “Producer“. I have published this blog in currents.It is pretty straightforward.
As of today there was no ads inside this app.
The app is available for free in the android market and apple store (US Store only)
07 Wednesday Dec 2011
Posted in iPhone, Tech World
07 Wednesday Dec 2011
Posted in Computer Graphics, Tips & Tricks
05 Monday Dec 2011
Posted in Computer Graphics
Just read this definition formulated by the ASC-ADG-VES Joint Technology Subcommittee on previsualization.
” It is a collaborative process that generates preliminary versions of shots or sequences, predominantly using 3D animation tools and virtual environment.It enables filmmakers to visually explore creative ideas, plan technical solutions, and communicate a shared vision for efficient production.”
and i like to add “It will also help vfx artist to have some sleep.”
05 Monday Dec 2011
Posted in Tech World
Tags
via Mashable
04 Sunday Dec 2011
Posted in Computer Graphics, Tips & Tricks
When you install CentOS with windows in dual boot environment.By default you wont be able to mount the ntfs file system.Here is how to mount it.
1.Open terminal with root account.
2.Then install rpmforge
rpm -Uvh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm yum install fuse-ntfs-3g
04 Sunday Dec 2011
Posted in Computer Graphics, Tips & Tricks
Tags
After the install first thing you will be noticing is, when you browse the folders, every folder opens in a new window.For most windows user this is kinda annoying.Here is how to disable it.
1.Open terminal with user account.
2.Type the following command
nautilus-file-management-properties