From c8109966ce74ba9516d81f1bc98a64d00eeb0b67 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 28 Jul 2022 12:12:54 -0300 Subject: Scatter Objects: replace deprecated bgl module Part of T80730 --- object_scatter/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object_scatter/__init__.py') diff --git a/object_scatter/__init__.py b/object_scatter/__init__.py index 12bc8ca0..8edeac71 100644 --- a/object_scatter/__init__.py +++ b/object_scatter/__init__.py @@ -3,8 +3,8 @@ bl_info = { "name": "Scatter Objects", "author": "Jacques Lucke", - "version": (0, 1), - "blender": (2, 80, 0), + "version": (0, 2), + "blender": (3, 0, 0), "location": "3D View", "description": "Distribute object instances on another object.", "warning": "", -- cgit v1.2.3