MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / processPrimitive

Function processPrimitive

install/scripts/commands/ase_export.py:114–119  ·  view source on GitHub ↗
(scenenode)

Source from the content-addressed store, hash-verified

112
113 # Branch on primitive nodes
114 def processPrimitive(scenenode):
115 if scenenode.isBrush():
116 processBrush(scenenode.getBrush())
117 elif scenenode.isPatch():
118 processPatch(scenenode.getPatch())
119 return
120
121 # Traversor class to visit child primitives of entities
122 class nodeVisitor(dr.SceneNodeVisitor):

Callers 1

visitMethod · 0.70

Calls 6

isBrushMethod · 0.80
getBrushMethod · 0.80
getPatchMethod · 0.80
processBrushFunction · 0.70
processPatchFunction · 0.70
isPatchMethod · 0.45

Tested by

no test coverage detected