luckykadam / render-strip

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

Assigned camera list shifting when camera is deleted #9

Open AlexFundorin opened 2 years ago

AlexFundorin commented 2 years ago

What the title says. When I delete camera object in Blender, render strip addon replaces it with the camera from the next shot in the list. Then is replaces that camera with the next one and so on.

Was: Shot1 - Cam1 Shot2 - Cam2 Shot3 - Cam3 Shot4 - Cam4

User deletes Cam2 object, for some reason. In my case, to create a new camera with different settings, but with the same name.

This is how the addon reacts to deletion: Shot1 - Cam1 Shot2 - Cam3 Shot3 - Cam4 Shot4 - Random_Camera