From 01d1c1efc77ae4eb6153c03f6cc7d597069e768d Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Wed, 23 Dec 2020 11:37:01 +0100 Subject: [PATCH] Update README.md Remove reference to converters. --- utils/exporters/blender/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/exporters/blender/README.md b/utils/exporters/blender/README.md index 943acf0cf2..120d285597 100644 --- a/utils/exporters/blender/README.md +++ b/utils/exporters/blender/README.md @@ -1,5 +1,5 @@ # Three.js Blender Export -> **NOTICE:** The Blender exporter for the Three.js JSON format has been removed, to focus on better support for the glTF workflow. For recommended alternatives, see [Loading 3D Models](https://threejs.org/docs/#manual/introduction/Loading-3D-models). The Three.js Object/Scene JSON format is still fully supported for use with [Object3D.toJSON](https://threejs.org/docs/#api/core/Object3D.toJSON), the [Editor](https://threejs.org/editor/), [THREE.ObjectLoader](https://threejs.org/docs/#api/loaders/ObjectLoader) and [converters](https://github.com/mrdoob/three.js/tree/dev/utils/converters). +> **NOTICE:** The Blender exporter for the Three.js JSON format has been removed, to focus on better support for the glTF workflow. For recommended alternatives, see [Loading 3D Models](https://threejs.org/docs/#manual/introduction/Loading-3D-models). The Three.js Object/Scene JSON format is still fully supported for use with [Object3D.toJSON](https://threejs.org/docs/#api/core/Object3D.toJSON), the [Editor](https://threejs.org/editor/), [THREE.ObjectLoader](https://threejs.org/docs/#api/loaders/ObjectLoader). > > If you really need the Blender Exporter you can [go back in time to r92](https://github.com/mrdoob/three.js/tree/r92). -- GitLab