Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sacristan/godot_scene_object_brush
Scene drawing/placement brush addon for Godot game engine.
https://github.com/sacristan/godot_scene_object_brush
godot godot-asset-library godot-engine scene
Last synced: 3 months ago
JSON representation
Scene drawing/placement brush addon for Godot game engine.
- Host: GitHub
- URL: https://github.com/sacristan/godot_scene_object_brush
- Owner: Sacristan
- License: unlicense
- Created: 2024-01-30T19:11:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:17:36.000Z (6 months ago)
- Last Synced: 2024-10-11T09:55:21.299Z (4 months ago)
- Topics: godot, godot-asset-library, godot-engine, scene
- Language: GDScript
- Homepage: https://godotengine.org/asset-library/asset/2557
- Size: 474 KB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Available @ Godot Asset Library -> https://godotengine.org/asset-library/asset/2557
Scene Object brush is a 3D addon drawing tool for the [Godot game engine][god]. It's meant to ease the placement of scenes (ref Unity prefab drawers). I was not in a mood to do all the manual work to create a nice tree scenery, therefore i did what any sane (or not) developer would do - create a tool for that.
## How to use?
1. import addon and enabled it under Godot Project Settings / Plugins
2. Add a Brush node to scene
3. Select Brush node (and optionally settings)
4. Use Left mouse button to place objects / Right Mouse button to erase them
5. Profit ?## Which Godot versions are supported ?
Godot 4.0+ (could backport to Godot 3 LTS at some point)## Are there bugs?
Most likely## Will things change?
Definately## Collaboration?
YES. Accepting pull requests[god]: https://godotengine.org/