tornavis/source/blender
Jacques Lucke 144a5aa512 Cleanup: replace use of std::iota with more specific function
`iota` is name that has no meaning, it's not an acronym or initialism.
It's usually very cryptic when I come across it. Replacing it with a
specialized function makes the code more readible.
2023-10-06 23:01:16 +02:00
..
animrig I18n: make new bones and bone collections' names translatable 2023-10-05 14:38:51 +02:00
asset_system Cleanup: remove spaces from commented arguments 2023-09-22 12:21:18 +10:00
blendthumb Cleanup: fewer iostreams related includes from BLI/BKE headers 2023-08-16 09:51:37 +02:00
blenfont Cleanup: spelling in comments 2023-10-03 11:16:55 +11:00
blenkernel Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
blenlib Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
blenloader Fix (unreported) crash in 'startup.blend' GP default update code. 2023-10-06 20:19:26 +02:00
blentranslation I18N module: updates for transition to weblate. 2023-09-15 18:08:52 +02:00
bmesh Cleanup: make format 2023-10-05 18:11:54 -07:00
compositor Cleanup: Replace usage of old BLI_array macros with C++ types 2023-10-06 03:02:17 +02:00
datatoc datatoc: exclude the initial C-style comment from GLSL/MSL/Cuda files 2023-08-19 17:57:12 +10:00
depsgraph Cleanup: Move BKE_screen.h to C++ 2023-09-25 17:53:11 -04:00
draw Cleanup: Simplify filling constant value per triangle in PBVH draw 2023-10-06 18:33:21 +02:00
editors Fix #112580: Limit Constraint with 'Affect Transform' not working properly in 'World Space' 2023-10-06 12:19:53 -03:00
freestyle Cleanup: use C++ comments for disabled code 2023-09-25 17:06:04 +10:00
functions Functions: extract remapped-params to make it reusable 2023-10-06 22:32:51 +02:00
geometry Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
gpencil_modifiers_legacy Cleanup: Move BKE_screen.h to C++ 2023-09-25 17:53:11 -04:00
gpu Merge branch 'blender-v4.0-release' 2023-10-06 17:49:15 +02:00
ikplugin Cleanup: use const arguments & variables 2023-09-19 11:09:20 +10:00
imbuf Cleanup: use C++ comments for disabled code 2023-09-25 17:06:04 +10:00
io USD: Improve camera import/export and round-tripping 2023-10-05 19:47:11 +02:00
makesdna GPv3: Initial drawing tool 2023-10-06 10:49:54 +02:00
makesrna Merge remote-tracking branch 'origin/blender-v4.0-release' 2023-10-06 11:47:46 +02:00
modifiers Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
nodes Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
python Python: Update BGL Deprecation Warning 2023-10-06 07:37:44 +02:00
render Fix: GPU compositor always returns first view 2023-10-05 13:51:56 +03:00
sequencer Fix: #113084 VSE equalizer stutters when any strip is animated 2023-10-03 18:13:24 +02:00
shader_fx Cleanup: Move BKE_screen.h to C++ 2023-09-25 17:53:11 -04:00
simulation Cleanup: use C++ comments for disabled code 2023-09-25 17:06:04 +10:00
windowmanager GPv3: Initial drawing tool 2023-10-06 10:49:54 +02:00
CMakeLists.txt Cleanup: sort cmake file lists 2023-08-24 11:38:41 +10:00