49d07653f95e458ea3aa058119d086dee3ef34f4
When running the render test for EEVEE-Next the command printed on the report to update the reference images was incorrect. In stead of displaying `BLENDER_TEST_UPDATE=1 ctest -R eevee_next` it displayed `BLENDER_TEST_UPDATE=1 ctest -R eevee next`. The cause of this is that the title of the report is used to create the command. EEVEE-Next has a space in its title which generates an incorrect command. A quick fix would be to replace spaces with underscores. But it would be better to fix this more clearly by adding an attribute containing the engine name. This PR adds a `set_engine_name` method to the Report class. By default the engine name is set based on the title. Pull Request: https://projects.blender.org/blender/blender/pulls/117503
…
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%
