code
stringlengths
1
1.72M
language
stringclasses
1 value
""" The MIT License Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
Python
""" The MIT License Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
Python
""" The MIT License Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
Python
# Early, and incomplete implementation of -04. # import re import urllib RESERVED = ":/?#[]@!$&'()*+,;=" OPERATOR = "+./;?|!@" EXPLODE = "*+" MODIFIER = ":^" TEMPLATE = re.compile(r"{(?P<operator>[\+\./;\?|!@])?(?P<varlist>[^}]+)}", re.UNICODE) VAR = re.compile(r"^(?P<varname>[^=\+\*:\^]+)((?P<explode>[\+\*])|(?P<part...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
mathInc = "SpiMathLib.h" mathIncPaths = ["/usr/local64/openexr/1.4.0/include"] mathLibs = ["Half", "Imath", "Iex"] mathLibPaths = ["/usr/local64/openexr/1.4.0/lib64"] incPaths = [ "/usr/local64/include/hdf5", "/usr/local64/include/boost-1_34_1/" ] libPaths = [ "/usr/local64/lib", "/usr/local64/lib...
Python
# ------------------------------------------------------------------------------ from BuildSupport import * # ------------------------------------------------------------------------------ buildPath = buildDir() installPath = installDir() sharedLibPath = join(buildPath, field3DName) # ------------------------------...
Python
# ------------------------------------------------------------------------------ from BuildSupport import * # ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ----------------------------------------------------------------...
Python
# ------------------------------------------------------------------------------ # Contains various helper functions for the SCons build system # ------------------------------------------------------------------------------ import os import sys from SCons.Script import * from os.path import join # ----------------...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * appName = "f3dinfo" buildPath = buildDir() binPath = ...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
mathInc = "SpiMathLib.h" mathIncPaths = ["/usr/local64/openexr/1.4.0/include"] mathLibs = ["Half", "Imath", "Iex"] mathLibPaths = ["/usr/local64/openexr/1.4.0/lib64"] incPaths = [ "/usr/local64/include/hdf5", "/usr/local64/include/boost-1_34_1/" ] libPaths = [ "/usr/local64/lib", "/usr/local64/lib...
Python
# ------------------------------------------------------------------------------ from BuildSupport import * # ------------------------------------------------------------------------------ buildPath = buildDir() installPath = installDir() sharedLibPath = join(buildPath, field3DName) # ------------------------------...
Python
# ------------------------------------------------------------------------------ from BuildSupport import * # ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ----------------------------------------------------------------...
Python
# ------------------------------------------------------------------------------ # Contains various helper functions for the SCons build system # ------------------------------------------------------------------------------ import os import sys from SCons.Script import * from os.path import join # ----------------...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# # Copyright (c) 2009 Sony Pictures Imageworks Inc. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # notice, this list ...
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, os.p...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python
# ------------------------------------------------------------------------------ import os import sys # ------------------------------------------------------------------------------ pathToRoot = "../../.." sys.path.append(pathToRoot) from BuildSupport import * buildPath = buildDir() binPath = join(buildPath, o...
Python
# ------------------------------------------------------------------------------ env = Environment() Export("env") SConscript("SConscript") # ------------------------------------------------------------------------------
Python