Skip to content

Commit

Permalink
Merge pull request #5 from andrewkaufman/tests
Browse files Browse the repository at this point in the history
Fix AtomsGafferUITest
  • Loading branch information
andrewkaufman authored Dec 19, 2018
2 parents 46a8819 + 5f2da92 commit cb315a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/AtomsGafferUI/AtomsCrowdGeneratorUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@
"label", "Padding"
],

"clothCache" : [

"description",
"""
The scene containing the cloth cache metadata.
""",

],

},

)
9 changes: 9 additions & 0 deletions python/AtomsGafferUI/AtomsMetadataUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
"label", "Agent Indices",
],

"invert" : [

"description",
"""
Inverts the agentId list
""",

],

"metadata" : [

"description",
Expand Down
1 change: 1 addition & 0 deletions python/AtomsGafferUI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
import AtomsVariationReaderUI
import AtomsCrowdGeneratorUI
import AtomsAttributesUI
import AtomsMetadataUI
import AtomsCrowdClothReaderUI

0 comments on commit cb315a1

Please sign in to comment.