Benign go Download

github.com/EpicGames/tk-config-unreal v0.1.6

JSON object type field fragmentGitHub source path has uppercase namespace
SHA-256c3cae8123606ee6edfb0a083d9d82d1e0829de64f84bc97acd0c030367d08395

Evidence

English function-word token "the" after_project_create.py · lines 1–6
1"""
2Copyright (c) 2012 Shotgun Software, Inc
3----------------------------------------------------
4
5The after_project_create file is executed as part of creating a new project.
6If your starter config …
Harvesting Colab Project ID after_project_create.py · lines 6–15
6:69… other
7special configuration, you can add it to this file.
8
9The create() method will be executed as part of the setup and is passed
10the following keyword arguments:
11
12* sg - A shotgun connection
13* project_id - The shotgun project id that is being setup
14* log - A logger instance to which progress can be reported via
15 …
English function-word token "for" after_project_create.py · lines 15–22
15:56… error etc)
16
17"""
18
19# list of tank types to create for this starter configuration
20REQUIRED_TYPES = ["Maya Anim",
21 "Maya Lighting",
22 …
JSON object type field fragment after_project_create.py · lines 33–43
33:34… re"]
34
35def create(sg, project_id, log, **kwargs):
36 project = {"type": "Project", "id": project_id}
37 entity_name = "TankType"
38 cur_entities = sg.find(entity_name, [["project", "is", project]], ["code"])
⋯5 lines
Harvesting Colab Version ID snapshot_history_post_quickdaily.py · lines 1–19
⋯10 lines
11class SnapshotHistoryPostQuickdaily(Hook):
12
13 def execute(self, mov_path, version_id, comments, **kwargs):
14 app = self.parent
15 # get app
16 publish_app = app.engine.apps["tk-nuke-publish"]
17 # try to snapshot the file and add a comment
18 try:
19 comment = "Automatically snapshotted after Quickdaily. " …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.