New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Frame Index Number System #265

Closed
buddhi1980 opened this Issue Mar 5, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@buddhi1980
Owner

buddhi1980 commented Mar 5, 2017

  • Operating System / Platform => all

Problem reported by paigan0 on FractalForums

When rendering animations, which is 98% of what I do, the v 1.21 lets you know which keyframe you're currently rendering from and what fraction or percentage of the keyframe. In version 2.x, if I have a bad frame, and it's frame #7459 of 7800, which keyframe do I need to go in and change? Was it #16 or 17...let's see, it's 150 frames per keyframe, divide the total by that, to get 95.4%--wait, which keyframe is that, though? I literally could not exactly tell you sometimes without getting out a calculator.

Version 1.21 tells you what keyframe and how far along it you're rendering, so if you need to change a keyframe, it's really easy to know which one. Can we bring that back, please?

Problem reported here:
http://www.fractalforums.com/feature-requests/keyframe-and-percentage-indicator/new/#new

@mancoast mancoast changed the title from Displaying of frame numbers during rendering is confusing to Simplify Frame Numbers Index System Mar 11, 2017

@mancoast

This comment has been minimized.

Show comment
Hide comment
@mancoast

mancoast Mar 11, 2017

Collaborator

REF: #235
related to frame && keyframe displays juxtaposed on GUI

Collaborator

mancoast commented Mar 11, 2017

REF: #235
related to frame && keyframe displays juxtaposed on GUI

@mancoast mancoast added this to the 2.15 milestone Mar 11, 2017

@mancoast mancoast changed the title from Simplify Frame Numbers Index System to Simplify Frame Index Number System Mar 14, 2017

buddhi1980 added a commit that referenced this issue Mar 18, 2017

Fixed issues #236 and #265.
When animation is rendered there is displayed keyframe number.
Frame numbers are displayed in the table

buddhi1980 added a commit that referenced this issue Mar 18, 2017

Fixed issues #235 and #265.
When animation is rendered there is displayed keyframe number.
Frame numbers are displayed in the table

@buddhi1980 buddhi1980 closed this Mar 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment