custom_shelf/devshelf/dev/temp/hide_poil_ref.py

5 lines
116 B
Python
Raw Normal View History

2022-03-04 12:28:53 +01:00
import bpy
from bpy import data as D
ob = D.objects['boom_hairs_group_ref']
ob.hide_viewport = not ob.hide_viewport