Page MenuHome

Bsurfaces: Cleanup some statements that make no sense
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Sep 26 2018, 10:44 AM.

Details

Summary

I started looking at the file in order to figure out what causes T56916.
Turns out that this file is huge and has extremely long functions (>1000 lines).
This addon makes heavy use of bpy.ops..., that makes it hard to assume anything about what is happening...

I could not fix the bug yet, but found a lot of statements that make no sense, so I decided to clean them up a little (fortunately regex worked well here).

Diff Detail

Repository
rBA Blender Add-ons
Branch
bsurfaces_refactor
Build Status
Buildable 2116
Build 2116: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 26 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.