Pullusb / viewport_timeline_scrub

Blender addon - Scrub timeline from viewport with a shortcut
GNU General Public License v3.0
47 stars 6 forks source link

blender 3.4 snap error #5

Closed ganim3d closed 1 year ago

ganim3d commented 1 year ago

gets an error of float instead of int when snapping to frame some changes to work 440: context.scene.frame_current = int(self.new_frame) 443: self.offset = int(self.new_frame - self.init_frame)

Pullusb commented 1 year ago

Hi, this repository is not up to date since Timelinescrub is already integrated and maintained in Grease Pencil Tools (shipped with blender).