Expose World ID panel for Eevee
That said, materials need to be updated when switching the world.
This commit is contained in:
@@ -37,7 +37,7 @@ class WorldButtonsPanel:
|
|||||||
class WORLD_PT_context_world(WorldButtonsPanel, Panel):
|
class WORLD_PT_context_world(WorldButtonsPanel, Panel):
|
||||||
bl_label = ""
|
bl_label = ""
|
||||||
bl_options = {'HIDE_HEADER'}
|
bl_options = {'HIDE_HEADER'}
|
||||||
COMPAT_ENGINES = {'BLENDER_RENDER'}
|
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE'}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
@@ -245,7 +245,7 @@ class WORLD_PT_mist(WorldButtonsPanel, Panel):
|
|||||||
|
|
||||||
|
|
||||||
class WORLD_PT_custom_props(WorldButtonsPanel, PropertyPanel, Panel):
|
class WORLD_PT_custom_props(WorldButtonsPanel, PropertyPanel, Panel):
|
||||||
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
|
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'BLENDER_EEVEE'}
|
||||||
_context_path = "world"
|
_context_path = "world"
|
||||||
_property_type = bpy.types.World
|
_property_type = bpy.types.World
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user