9a252c2e73b9303d4c2c493c7a80a75a4b1629bc
Remove a workaround for #23871 which manipulated the module to prevent classes defined in the text editor from having their name-space cleared. This caused the "multiprocessing" module to store the "__main__" module as "__mp_main__" for later use. Accessing attributes from this module would then attempt to read from with a null "mp_dict" which crashed. This happened when showing the extensions preferences but would have occurred if "__mp_main__" was accessed from elsewhere too. Resolve by removing the workaround since it has not been needed since Python 3.2.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
