e99586fee2eab049e416c0676a8a97604bce20bd
issue was caused by id->mewid pointing to an invalid memory after file load. The rule here: all the tools need to reset it to NULL (or other value they need) in the beginning. Currently some tools are doing newid clear in the beginning and some does it in the end. We need to clean it up so clear only happens in the beginning. But ideal we need some kind NewIDContext to make duplication safe for threading.
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%