From d712931f1b3c6f22792aeaa2c29d32d45c3ef8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Mon, 16 Oct 2023 23:18:00 +0200 Subject: [PATCH] Remove unused attribute values. --- extensions/community/Tween3D.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/extensions/community/Tween3D.json b/extensions/community/Tween3D.json index 1705b443c..0243eb356 100644 --- a/extensions/community/Tween3D.json +++ b/extensions/community/Tween3D.json @@ -8,8 +8,12 @@ "name": "Tween3D", "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/30bc03f9cf5f2f42960246a605352a6937ae6b603f0177396a83193849a4724a_tennis-ball.svg", "shortDescription": "Smoothly animate scale and rotation of 3d models.", - "version": "0.0.2", + "version": "0.0.3", "description": "Change models proportions and orientation over time to make smooth animations.", + "origin": { + "identifier": "Tween3D", + "name": "gdevelop-extension-store" + }, "tags": [ "3d", "tween", @@ -58,12 +62,11 @@ "objectGroups": [] }, { - "description": "Change the stretch on Z axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Y.", - "fullName": "Stretch on Z axis", + "fullName": "", "functionType": "ActionWithOperator", "getterName": "StretchZ", "name": "SetStretchZ", - "sentence": "Change the stretch on Z axis of ", + "sentence": "", "events": [ { "type": "BuiltinCommonInstructions::Standard", @@ -184,12 +187,11 @@ "objectGroups": [] }, { - "description": "Change the stretch on Y axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Z.", - "fullName": "Stretch on Y axis", + "fullName": "", "functionType": "ActionWithOperator", "getterName": "StretchY", "name": "SetStretchY", - "sentence": "Change the stretch on Y axis of ", + "sentence": "", "events": [ { "type": "BuiltinCommonInstructions::Standard", @@ -310,12 +312,11 @@ "objectGroups": [] }, { - "description": "Change the stretch on Z axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Y.", - "fullName": "Stretch on Z axis", + "fullName": "", "functionType": "ActionWithOperator", "getterName": "ScaleVolume", "name": "SetScaleVolume", - "sentence": "Change the stretch on Z axis of ", + "sentence": "", "events": [ { "type": "BuiltinCommonInstructions::Standard",