Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Bastien Montagne 91ffd39e77 Fix T62706: Orphan Data : I have now to save a file, close and reopen it, only then I can purge previous deleted meshes.
libquery code has some specific handling for IDs tagged as 'no_main',
among which to never consider them as refcounted/refcounting other IDs.

This is fine, but it also means we have to be careful when moving an ID
from main to out-of-main status, to do all id remapping we need
//before// we tag it as no_main.

That was a bit tedious to track down, we'll have to be careful that all
the corner cases we have to take care of, do not end up in a giant soup
of expections to exceptions, where nobody can find its way anymore...
2019-03-18 16:51:48 +01:00
build_files Merge branch 'blender2.7' 2019-03-17 12:54:19 +01:00
doc Fix (unreported) broken Py API doc after adding gpencil to buttons_context... 2019-03-18 14:42:44 +01:00
extern Fix T62255: Blender defaults to "OpenAL Soft" in sound settings, regardless of saved preferences 2019-03-10 23:28:51 +01:00
intern Fix: Cycles Subdivisions panel was showing, even when using Eevee 2019-03-18 15:56:54 +01:00
release Fix noisy console messages about unported add-ons by default. 2019-03-18 10:38:12 +01:00
source Fix T62706: Orphan Data : I have now to save a file, close and reopen it, only then I can purge previous deleted meshes. 2019-03-18 16:51:48 +01:00
tests Merge branch 'blender2.7' 2019-03-17 12:54:19 +01:00
.arcconfig
.editorconfig
.gitignore Git: add TAGS & tags to .gitignore 2019-01-22 12:50:13 +01:00
.gitmodules
CMakeLists.txt Cleanup: remove contributors for CMake files 2019-02-05 09:10:32 +11:00
COPYING
GNUmakefile Makefile: icons target now uses make variables 2019-02-28 10:37:49 +11:00
make.bat