Skip to content
Snippets Groups Projects
Commit 6cf8e325 authored by Bastien Montagne's avatar Bastien Montagne Committed by Sergey Sharybin
Browse files

Fix T44127: py translations freeing func not being called when space_bar_menu addon is enabled.

That's great mystery - that addon was doing 'bad' `from bpy import *`.
Removing that fixes the issue, but... :/
parent 7520b428
No related branches found
Tags v2.74-rc4
No related merge requests found
......@@ -21,7 +21,7 @@
bl_info = {
"name": "Dynamic Spacebar Menu",
"author": "meta-androcto, JayDez, sim88, sam",
"version": (1, 7, 3),
"version": (1, 7, 4),
"blender": (2, 72, 0),
"location": "View3D > Spacebar for menu then 's' key for Search",
"description": "Context Sensitive Spacebar Menu",
......@@ -32,7 +32,6 @@ bl_info = {
}
import bpy
from bpy import *
# Dynamic Menu
class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment