You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other places its being used:
lefdef - probably ok to leave
crlcore/python/helpers/init.py
bora/python/initHook.py
bootstrap/socInstaller.py
hurricane/src/utilities/Path.cpp
For CellViewer, the name of the function it is in gives a clue : CellViewer::imageDisplay(). We get the cwd to save the image (PNG or whatever) in it.
lefdef : we don't touch unless it really cause a problem.
ignore what's in bootstrap it's for developers only. Maybe deprecated, not a priority anyway.
In crlcore, it is part of the early initialization process and likely could be removed.
In katana/python/initHook.py, I wonder how it can be removed, as it is to look inside the currently running directory for user-defined, on the fly, python patchs (typically: configure debugging).
should probably use modern getcwd that allocates the right length buffer. But why is this being used?!
The text was updated successfully, but these errors were encountered: