Skip to content

Commit

Permalink
Merge pull request #21 from ydrive/marketplace_compliance
Browse files Browse the repository at this point in the history
Epic-suggested changes for marketplace publication
  • Loading branch information
NikolaJov96 authored Jan 19, 2022
2 parents f56fbff + d07c44c commit bc73dc8
Show file tree
Hide file tree
Showing 40 changed files with 47 additions and 84 deletions.
8 changes: 4 additions & 4 deletions EasySynth.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"Version": 1,
"VersionName": "1.0",
"EngineVersion" : "4.27.0",
"WhitelistPlatforms": [ "Win64", "Win32", "Linux" ],
"FriendlyName": "EasySynth",
"Description": "An Unreal Engine plugin for easy creation of image datasets",
"Category": "Other",
"CreatedBy": "YDrive Inc",
"CreatedByURL": "ydrive.ai",
"DocsURL": "https://github.com/ydrive/EasySynth",
"MarketplaceURL": "",
"SupportURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/30e046c537aa4579b55e9a018521f259",
"SupportURL": "https://github.com/ydrive/EasySynth/issues",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
Expand All @@ -26,7 +25,8 @@
{
"Name": "EasySynth",
"Type": "Editor",
"LoadingPhase": "PostDefault"
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [ "Win64", "Win32", "Linux" ]
}
]
}
3 changes: 1 addition & 2 deletions Source/EasySynth/EasySynth.Build.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

using UnrealBuildTool;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Epic Games, Inc. All Rights Reserved.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "EXROutput/MoviePipelineEXROutputLocal.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Epic Games, Inc. All Rights Reserved.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

#include "ImageWriteTask.h"
Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/EasySynth.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "EasySynth.h"
#include "EasySynthStyle.h"
Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/EasySynthCommands.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "EasySynthCommands.h"

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/EasySynthStyle.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "EasySynthStyle.h"
#include "Styling/SlateStyleRegistry.h"
Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/PathUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "PathUtils.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/CameraPoseExporter.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/ColorImageTarget.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/DepthImageTarget.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/NormalImageTarget.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/OpticalFlowImageTarget.h"

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/RendererTargets/RendererTarget.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/RendererTarget.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "RendererTargets/SemanticImageTarget.h"

Expand Down
5 changes: 2 additions & 3 deletions Source/EasySynth/Private/SequenceRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "SequenceRenderer.h"

Expand Down Expand Up @@ -82,7 +81,7 @@ TSharedPtr<FRendererTarget> FRendererTargetOptions::RendererTarget(
}

USequenceRenderer::USequenceRenderer() :
EasySynthMoviePipelineConfig(DuplicateObject<UMoviePipelineMasterConfig>(
EasySynthMoviePipelineConfig(DuplicateObject<UMoviePipelineMasterConfig>(
LoadObject<UMoviePipelineMasterConfig>(nullptr, *FPathUtils::DefaultMoviePipelineConfigPath()), nullptr)),
bCurrentlyRendering(false),
ErrorMessage("")
Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/SequencerWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "SequencerWrapper.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "TextureStyles/TextureMappingAsset.h"
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "TextureStyles/TextureStyleManager.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "Widgets/SemanticClassesWidgetManager.h"

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/Widgets/WidgetManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "Widgets/WidgetManager.h"

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Private/Widgets/WidgetStateAsset.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#include "Widgets/WidgetStateAsset.h"
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/EasySynth.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/EasySynthCommands.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/EasySynthStyle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/PathUtils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/RendererTargets/CameraPoseExporter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
4 changes: 1 addition & 3 deletions Source/EasySynth/Public/RendererTargets/ColorImageTarget.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.

// Copyright (c) 2022 YDrive Inc. All rights reserved.
#pragma once

#include "CoreMinimal.h"
Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/RendererTargets/DepthImageTarget.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/RendererTargets/NormalImageTarget.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
5 changes: 2 additions & 3 deletions Source/EasySynth/Public/RendererTargets/RendererTarget.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down Expand Up @@ -49,7 +48,7 @@ class FRendererTarget
/** Returns the path to the specific target post process material */
inline UMaterial* LoadPostProcessMatrial() const
{
return DuplicateObject<UMaterial>(
return DuplicateObject<UMaterial>(
LoadObject<UMaterial>(nullptr, *FPathUtils::PostProcessMaterialPath(Name())), nullptr);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/SequenceRenderer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/SequencerWrapper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/TextureStyles/TextureMappingAsset.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
5 changes: 2 additions & 3 deletions Source/EasySynth/Public/TextureStyles/TextureStyleManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down Expand Up @@ -143,7 +142,7 @@ class UTextureStyleManager : public UObject

/** Generates the semantic class material if needed and returns it */
UMaterialInstanceDynamic* GetSemanticClassMaterial(FSemanticClass& SemanticClass);

/** Semantic classes updated event dispatcher */
FSemanticClassesUpdatedEvent SemanticClassesUpdatedEvent;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/Widgets/WidgetManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down
3 changes: 1 addition & 2 deletions Source/EasySynth/Public/Widgets/WidgetStateAsset.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) YDrive Inc. All rights reserved.
// Licensed under the MIT License.
// Copyright (c) 2022 YDrive Inc. All rights reserved.

#pragma once

Expand Down

0 comments on commit bc73dc8

Please sign in to comment.