Home
last modified time | relevance | path

Searched refs:lengthNode (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_cycles.c602 lengthNode->custom1 = NODE_VECTOR_MATH_LENGTH; in update_vector_math_node_cross_product_operator()
603 lengthNode->locx = node->locx + node->width + 20.0f; in update_vector_math_node_cross_product_operator()
605 lengthNode->locy = node->locy - lengthNode->height - 20.0f; in update_vector_math_node_cross_product_operator()
608 lengthNode->locy = node->locy; in update_vector_math_node_cross_product_operator()
649 lengthNode->custom1 = NODE_VECTOR_MATH_LENGTH; in update_vector_math_node_normalize_operator()
650 lengthNode->locx = node->locx + node->width + 20.0f; in update_vector_math_node_normalize_operator()
651 lengthNode->locy = node->locy; in update_vector_math_node_normalize_operator()
756 lengthNode->custom1 = NODE_VECTOR_MATH_LENGTH; in update_vector_math_node_average_operator()
757 lengthNode->locx = node->locx + node->width + 20.0f; in update_vector_math_node_average_operator()
759 lengthNode->locy = node->locy - lengthNode->height - 20.0f; in update_vector_math_node_average_operator()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Installation/
H A DInstallFromDiscLogic.cs354 var lengthNode = node.Value.Nodes.FirstOrDefault(n => n.Key == "Length"); in ExtractFromPackage()
355 if (lengthNode == null) in ExtractFromPackage()
361 var length = FieldLoader.GetValue<int>("Length", lengthNode.Value.Value); in ExtractFromPackage()
529 var lengthNode = kv.Value.Nodes.FirstOrDefault(n => n.Key == "Length"); in IsValidSourcePath()
530 if (offsetNode != null || lengthNode != null) in IsValidSourcePath()
537 if (lengthNode != null) in IsValidSourcePath()
538 length = FieldLoader.GetValue<long>("Length", lengthNode.Value.Value); in IsValidSourcePath()
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DTurbulenceNeptuneModel.py358 lengthNode = fieldNode.xmlGetNode('length_scale')
360 if lengthNode == None:
363 lengthNode = fieldNode.xmlGetNode('length_scale')