mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
c6fc1c9ad2
commit
9c7790cc63
@ -72,6 +72,7 @@ def outputGlobalFileImports(file, methodList, CModuleName):
|
|||||||
for argType in argTypes:
|
for argType in argTypes:
|
||||||
# Get the real return type (not derived)
|
# Get the real return type (not derived)
|
||||||
argType = argType.typeDescriptor.recursiveTypeDescriptor()
|
argType = argType.typeDescriptor.recursiveTypeDescriptor()
|
||||||
|
if (not argType.isNested):
|
||||||
argTypeName = argType.foreignTypeName
|
argTypeName = argType.foreignTypeName
|
||||||
# Do not put our own module in the import list
|
# Do not put our own module in the import list
|
||||||
# Do not put modules already in the list (like a set)
|
# Do not put modules already in the list (like a set)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user