Skip to content

Commit

Permalink
Merge pull request #27 from ericmehl/gaffer_0.59.4.0
Browse files Browse the repository at this point in the history
Update to GafferHQ 0.59.4.0
  • Loading branch information
ericmehl authored Mar 7, 2021
2 parents 3a7415e + f4dd55d commit 072ebd9
Show file tree
Hide file tree
Showing 310 changed files with 5,955 additions and 883 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,31 @@
.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 @@ -11503,4 +11503,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

0 comments on commit 072ebd9

Please sign in to comment.