lcRetopoBasic:
I changed some things so undo will work properly after doing a shrink wrap.
lcObjTools:
Lets you set a path to quickly export obj files. You can export the selected geometry either combined or each piece individually. If you have poly-smooth preview turned on those pieces can be exported with that baked down. You can also import multiple obj’s at the same time
Note: overwrites without warning.
November 12, 2012
LCT Scripts Update
September 23, 2012
September 13, 2012
lcShaderTools_BETA
I’ve been asked about the shadow baking script I was working on. It made it to the beta form you see here, but I’ve mostly abandoned this project. The DirectX11 features previewed recently for Maya 2013 address many of my issues, so I’m waiting for that to release new shaders.
This tool is BETA, and I’ll offer NO SUPPORT – the workflow is very rigid, there are bugs. Extract the ‘lct’ folder to your scripts directory (overwrite as necessary), check the README for run command.
Downloads
USAGE:
- Click ‘Make CGFX’ and assign this shader as necessary – only the shader created using the tool can interact with it – no other shaders will work with this tool.
- Click ‘Make or Link Lights’ – this creates a directional light and 3 point lights that are automatically linked to the shaders – you adjust light properties through the light node itself – for point lights the intensity value = attenuation and may have to be set very high depending on your scene scale.
- For shadow baking, select ONE mesh and click ‘Setup UV’s’ – this creates a secondary UV set for all mesh’s that share the same shader.
- Mental Ray must be turned ON and available.
- To bake shadows - select ONE object and click one of the Bake buttons – this bakes shadows for any mesh’s that share the same shader – you do not need to specify a bake path unless you want to.
August 14, 2012
Siggraph 2012
I had the good fortune of being sent by Turbine to Siggraph last week, it was a blast. The course Practical Physically-Based Shading in Film and Game Production was particularly compelling. The course notes are very nicely detailed and the section by Brent Burley from Disney was especially interesting.
June 19, 2012
p3d.in test
My friend showed me this website – p3d.in – they let you upload 3d models for embeding into websites. Its been done before but this implementation is simple, needs no plugins and seems very fast
A test with a wip mesh – 200k tri’s, about 8MB – may take a moment or two to load.
May 14, 2012
May 4, 2012
April 27, 2012
April 26, 2012
WIP - Felix Mendelssohn
work in progress – trying to get used to sculpting in Mudbox
working from this image:
(any one remember CGTalk’s 100 Heads post?)
February 25, 2012
lcRetopoBasic–Another Update
Some small changes based on requests
- Removing a mesh from the High Res List will reset its display overrides such as x-ray and hidden
- Added code to better handle Undo queue functionality when doing a shrink-wrap or relax
- Adjusting the mesh layering effect with the slider will do so for all mesh’s in the list not just the selected one
- Adding a new mesh to the High Res List will pop it to the currently active mesh layering distance
- I disable Viewport 2.0’s vertex animation caching when the script is run – this fixes the problem of the mesh layering effect not updating when the viewport is rotated. Caching will NOT be automatically re-enabled.