Ray Molenkamp cc2093a25a makesrna: don't regenerate files unless changed with MSBUILD
`makesrna` was somewhat wasteful in causing rebuilds on MSBUILD for
files that have not changed.

This makes 2 changes to `makesrna.cc`

- the code in place to keep "make" out of trouble and regenerate
  files regardless if they have changed or not has been disabled for non
  "Unix Makefile" generators, as they do not appear to be needing this.

  This brings the number of actions ninja takes down after a white-space
  change in `rna_wm.cc` from 423 down to 107.

- `rna_prototypes_gen.h` was always written, this is somewhat wasteful
  and has been changed to be only written when changed.

  This brings the number of actions ninja takes down after a white-space
  change in `rna_wm.cc` from 107 down to 11.

in total, this saves several minutes of build time for simple changes
to rna source files.

Ref !110664.
2023-08-11 15:39:57 +10:00
2023-08-10 22:40:27 +02:00
2023-08-10 17:51:14 +02:00

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.

Blender screenshot

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
No description provided
Readme 841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%