Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Gaffer Windows 0.59.6.0 and Python 3" #30

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 0 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,9 @@
.gafferBackups
.idea
.sconf_temp
*.oso
*.so
*.dylib
*.sln
*.pdb
install_manifest.txt
CMakeCache.txt
cmake_install.cmake
.sconsign.dblite
.vscode
cmake-build-*
config.log
doc/html
doc/python
config.log
.idea
.sconf_temp
.gafferBackups
Release/
RelWithDebInfo/
Debug/
.vs/
*.vcxproj*
*.dir/
CMakeFiles/
x64/
./cmake/
graphics/
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11593,4 +11593,4 @@ See python/GafferTest/ParameterHandlerTest.py for an example.

addChild( n2 )

* Fixed bug which caused "RuntimeError: Internal C++ object (PySide.QtGui.QLineEdit) already deleted." messages to be displayed.
* Fixed bug which caused "RuntimeError: Internal C++ object (PySide.QtGui.QLineEdit) already deleted." messages to be displayed.
Loading