Just 2 percent of users donating can help bring in more developers to keep Blender the best 3D software out there. Free for everyone, forever!
入门
部分
参与
布尔运算 节点对其输入值执行基本的逻辑运算。
两个标准的布尔型输入。
当两个输入都为真时,输出为真。 (AND)
当至少有一个输入为真时,输出为真。 (OR)
输入值取反。 (NOT)
当至少有一个输入为假时,输出为真。(NAND)
当两个输入都为假时,输出为真。(NOR)
当两个输入相等时,输出为真。也被称为“同或”。(XNOR)
当两个输入不同时,输出为真。也被称为“异或”。(XOR)
输出为真,除非第一个输入为真且第二个输入为假。(IMPLY)
当第一个输入为真,第二个为假时,输出为真。也被称为“非蕴含”。(NIMPLY)
标准的布尔型输出。
Note
You are not using the most up to date version of the documentation. is the newest version.