Jun 27, 2013
Ambient Occlusion for Maya 2014 Windows 64 bit version
An Ambient Occlusion for Maya 2014 Windows 64 bit version is available to download from this url.
May 3, 2013
Rendering a image for Maxwell Studio Lights
I rendered the library lights with cornell box scene for completely understand the Maxwell lights.
This image is easy to know how bright it is, isn't it?
This image is easy to know how bright it is, isn't it?
Feb 8, 2013
[sphinx] autodoc soleved importing compiled module
I sometime got same error when I used sphinx-build with automodule.
like this..
so, I made a dummy module for sphinx-build with automodule.
for example:
like this..
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\sphinx-1.1.3-py2.6.egg\sphinx\ext\autodoc.
py", line 321, in import_object
__import__(self.modname)
File "c:/home/ikuta/projects/nuke/scripts\yi\replacePath.py", line 28, in <mod
ule>
import nuke
File "C:/Program Files/Nuke6.3v5/plugins\nuke\__init__.py", line 23, in <modul
e>
from _nuke import *
ImportError: No module named _nuke
I soleved this error. It cause from compiled module.File "C:\Python26\lib\site-packages\sphinx-1.1.3-py2.6.egg\sphinx\ext\autodoc.
py", line 321, in import_object
__import__(self.modname)
File "c:/home/ikuta/projects/nuke/scripts\yi\replacePath.py", line 28, in <mod
ule>
import nuke
File "C:/Program Files/Nuke6.3v5/plugins\nuke\__init__.py", line 23, in <modul
e>
from _nuke import *
ImportError: No module named _nuke
so, I made a dummy module for sphinx-build with automodule.
for example:
Make dummy dir "c:/home/doc/source"
Make nuke dirctory and __init__.py
Added sys.path.append(c:/home/doc/source) for conf.py
Then execute sphinx-build
Feb 7, 2013
[memo][Maya-Python] Useing Sphinx
mayapy setup.py easy_install sphinx
http://www.mail-archive.com/python_inside_maya@googlegroups.com/msg02482.html
http://www.mail-archive.com/python_inside_maya@googlegroups.com/msg02482.html
Oct 9, 2012
Release a Glossy Reflection vesion 1.0.2
A Glossy Reflection for Windows vesion 1.0.2 is available for download from following URL via Creative Crash.
http://www.creativecrash.com/maya/downloads/shaders/c/glossy-reflection-for-m...
Sep 7, 2012
Perlin Noise
Perlin Noise
http://freespace.virgin.net/hugo.elias/models/m_perlin.htmhttp://www.noisemachine.com/talk1/
SeExr()
http://www.disneyanimation.com/technology/seexpr.html
Apr 10, 2012
ChromaLimit for Nuke
ChromaLimit for Nuke
Abstract
This Node is displaying the chrominance limiting area for the Broadcast Safe.Description
This Node can prevent from chrominance limit for the Broadcast Safe.You can ensure Chrominace limtit color.
- It can notice the RGB channel out of range 0.0 to 1.0 when push the 1 button.
- After that, Nothing to change. Because RGB value is range 0.0 to 1.0.
- Express out of Chrominance limit area when it's used.
- Original Image
- Result Image
How to install this node
- Put "ChromaLimit.dll" into your ~/.nuke directory.
- Add following line to menu.py.
nuke.menu('Nodes').addCommand('Color/ChromaLimit', 'nuke.tcl("ChromaLimit")') - Restart Nuke. And you'll find "ChromaLimit" under Color menu.
How to use this node
- Click the ChromaLimit form Color menu.
Properties Description
- MaxLimit : Luminance Max Level.
- MinLimit : Luminance Min Level.
- Color : Display filter color.
- Mode : Filter is enabled when turn on. It's ignored when turn off.
Enjoy!
Subscribe to:
Posts (Atom)




