Changing hard codec max frame release for a define (in blendef.h with the other maximums).
Tried to change it everywhere, hopefully I didn't miss any. Also raised max frame to 30000 (maintainer of that code can safely modify it back since it is in one spot now ;) ) Needed that limit for a marketing video contract, might as well commit it.
This commit is contained in:
@@ -743,7 +743,7 @@ void buts_buttons(void)
|
||||
uiBlockEndAlign(block);
|
||||
|
||||
xco+=XIC;
|
||||
uiDefButS(block, NUM, B_NEWFRAME, "", (short)(xco+20),0,60,YIC, &(G.scene->r.cfra), 1.0, 18000.0, 0, 0, "Displays Current Frame of animation. Click to change.");
|
||||
uiDefButS(block, NUM, B_NEWFRAME, "", (short)(xco+20),0,60,YIC, &(G.scene->r.cfra), 1.0, MAXFRAMEF, 0, 0, "Displays Current Frame of animation. Click to change.");
|
||||
xco+= 80;
|
||||
|
||||
buttons_active_id(&id, &idfrom);
|
||||
|
||||
Reference in New Issue
Block a user