issues
search
brunchstudio
/
pytvpaint
Python scripting for TVPaint
https://brunchstudio.github.io/pytvpaint/
MIT License
18
stars
2
forks
source link
ADD misc fixes and updates for beta-6
#11
Closed
rlahmidi
closed
6 months ago
rlahmidi
commented
6 months ago
Updates and Features:
Updated documentation
Added new functions in Layer class : render and render_instances
Clamp values for position to minimum 0
Updated
get_
functions in classes to return None instead of raising an error when element not found
Update tests
Fixes:
Fix layer position not setting position 0 correctly
Fix mark_in/mark_out not set correctly
Breaking Changes :
Updated function signatures and default values for :
Clip.load_media
Clip.render
Clip.export_json
CLip.export_psd
Clip.export_csv
Clip.export_sprites
Clip.export_flix
Clip.set_layer_color
Layer.render_frame
Project.render
Project.render_clips
Updates and Features:
get_
functions in classes to return None instead of raising an error when element not foundFixes:
Breaking Changes :