luckykadam / render-strip

Blender addon to manage animation strips.
MIT License
58 stars 9 forks source link

Update addon for v3.0 and clean-up #7

Closed razcore-rad closed 2 years ago

razcore-rad commented 2 years ago

I added render-strip dir to .gitignore and removed it from tracking because it's used only temporarily for making the zip dist package.

I also updated the addon by removing the bl_options property on Panel classes. Blender v3.0 Python API - bpy.types.Panel doesn't include the DRAW_BOX option.

I removed the other one as well because DEFAULT_CLOSED is already the default option.

fixes #6