Reworked ReplayProcess to get rid of own Interpolation instances (as these can be handled by the KeyframeLists)
Camera Paths are now started from the current cursor position, using Ctrl-click the path always starts from the beginning
This commit is contained in:
@@ -350,7 +350,7 @@ public class ReplayMod {
|
||||
|
||||
System.out.println("Rendering started...");
|
||||
try {
|
||||
ReplayProcess.startReplayProcess(options);
|
||||
ReplayProcess.startReplayProcess(options, true);
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
FMLCommonHandler.instance().exitJava(1, false);
|
||||
|
||||
Reference in New Issue
Block a user