when manually assigning a relative path like "//proxies/" to a strips "Proxy Custom Directory" --> sequencer will crash once generating/rebuilding such a proxy.
I've attached a simple example demonstrating this. Just open the blend and [Menu "Strip>Rebuild Proxy and Timecode Indices"].
I've also attached a patch that solves this by doing an BLI_path_abs() on the index_dir before feeding it to the rebuild_context.
(as usual there might be a better way to do this :) )
I've also attached a backtrace and my system-info.txt
Description
Description
Event Timeline
Comment Actions
Bah, in order to also PLAYBACK the proxy (Sequencer NPanel> ViewSettings> Proxy Render Size) there seems to be a better place to do BLI_path_abs()
Attached a v02 of the patch that should do the trick for both generating and playback
Comment Actions
Thanx, Sergey!
I dont get "in a bit different way" though (this is pretty much my v02 of the patch, no? - except for the variable name and the length of the strncpy, which doesnt make a difference here, right?)