From 1d3022bc4dbb08dbed153bcbf9314303baa11859 Mon Sep 17 00:00:00 2001 From: pjhjohn Date: Mon, 21 Nov 2016 10:45:41 +0900 Subject: [PATCH] Arrange file modes : 755 => 644 Following extensions kept remain 755: - .sh - .bash - .sample (https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) Following extensions changed into 644: - Scripts - .json - .js - .html - .mel - Resources - .3mf - .dae - .jpg - .wrl - MISC - README.md - LICENSE --- editor/examples/arkanoid.app.json | 0 editor/examples/camera.app.json | 0 editor/examples/particles.app.json | 0 editor/examples/pong.app.json | 0 editor/js/Command.js | 0 editor/js/Sidebar.History.js | 0 editor/js/commands/AddObjectCommand.js | 0 editor/js/commands/AddScriptCommand.js | 0 editor/js/commands/MoveObjectCommand.js | 0 editor/js/commands/MultiCmdsCommand.js | 0 editor/js/commands/RemoveObjectCommand.js | 0 editor/js/commands/RemoveScriptCommand.js | 0 editor/js/commands/SetColorCommand.js | 0 editor/js/commands/SetGeometryCommand.js | 0 editor/js/commands/SetGeometryValueCommand.js | 0 editor/js/commands/SetMaterialColorCommand.js | 0 editor/js/commands/SetMaterialCommand.js | 0 editor/js/commands/SetMaterialMapCommand.js | 0 editor/js/commands/SetMaterialValueCommand.js | 0 editor/js/commands/SetPositionCommand.js | 0 editor/js/commands/SetRotationCommand.js | 0 editor/js/commands/SetScaleCommand.js | 0 editor/js/commands/SetSceneCommand.js | 0 editor/js/commands/SetScriptValueCommand.js | 0 editor/js/commands/SetUuidCommand.js | 0 editor/js/commands/SetValueCommand.js | 0 examples/fonts/droid/droid_sans_bold.typeface.json | 0 .../droid/droid_sans_mono_regular.typeface.json | 0 .../fonts/droid/droid_sans_regular.typeface.json | 0 examples/fonts/droid/droid_serif_bold.typeface.json | 0 .../fonts/droid/droid_serif_regular.typeface.json | 0 examples/fonts/gentilis_bold.typeface.json | 0 examples/fonts/gentilis_regular.typeface.json | 0 examples/fonts/helvetiker_bold.typeface.json | 0 examples/fonts/helvetiker_regular.typeface.json | 0 examples/fonts/optimer_bold.typeface.json | 0 examples/fonts/optimer_regular.typeface.json | 0 examples/js/controls/VRControls.js | 0 examples/js/libs/dat.gui.min.js | 0 examples/js/loaders/ctm/CTMLoader.js | 0 examples/js/loaders/ctm/ctm.js | 0 examples/js/vr/WebVR.js | 0 examples/models/3mf/cube_gears.3mf | Bin examples/models/collada/pump/pump.dae | 0 examples/models/collada/pump/pump_body.jpg | Bin examples/models/collada/pump/pump_gears.jpg | Bin examples/models/collada/pump/pump_metalreflect.jpg | Bin examples/models/platform/platform.jpg | Bin examples/models/vrml/house.wrl | 0 test/unit/editor/CommonUtilities.js | 0 .../TestAddObjectCommandAndRemoveObjectCommand.js | 0 test/unit/editor/TestAddScriptCommand.js | 0 test/unit/editor/TestMoveObjectCommand.js | 0 test/unit/editor/TestNestedDoUndoRedo.js | 0 test/unit/editor/TestRemoveScriptCommand.js | 0 test/unit/editor/TestSerialization.js | 0 test/unit/editor/TestSetColorCommand.js | 0 test/unit/editor/TestSetPositionCommand.js | 0 test/unit/editor/TestSetRotationCommand.js | 0 test/unit/editor/TestSetScaleCommand.js | 0 test/unit/editor/TestSetScriptValueCommand.js | 0 test/unit/editor/TestSetUuidCommand.js | 0 test/unit/editor/TestSetValueCommand.js | 0 test/unit/unittests_editor.html | 0 utils/converters/fbx/LICENSE | 0 utils/converters/fbx/README.md | 0 utils/converters/fbx/convert_to_threejs.py | 0 utils/converters/msgpack/json2msgpack.py | 0 utils/exporters/blender/tests/scripts/exporter.py | 0 utils/exporters/max/annotate/README.md | 0 utils/exporters/max/annotate/annotate.py | 0 utils/exporters/maya/README.md | 0 .../exporters/maya/scripts/ThreeJsExportScript.mel | 0 73 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 editor/examples/arkanoid.app.json mode change 100755 => 100644 editor/examples/camera.app.json mode change 100755 => 100644 editor/examples/particles.app.json mode change 100755 => 100644 editor/examples/pong.app.json mode change 100755 => 100644 editor/js/Command.js mode change 100755 => 100644 editor/js/Sidebar.History.js mode change 100755 => 100644 editor/js/commands/AddObjectCommand.js mode change 100755 => 100644 editor/js/commands/AddScriptCommand.js mode change 100755 => 100644 editor/js/commands/MoveObjectCommand.js mode change 100755 => 100644 editor/js/commands/MultiCmdsCommand.js mode change 100755 => 100644 editor/js/commands/RemoveObjectCommand.js mode change 100755 => 100644 editor/js/commands/RemoveScriptCommand.js mode change 100755 => 100644 editor/js/commands/SetColorCommand.js mode change 100755 => 100644 editor/js/commands/SetGeometryCommand.js mode change 100755 => 100644 editor/js/commands/SetGeometryValueCommand.js mode change 100755 => 100644 editor/js/commands/SetMaterialColorCommand.js mode change 100755 => 100644 editor/js/commands/SetMaterialCommand.js mode change 100755 => 100644 editor/js/commands/SetMaterialMapCommand.js mode change 100755 => 100644 editor/js/commands/SetMaterialValueCommand.js mode change 100755 => 100644 editor/js/commands/SetPositionCommand.js mode change 100755 => 100644 editor/js/commands/SetRotationCommand.js mode change 100755 => 100644 editor/js/commands/SetScaleCommand.js mode change 100755 => 100644 editor/js/commands/SetSceneCommand.js mode change 100755 => 100644 editor/js/commands/SetScriptValueCommand.js mode change 100755 => 100644 editor/js/commands/SetUuidCommand.js mode change 100755 => 100644 editor/js/commands/SetValueCommand.js mode change 100755 => 100644 examples/fonts/droid/droid_sans_bold.typeface.json mode change 100755 => 100644 examples/fonts/droid/droid_sans_mono_regular.typeface.json mode change 100755 => 100644 examples/fonts/droid/droid_sans_regular.typeface.json mode change 100755 => 100644 examples/fonts/droid/droid_serif_bold.typeface.json mode change 100755 => 100644 examples/fonts/droid/droid_serif_regular.typeface.json mode change 100755 => 100644 examples/fonts/gentilis_bold.typeface.json mode change 100755 => 100644 examples/fonts/gentilis_regular.typeface.json mode change 100755 => 100644 examples/fonts/helvetiker_bold.typeface.json mode change 100755 => 100644 examples/fonts/helvetiker_regular.typeface.json mode change 100755 => 100644 examples/fonts/optimer_bold.typeface.json mode change 100755 => 100644 examples/fonts/optimer_regular.typeface.json mode change 100755 => 100644 examples/js/controls/VRControls.js mode change 100755 => 100644 examples/js/libs/dat.gui.min.js mode change 100755 => 100644 examples/js/loaders/ctm/CTMLoader.js mode change 100755 => 100644 examples/js/loaders/ctm/ctm.js mode change 100755 => 100644 examples/js/vr/WebVR.js mode change 100755 => 100644 examples/models/3mf/cube_gears.3mf mode change 100755 => 100644 examples/models/collada/pump/pump.dae mode change 100755 => 100644 examples/models/collada/pump/pump_body.jpg mode change 100755 => 100644 examples/models/collada/pump/pump_gears.jpg mode change 100755 => 100644 examples/models/collada/pump/pump_metalreflect.jpg mode change 100755 => 100644 examples/models/platform/platform.jpg mode change 100755 => 100644 examples/models/vrml/house.wrl mode change 100755 => 100644 test/unit/editor/CommonUtilities.js mode change 100755 => 100644 test/unit/editor/TestAddObjectCommandAndRemoveObjectCommand.js mode change 100755 => 100644 test/unit/editor/TestAddScriptCommand.js mode change 100755 => 100644 test/unit/editor/TestMoveObjectCommand.js mode change 100755 => 100644 test/unit/editor/TestNestedDoUndoRedo.js mode change 100755 => 100644 test/unit/editor/TestRemoveScriptCommand.js mode change 100755 => 100644 test/unit/editor/TestSerialization.js mode change 100755 => 100644 test/unit/editor/TestSetColorCommand.js mode change 100755 => 100644 test/unit/editor/TestSetPositionCommand.js mode change 100755 => 100644 test/unit/editor/TestSetRotationCommand.js mode change 100755 => 100644 test/unit/editor/TestSetScaleCommand.js mode change 100755 => 100644 test/unit/editor/TestSetScriptValueCommand.js mode change 100755 => 100644 test/unit/editor/TestSetUuidCommand.js mode change 100755 => 100644 test/unit/editor/TestSetValueCommand.js mode change 100755 => 100644 test/unit/unittests_editor.html mode change 100755 => 100644 utils/converters/fbx/LICENSE mode change 100755 => 100644 utils/converters/fbx/README.md mode change 100755 => 100644 utils/converters/fbx/convert_to_threejs.py mode change 100755 => 100644 utils/converters/msgpack/json2msgpack.py mode change 100755 => 100644 utils/exporters/blender/tests/scripts/exporter.py mode change 100755 => 100644 utils/exporters/max/annotate/README.md mode change 100755 => 100644 utils/exporters/max/annotate/annotate.py mode change 100755 => 100644 utils/exporters/maya/README.md mode change 100755 => 100644 utils/exporters/maya/scripts/ThreeJsExportScript.mel diff --git a/editor/examples/arkanoid.app.json b/editor/examples/arkanoid.app.json old mode 100755 new mode 100644 diff --git a/editor/examples/camera.app.json b/editor/examples/camera.app.json old mode 100755 new mode 100644 diff --git a/editor/examples/particles.app.json b/editor/examples/particles.app.json old mode 100755 new mode 100644 diff --git a/editor/examples/pong.app.json b/editor/examples/pong.app.json old mode 100755 new mode 100644 diff --git a/editor/js/Command.js b/editor/js/Command.js old mode 100755 new mode 100644 diff --git a/editor/js/Sidebar.History.js b/editor/js/Sidebar.History.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/AddObjectCommand.js b/editor/js/commands/AddObjectCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/AddScriptCommand.js b/editor/js/commands/AddScriptCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/MoveObjectCommand.js b/editor/js/commands/MoveObjectCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/MultiCmdsCommand.js b/editor/js/commands/MultiCmdsCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/RemoveObjectCommand.js b/editor/js/commands/RemoveObjectCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/RemoveScriptCommand.js b/editor/js/commands/RemoveScriptCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetColorCommand.js b/editor/js/commands/SetColorCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetGeometryCommand.js b/editor/js/commands/SetGeometryCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetGeometryValueCommand.js b/editor/js/commands/SetGeometryValueCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetMaterialColorCommand.js b/editor/js/commands/SetMaterialColorCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetMaterialCommand.js b/editor/js/commands/SetMaterialCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetMaterialMapCommand.js b/editor/js/commands/SetMaterialMapCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetMaterialValueCommand.js b/editor/js/commands/SetMaterialValueCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetPositionCommand.js b/editor/js/commands/SetPositionCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetRotationCommand.js b/editor/js/commands/SetRotationCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetScaleCommand.js b/editor/js/commands/SetScaleCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetSceneCommand.js b/editor/js/commands/SetSceneCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetScriptValueCommand.js b/editor/js/commands/SetScriptValueCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetUuidCommand.js b/editor/js/commands/SetUuidCommand.js old mode 100755 new mode 100644 diff --git a/editor/js/commands/SetValueCommand.js b/editor/js/commands/SetValueCommand.js old mode 100755 new mode 100644 diff --git a/examples/fonts/droid/droid_sans_bold.typeface.json b/examples/fonts/droid/droid_sans_bold.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/droid/droid_sans_mono_regular.typeface.json b/examples/fonts/droid/droid_sans_mono_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/droid/droid_sans_regular.typeface.json b/examples/fonts/droid/droid_sans_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/droid/droid_serif_bold.typeface.json b/examples/fonts/droid/droid_serif_bold.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/droid/droid_serif_regular.typeface.json b/examples/fonts/droid/droid_serif_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/gentilis_bold.typeface.json b/examples/fonts/gentilis_bold.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/gentilis_regular.typeface.json b/examples/fonts/gentilis_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/helvetiker_bold.typeface.json b/examples/fonts/helvetiker_bold.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/helvetiker_regular.typeface.json b/examples/fonts/helvetiker_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/optimer_bold.typeface.json b/examples/fonts/optimer_bold.typeface.json old mode 100755 new mode 100644 diff --git a/examples/fonts/optimer_regular.typeface.json b/examples/fonts/optimer_regular.typeface.json old mode 100755 new mode 100644 diff --git a/examples/js/controls/VRControls.js b/examples/js/controls/VRControls.js old mode 100755 new mode 100644 diff --git a/examples/js/libs/dat.gui.min.js b/examples/js/libs/dat.gui.min.js old mode 100755 new mode 100644 diff --git a/examples/js/loaders/ctm/CTMLoader.js b/examples/js/loaders/ctm/CTMLoader.js old mode 100755 new mode 100644 diff --git a/examples/js/loaders/ctm/ctm.js b/examples/js/loaders/ctm/ctm.js old mode 100755 new mode 100644 diff --git a/examples/js/vr/WebVR.js b/examples/js/vr/WebVR.js old mode 100755 new mode 100644 diff --git a/examples/models/3mf/cube_gears.3mf b/examples/models/3mf/cube_gears.3mf old mode 100755 new mode 100644 diff --git a/examples/models/collada/pump/pump.dae b/examples/models/collada/pump/pump.dae old mode 100755 new mode 100644 diff --git a/examples/models/collada/pump/pump_body.jpg b/examples/models/collada/pump/pump_body.jpg old mode 100755 new mode 100644 diff --git a/examples/models/collada/pump/pump_gears.jpg b/examples/models/collada/pump/pump_gears.jpg old mode 100755 new mode 100644 diff --git a/examples/models/collada/pump/pump_metalreflect.jpg b/examples/models/collada/pump/pump_metalreflect.jpg old mode 100755 new mode 100644 diff --git a/examples/models/platform/platform.jpg b/examples/models/platform/platform.jpg old mode 100755 new mode 100644 diff --git a/examples/models/vrml/house.wrl b/examples/models/vrml/house.wrl old mode 100755 new mode 100644 diff --git a/test/unit/editor/CommonUtilities.js b/test/unit/editor/CommonUtilities.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestAddObjectCommandAndRemoveObjectCommand.js b/test/unit/editor/TestAddObjectCommandAndRemoveObjectCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestAddScriptCommand.js b/test/unit/editor/TestAddScriptCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestMoveObjectCommand.js b/test/unit/editor/TestMoveObjectCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestNestedDoUndoRedo.js b/test/unit/editor/TestNestedDoUndoRedo.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestRemoveScriptCommand.js b/test/unit/editor/TestRemoveScriptCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSerialization.js b/test/unit/editor/TestSerialization.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetColorCommand.js b/test/unit/editor/TestSetColorCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetPositionCommand.js b/test/unit/editor/TestSetPositionCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetRotationCommand.js b/test/unit/editor/TestSetRotationCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetScaleCommand.js b/test/unit/editor/TestSetScaleCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetScriptValueCommand.js b/test/unit/editor/TestSetScriptValueCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetUuidCommand.js b/test/unit/editor/TestSetUuidCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/editor/TestSetValueCommand.js b/test/unit/editor/TestSetValueCommand.js old mode 100755 new mode 100644 diff --git a/test/unit/unittests_editor.html b/test/unit/unittests_editor.html old mode 100755 new mode 100644 diff --git a/utils/converters/fbx/LICENSE b/utils/converters/fbx/LICENSE old mode 100755 new mode 100644 diff --git a/utils/converters/fbx/README.md b/utils/converters/fbx/README.md old mode 100755 new mode 100644 diff --git a/utils/converters/fbx/convert_to_threejs.py b/utils/converters/fbx/convert_to_threejs.py old mode 100755 new mode 100644 diff --git a/utils/converters/msgpack/json2msgpack.py b/utils/converters/msgpack/json2msgpack.py old mode 100755 new mode 100644 diff --git a/utils/exporters/blender/tests/scripts/exporter.py b/utils/exporters/blender/tests/scripts/exporter.py old mode 100755 new mode 100644 diff --git a/utils/exporters/max/annotate/README.md b/utils/exporters/max/annotate/README.md old mode 100755 new mode 100644 diff --git a/utils/exporters/max/annotate/annotate.py b/utils/exporters/max/annotate/annotate.py old mode 100755 new mode 100644 diff --git a/utils/exporters/maya/README.md b/utils/exporters/maya/README.md old mode 100755 new mode 100644 diff --git a/utils/exporters/maya/scripts/ThreeJsExportScript.mel b/utils/exporters/maya/scripts/ThreeJsExportScript.mel old mode 100755 new mode 100644