blender/source/creator
Campbell Barton 5de109cc2d Remove G.relbase_valid
In almost all cases there is no difference between `G.relbase_valid`
and checking `G.main->filepath` isn't an empty string.

In many places a non-empty string is already being used instead of
`G.relbase_valid`.

The only situation where this was needed was when saving from
`wm_file_write` where they temporarily became out of sync.
This has been replaced by adding a new member to `BlendFileWriteParams`
to account for saving an unsaved file for the first time.

Reviewed By: brecht

Ref D13564
2021-12-16 11:41:46 +11:00
..
blender_launcher_win32.c Cleanup: rename blender-launcher source file. 2021-05-27 08:10:31 -06:00
blender.map Fix LLVM 12 symbol conflict with Mesa drivers, after recent Linux libs update 2021-07-27 17:45:17 +02:00
buildinfo.c
CMakeLists.txt Fix install paths for blender thumbnailer when not building a portable install 2021-10-28 21:13:47 +02:00
creator_args.c Remove G.relbase_valid 2021-12-16 11:41:46 +11:00
creator_intern.h Fix various Blender 3.0 versioning issues 2021-04-16 11:23:34 +10:00
creator_signals.c Cleanup: use "filepath" term for Main, BlendFileData & FileGlobal 2021-12-13 16:22:19 +11:00
creator.c Remove G.relbase_valid 2021-12-16 11:41:46 +11:00
osx_locals.map Cmake/deps: Update OSL to 1.11.10.0 2021-02-24 07:13:37 -07:00