diff --git a/scripts/addons/cam/ui_panels/pack.py b/scripts/addons/cam/ui_panels/pack.py index e13df89e..69b7190c 100644 --- a/scripts/addons/cam/ui_panels/pack.py +++ b/scripts/addons/cam/ui_panels/pack.py @@ -15,7 +15,7 @@ class CAM_PACK_Panel(CAMButtonsPanel, Panel): bl_idname = "WORLD_PT_CAM_PACK" panel_interface_level = 2 - COMPAT_ENGINES = {'BLENDERCAM_RENDER'} + COMPAT_ENGINES = {'CNCCAM_RENDER'} def draw(self, context): layout = self.layout