Cleanup: line length
This commit is contained in:
@@ -476,8 +476,6 @@ class PrincipledBSDFWrapper(ShaderWrapper):
|
||||
|
||||
normalmap_texture = property(normalmap_texture_get)
|
||||
|
||||
|
||||
|
||||
class ShaderImageTextureWrapper():
|
||||
"""
|
||||
Generic 'image texture'-like wrapper, handling image node, some mapping (texture coordinates transformations),
|
||||
|
||||
@@ -747,7 +747,12 @@ def BuildRNAInfo():
|
||||
|
||||
# for rna_info in InfoStructRNA.global_lookup.values():
|
||||
# print(rna_info)
|
||||
return InfoStructRNA.global_lookup, InfoFunctionRNA.global_lookup, InfoOperatorRNA.global_lookup, InfoPropertyRNA.global_lookup
|
||||
return (
|
||||
InfoStructRNA.global_lookup,
|
||||
InfoFunctionRNA.global_lookup,
|
||||
InfoOperatorRNA.global_lookup,
|
||||
InfoPropertyRNA.global_lookup,
|
||||
)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user