Re: [Maya-Python] metadata in houdini

2018-01-31 Thread Juan Cristóbal Quesada
Thanks Jesse, i ll give a try! 2018-01-30 18:55 GMT+01:00 Jesse Kretschmer : > Howdy Juan, > This is not quite the right mailing list, but I've played with houdini, so > maybe I can help. I think you want to use the houdini session >

Re: [Maya-Python] metadata in houdini

2018-01-30 Thread Jesse Kretschmer
Howdy Juan, This is not quite the right mailing list, but I've played with houdini, so maybe I can help. I think you want to use the houdini session . import houhou.session.example_var = "Some Value" The session is saved with the .hip

[Maya-Python] metadata in houdini

2018-01-30 Thread Juan Cristóbal Quesada
Hi guys, i know this a maya mail group but i was wondering if someone has done something similar in Houdini. In Maya i have embedded successfully some scene metadata in nodes and now i need to do the same in Houdini, but its the first time i deal with it. Doing a simple google search ive found how