Add .blend export
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.replaymod.render.processor;
|
||||
|
||||
import com.replaymod.render.rendering.Frame;
|
||||
|
||||
public class DummyProcessor<F extends Frame> extends AbstractFrameProcessor<F, F> {
|
||||
@Override
|
||||
public F process(F rawFrame) {
|
||||
return rawFrame;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user