Houdini18 python快速入门Intro to Python – Houdini 18

Houdini18 python快速入门Intro to Python – Houdini 18

Intro to Python – Houdini 18 – Writing parameter data to text files

Continuing our Python in Houdini series, lets take a look at how to write out a text file that includes all the parameter data of our HDA. This is very useful if you need to save out preset data for your HDAs, or if you are building pipelines and need the parameter data in other places in your pipeline.

Indie-Pixel Website: http://www.indie-pixel.com
Patreon: https://www.patreon.com/indiepixel
谷歌翻译:
继续我们的Houdini系列Python,让我们看一下如何编写一个文本文件,其中包含我们HDA的所有参数数据。如果您需要保存HDA的预设数据,或者正在构建管道并且在管道中其他位置需要参数数据,这将非常有用。

Indie-Pixel Website: http://www.indie-pixel.com
Patreon: https://www.patreon.com/indiepixel

 
 
 

Houdini 18 – Intro to Python – Writing to JSON Files

Howdy Guys!

In this video I wanted to walk through the basics of writing to json files from your HDAs in Houdini. This is the next step in saving out data in a more complex format. Json is a very popular format and python supports it natively. It also helps out when having to save out organized data, very crucial to pipelines. So Hopefully this helps you out! Let me know what cha think!
谷歌翻译:
大家好!

在此视频中,我想讲解从Houdini中的HDA写入json文件的基本知识。这是以更复杂的格式保存数据的下一步。 Json是一种非常流行的格式,而python本身支持它。当必须保存有组织的数据(对管道非常重要)时,它也可以提供帮助。因此,希望这对您有所帮助!让我知道查的想法!

(提取码:vfxf)