Hunter Perrin
Hunter Perrin
Check out this package: https://www.npmjs.com/package/diff-match-patch You can essentially get the same characteristics using `diff_main` as a substitute for "character" diffing, and `diff_cleanupSemantic` on the resulting diff for "word" diffing. Since...
Hmm. That's a smart workaround. Maybe pulverize should be doing that. Are you rendering audio directly from blender? And is it fast?
Btw, this problem only happens on certain codecs. I've never had this problem on the recommended codecs (in the readme).
I'm not sure what you mean. You want to pass a script to Blender?
I think I just need to redesign the way it takes arguments.
@Teteros I merged your PR. @FraYoshi can you tell me if you're still seeing the same problem?
It will output files wherever your project file is set up to output, so check and make sure you have an output directory. Let me know if you're still seeing...
Maybe there should be an option for not merging at the end. Would that be enough for PNG support?
Those PHP notices mean that the blender info script isn't running correctly. Can you run this in a terminal for me and paste the output here: blender -b path/to/blenderproject.blend -P...
There is a way around it. You can either put your copy of Blender on your path, or modify your path when you run Pulverize. Put Blender on your path...