Move use_proxy_custom_directory from bpy.types.MovieClip to bpy.types.MovieClipProxy in order to be consistant with bpy.types.SequenceProxy and its references
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- use_proxy_custom_directory_MovieClip_to_MovieClipProxy (branched from blender-v2.81-release)
- Build Status
Buildable 5525 Build 5525: arc lint + arc unit
Event Timeline
Comment Actions
Not commenting on code itself, but changes like this are discouraged unless there is very good reason to do them. Reason is, that it will break existing scripts or addons.
Comment Actions
The reason for this change is that at least in my opinion it would make the api more consistent and I world make
Having the delete proxy code in the same method a lot cleaner https://developer.blender.org/D6139