Leonardo Covarrubias CGFX Shaders
Para los que han visto el tutorial de Toon Rendering, Leo ha hecho un release en git para los shaders CGFX que usamos.
https://github.com/leocov-dev/maya-realtime-shaders/tree/master/CGFX
Aquí el tutorial:
Realtime toon Rendering in Maya
Para cargar los shaders.
Tutorial 10 minutes to better painting Marco Bucci
Merging Shapes
Visual Language
Digital Brushwork
Good Shapes
Colour Harmony
StudioLibrary error al instalar en mac
Al correr el studiolibrary en maya para mac, en lugar de poner:
import studiolibrary studiolibrary.main()
Con lowercase, cambiar la “L” a uppercase:
import studioLibrary studioLibrary.main()
Nextcloud file locked cannot sync
Cuando los archivos se bloquean al sincronizarse.
- Entrar al Phpmyadmin
- Seleccionar la tabla “oc_file_locks”
- Hacer click en el tab SQL
- Poner el siguiente comando.
SELECT * FROM `oc_file_locks` WHERE 1; DELETE FROM oc_file_locks WHERE 1; - Darle click en GO
- Esperar a que se borren los archivos en el cliente.
Ocultar la ventana de la Consola en Maya
Para ocultar el “Output window” al iniciar Maya:
Modificar el shortcut de maya y agregar lo siguiente para eliminar el console window.
"C:\Program Files\Autodesk\Maya2013\bin\maya.exe" -hideConsole
Resetear la posicion de las ventanas en Maya
Si una ventana desaparece de la pantalla en maya, hacer lo siguiente para restaurar las ventanas al área de trabajo.
Cerrar maya e ir a:
C:\Users\Documents\maya\2013\prefs
borrar el archivo: windowPrefs.mel
Reiniciar maya 🙂
Error al instalar Oculus – Bypass updates

Si ya están instalados los hotfixes KB2670838 y KB3033929 o al descargarlos de la página de windows te dice que ya están instalados hay que entrar al command prompt, llegar a la carpeta donde esta la instalación del oculus y correrlo así:
OculusSetup.exe /bypassHotfixCheck
Despues correr el instalador. Asegurarse de que tienes esos updates sino va a crear problemas al correr el oculus.
También hay más información, si instalaste el update “KB4015549”, al instalarlo bloqueaste el update KB3033929 y no te deja instalarlo, siendo parte del rollup pero sin ser visible. Si los quieres instalar manualmente no te va a dejar pues ya es parte del rollup y no se ve.
More details.
When the Windows Update KB4015549 (April Rollup) is installed, that locks out the KB3033929 required update. The KB3033929 is apparently included as part of the rollup, but is no longer visible.
It is both installed so that manually attempting to install will say it is already installed, but also not-installed, because it does not show in Installed Updates, and Oculus setup cannot see it.
That means that anybody doing complete windows updates is going to get the error message about needing the KB updates when doing Oculus install. And need to use the cmd /bypassHotfixCheck approach.
If you manually install KB3033929 and KB2670838 *before* the rollup, it all works correctly.
Otra solución, cómo buscar si ya tienes un update específico en windows
Steps I’d performed to get it to work:
First use command prompt to check if you have the required updates:
1. Open cmd.exe as administrator.
2. Type: SYSTEMINFO.exe | findstr KB2670838
example how it should look like if you have the update:

3. I could confirm I already had the KB2670838 update, but could not find the KB3033929 update.
Installation for KB2670838:
https://www.microsoft.com/en-US/download/details.aspx?id=36805
Installation for KB3033929:
https://www.microsoft.com/en-US/download/details.aspx?id=46148
4. I tried installing the KB3033929 update but the installation said it already was installed.
5. I oppened cmd.exe again but this time NOT as administrator.
6. My OculusSetup was located on a different drive so I had to type this command:
cd /d I:\Henrik\Downloads\Oculusriftruntime

7. Then I just typed the hotfix command:
OculusSetup.exe /bypassHotfixCheck