From 80d031d10dbfef4b72630825313bb3bbdf2e77bf Mon Sep 17 00:00:00 2001 From: "Muhammad A.Moniem" Date: Tue, 11 Jan 2022 03:28:10 -0500 Subject: [PATCH 1/2] - update copyright year --- Animation/CleanNotifiesFromAnimations.py | 2 +- Animation/SetAllAnimNotifyProperty.py | 2 +- Assets/ArchiveUnusedAssets.py | 2 +- Assets/DeleteUnusedAssets.py | 2 +- Assets/OrganizeAssetsPerType.py | 2 +- Assets/PrefixAllAssets.py | 2 +- Assets/ReportUnusedAssets.py | 2 +- Assets/UnifyAllAssetsDuplicates.py | 2 +- Assets/UnifyAssetDuplicates.py | 2 +- Components/AccessAndModifyComponentsNew.py | 2 +- Components/AccessAndModifyComponentsOld.py | 2 +- LICENSE | 2 +- Level/CreateSingleLevelStreaming.py | 2 +- Materials/AssignMaterialToAllSimilarNamedMeshes.py | 2 +- Materials/CreateInstancesOfSelectedMaterial.py | 2 +- Materials/ReportTwoSidedMaterials.py | 2 +- Sequencer/CreateAndEditCineCameraActor.py | 2 +- Sequencer/CreateCineCameraForEverySkeletalMesh.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Animation/CleanNotifiesFromAnimations.py b/Animation/CleanNotifiesFromAnimations.py index 61919ba..e8a4dd3 100644 --- a/Animation/CleanNotifiesFromAnimations.py +++ b/Animation/CleanNotifiesFromAnimations.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Animation/SetAllAnimNotifyProperty.py b/Animation/SetAllAnimNotifyProperty.py index e71ec7c..b6f99a3 100644 --- a/Animation/SetAllAnimNotifyProperty.py +++ b/Animation/SetAllAnimNotifyProperty.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/ArchiveUnusedAssets.py b/Assets/ArchiveUnusedAssets.py index 466e558..aa0efd1 100644 --- a/Assets/ArchiveUnusedAssets.py +++ b/Assets/ArchiveUnusedAssets.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/DeleteUnusedAssets.py b/Assets/DeleteUnusedAssets.py index 375708a..e99a210 100644 --- a/Assets/DeleteUnusedAssets.py +++ b/Assets/DeleteUnusedAssets.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/OrganizeAssetsPerType.py b/Assets/OrganizeAssetsPerType.py index 013dbdb..433961d 100644 --- a/Assets/OrganizeAssetsPerType.py +++ b/Assets/OrganizeAssetsPerType.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/PrefixAllAssets.py b/Assets/PrefixAllAssets.py index d8cfee4..972da16 100644 --- a/Assets/PrefixAllAssets.py +++ b/Assets/PrefixAllAssets.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/ReportUnusedAssets.py b/Assets/ReportUnusedAssets.py index 6a6d3e3..5143cb8 100644 --- a/Assets/ReportUnusedAssets.py +++ b/Assets/ReportUnusedAssets.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/UnifyAllAssetsDuplicates.py b/Assets/UnifyAllAssetsDuplicates.py index d2f6704..5ca01ea 100644 --- a/Assets/UnifyAllAssetsDuplicates.py +++ b/Assets/UnifyAllAssetsDuplicates.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Assets/UnifyAssetDuplicates.py b/Assets/UnifyAssetDuplicates.py index 0be296d..9ee2da9 100644 --- a/Assets/UnifyAssetDuplicates.py +++ b/Assets/UnifyAssetDuplicates.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Components/AccessAndModifyComponentsNew.py b/Components/AccessAndModifyComponentsNew.py index 9f9412a..8dbd3c5 100644 --- a/Components/AccessAndModifyComponentsNew.py +++ b/Components/AccessAndModifyComponentsNew.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # #notice that this version works with both type of blueprint/actor components inherited & none-inherited. diff --git a/Components/AccessAndModifyComponentsOld.py b/Components/AccessAndModifyComponentsOld.py index ef7bfc8..ab7b039 100644 --- a/Components/AccessAndModifyComponentsOld.py +++ b/Components/AccessAndModifyComponentsOld.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # #notice that this version affects only components that are (not) inherited. This is possibly due to unreal bug! diff --git a/LICENSE b/LICENSE index 5a27617..1b3a1de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Muhammad A.Moniem +Copyright (c) 2022 Muhammad A.Moniem Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Level/CreateSingleLevelStreaming.py b/Level/CreateSingleLevelStreaming.py index af9871c..c0f1cad 100644 --- a/Level/CreateSingleLevelStreaming.py +++ b/Level/CreateSingleLevelStreaming.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Materials/AssignMaterialToAllSimilarNamedMeshes.py b/Materials/AssignMaterialToAllSimilarNamedMeshes.py index a6f2d9a..d26e8a3 100644 --- a/Materials/AssignMaterialToAllSimilarNamedMeshes.py +++ b/Materials/AssignMaterialToAllSimilarNamedMeshes.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Materials/CreateInstancesOfSelectedMaterial.py b/Materials/CreateInstancesOfSelectedMaterial.py index e6a5956..b1de01e 100644 --- a/Materials/CreateInstancesOfSelectedMaterial.py +++ b/Materials/CreateInstancesOfSelectedMaterial.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Materials/ReportTwoSidedMaterials.py b/Materials/ReportTwoSidedMaterials.py index c1be1c5..277cb6b 100644 --- a/Materials/ReportTwoSidedMaterials.py +++ b/Materials/ReportTwoSidedMaterials.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal diff --git a/Sequencer/CreateAndEditCineCameraActor.py b/Sequencer/CreateAndEditCineCameraActor.py index c4969da..67679e9 100644 --- a/Sequencer/CreateAndEditCineCameraActor.py +++ b/Sequencer/CreateAndEditCineCameraActor.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # # This file was built while supporting user of the python course diff --git a/Sequencer/CreateCineCameraForEverySkeletalMesh.py b/Sequencer/CreateCineCameraForEverySkeletalMesh.py index ce99592..3321ec9 100644 --- a/Sequencer/CreateCineCameraForEverySkeletalMesh.py +++ b/Sequencer/CreateCineCameraForEverySkeletalMesh.py @@ -6,7 +6,7 @@ # |_| |_| |_|\__,_|_| |_| |_|\___/|_| |_|_|\___|_| |_| |_| # www.mamoniem.com # www.ue4u.xyz -#Copyright 2021 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. +#Copyright 2022 Muhammad A.Moniem (@_mamoniem). All Rights Reserved. # import unreal From 44f8934ec33d66a9f326025abc6b67cbe2d78653 Mon Sep 17 00:00:00 2001 From: "Muhammad A.Moniem" Date: Sat, 20 May 2023 18:10:46 -0400 Subject: [PATCH 2/2] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7b71daa --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: ['https://paypal.me/mamoniem?country.x=CA&locale.x=en_US']