Blender Git Commit Log

Git Commits -> Revision 91694b9

Revision 91694b9 by Jacques Lucke (master)
August 7, 2020, 07:50 (GMT)
Code Style: use "#pragma once" in source directory

This replaces header include guards with `#pragma once`.
A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`),
because they are used in other places.

This patch has been generated by P1561 followed by `make format`.

Differential Revision: https://developer.blender.org/D8466

Commit Details:

Full Hash: 91694b9b58ab953f3b313be9389cc1303e472fc2
Parent Commit: 58909ab
Lines Changed: +1499, -5529

1403 Modified Paths:

/source/blender/blenfont/BLF_api.h (+1, -4) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+1, -4) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_action.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_addon.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_animsys.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_anim_data.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_anim_path.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_anim_visualization.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_appdir.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_armature.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_autoexec.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blender_copybuffer.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blender_undo.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blender_user_menu.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_blendfile.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_boids.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_bpath.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_bvhutils.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_cachefile.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_callbacks.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_camera.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_ccg.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_cdderivedmesh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_collection.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_collision.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_colorband.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_colortools.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_constraint.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_context.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_crazyspace.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_curve.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_curveprofile.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_customdata.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_customdata_file.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_data_transfer.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_deform.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_DerivedMesh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_displist.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_displist_tangent.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_duplilist.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_editlattice.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_editmesh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_editmesh_bvh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_editmesh_cache.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_editmesh_tangent.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_effect.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_fcurve.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_fcurve_driver.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_fluid.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_font.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_freestyle.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_gpencil_curve.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_gpencil_geom.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_gpencil_modifier.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_hair.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_icons.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_idprop.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_idtype.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_image.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_image_save.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_ipo.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_kelvinlet.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_key.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_keyconfig.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lattice.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_layer.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_library.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lib_id.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lib_override.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lib_query.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lib_remap.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_light.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_lightprobe.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_linestyle.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_main.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_main_idmap.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mask.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_material.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mball.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mball_tessellate.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_iterators.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_mapping.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_mirror.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_remap.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_remesh_voxel.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_runtime.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_tangent.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_wrapper.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_modifier.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_multires.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_nla.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_object.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_object_deform.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_object_facemap.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_ocean.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_outliner_treehash.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_packedFile.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_persistent_data_handle.hh (+1, -4) (Diff)
/source/blender/blenkernel/BKE_pointcache.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_pointcloud.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_report.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_rigidbody.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_scene.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_screen.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_sequencer_offscreen.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_shader_fx.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_shrinkwrap.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_simulation.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_softbody.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_sound.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_speaker.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_studiolight.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_ccg.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_deform.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_eval.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_foreach.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_mesh.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subdiv_topology.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_subsurf.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_text.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_texture.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_text_suggestions.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_undo_system.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_unit.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_volume.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_volume_render.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_workspace.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_world.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_writeavi.h (+1, -4) (Diff)
/source/blender/blenkernel/BKE_writeffmpeg.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_inline.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_intern.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/data_transfer_intern.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/lib_intern.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/multires_inline.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/multires_reshape.h (+1, -3) (Diff)
/source/blender/blenkernel/intern/multires_unsubdivide.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/ocean_intern.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/subdiv_converter.h (+1, -4) (Diff)
/source/blender/blenkernel/intern/subdiv_inline.h (+1, -4) (Diff)
/source/blender/blenkernel/nla_private.h (+1, -4) (Diff)
/source/blender/blenkernel/particle_private.h (+1, -4) (Diff)
/source/blender/blenkernel/tracking_private.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_alloca.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_allocator.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_args.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_array.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_array.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_array_store.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_array_store_utils.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_array_utils.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_asan.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_assert.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_astar.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_bitmap.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_bitmap_draw_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_boxpack_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_buffer.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_color.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_compiler_attrs.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_compiler_compat.h (+2, -3) (Diff)
/source/blender/blenlib/BLI_compiler_typecheck.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_console.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_convexhull_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_delaunay_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_dial_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_disjoint_set.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_dlrbTree.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_dot_export.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_dot_export_attribute_enums.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_dynlib.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_dynstr.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_easing.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_edgehash.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_endian_switch_inline.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_expr_pylike_eval.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_fileops_types.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_float2.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_float3.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_float4x4.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_fnmatch.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_ghash.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_gsqueue.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash_md5.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash_mm2a.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash_mm3.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_hash_tables.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_heap.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_heap_simple.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_index_mask.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_index_range.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_iterator.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_jitter_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_kdopbvh.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_kdtree.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_lasso_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_linear_allocator.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_linklist.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_linklist_lockfree.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_linklist_stack.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_link_utils.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_listbase.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_listbase_wrapper.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_map.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_math.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_base.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_base_safe.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_bits.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_color.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_color_blend.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_interp.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_rotation.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_solvers.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_statistics.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_memarena.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_memblock.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_memiter.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_mempool.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_noise.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_polyfill_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_polyfill_2d_beautify.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_probing_strategies.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_quadric.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_rand.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_rand.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_rect.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_resource_collector.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_scanfill.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_session_uuid.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_set.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_smallhash.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_sort.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_sort_utils.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_span.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_stack.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_stack.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_strict_flags.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_string.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_string_cursor_utf8.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_string_ref.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_string_utf8.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_string_utils.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_system.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_sys_types.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_threads.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_timecode.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_timeit.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_timer.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_utildefines_iter.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_utildefines_stack.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_utildefines_variadic.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_utility_mixins.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_uvproject.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_vector.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_vector_set.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_vector_set_slots.hh (+1, -4) (Diff)
/source/blender/blenlib/BLI_vfontdata.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_voronoi_2d.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_voxel.h (+1, -4) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+1, -4) (Diff)
/source/blender/blenlib/PIL_time.h (+1, -4) (Diff)
/source/blender/blenlib/PIL_time_utildefines.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_blend_defs.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_blend_validate.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_read_write.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_undofile.h (+1, -4) (Diff)
/source/blender/blenloader/BLO_writefile.h (+1, -4) (Diff)
/source/blender/blenloader/intern/readfile.h (+1, -4) (Diff)
/source/blender/blentranslation/BLT_lang.h (+1, -4) (Diff)
/source/blender/blentranslation/BLT_translation.h (+1, -4) (Diff)
/source/blender/bmesh/bmesh.h (+1, -4) (Diff)
/source/blender/bmesh/bmesh_class.h (+1, -4) (Diff)
/source/blender/bmesh/bmesh_tools.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_callback_generic.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_construct.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_core.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_delete.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_edgeloop.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_error.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_inline.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_interp.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_iterators.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_iterators_inline.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_log.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_marking.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_convert.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_duplicate.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_validate.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_mods.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api_inline.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_polygon_edgenet.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_private.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_query.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_query_inline.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_query_uv.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_structure.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_structure_inline.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_walkers.h (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_walkers_private.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_beautify.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_bisect_plane.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_decimate.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_edgenet.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_edgesplit.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_intersect.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_intersect_edges.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_path.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_path_region.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_path_region_uv.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_path_uv.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_region_match.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_separate.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_triangulate.h (+1, -4) (Diff)
/source/blender/bmesh/tools/bmesh_wireframe.h (+1, -4) (Diff)
/source/blender/compositor/COM_compositor.h (+1, -3) (Diff)
/source/blender/compositor/COM_defines.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_ChunkOrder.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_ChunkOrderHotspot.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_CompositorContext.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_Converter.h (+1, -3) (Diff)
/source/blender/compositor/intern/COM_CPUDevice.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_Debug.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_Device.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_ExecutionGroup.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_MemoryBuffer.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_MemoryProxy.h (+2, -4) (Diff)
/source/blender/compositor/intern/COM_Node.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_NodeConverter.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_NodeGraph.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_OpenCLDevice.h (+1, -4) (Diff)
/source/blender/compositor/intern/COM_SingleThreadedOperation.h (+2, -3) (Diff)
/source/blender/compositor/intern/COM_SocketReader.h (+2, -4) (Diff)
/source/blender/compositor/intern/COM_WorkPackage.h (+2, -4) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_AlphaOverNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BilateralBlurNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BlurNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BokehBlurNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BokehImageNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BoxMaskNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_BrightnessNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ChannelMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ChromaMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorBalanceNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorCorrectionNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorCurveNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorRampNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorSpillNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ColorToBWNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_CombineColorNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_CompositorNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_ConvertAlphaNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_CornerPinNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_CropNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_CryptomatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DefocusNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DenoiseNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DespeckleNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DifferenceMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DilateErodeNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DirectionalBlurNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DisplaceNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_DistanceMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_EllipseMaskNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_FilterNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_FlipNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_GammaNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_GlareNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_HueSaturationValueNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_IDMaskNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ImageNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_InpaintNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_InvertNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_KeyingNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_KeyingScreenNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_LensDistortionNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_LuminanceMatteNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MapRangeNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MapUVNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_MapValueNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MaskNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MathNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MixNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_MovieClipNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_MovieDistortionNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_NormalizeNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_NormalNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_PixelateNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_RenderLayersNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_RotateNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ScaleNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SeparateColorNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SetAlphaNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SocketProxyNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SplitViewerNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_Stabilize2dNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SunBeamsNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_SwitchNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_SwitchViewNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_TextureNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_TimeNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_TonemapNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_TrackPositionNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_TransformNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_TranslateNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ValueNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_VectorBlurNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_VectorCurveNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ViewerNode.h (+1, -3) (Diff)
/source/blender/compositor/nodes/COM_ViewLevelsNode.h (+1, -4) (Diff)
/source/blender/compositor/nodes/COM_ZCombineNode.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_AntiAliasOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_BilateralBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_BlurBaseOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_BokehBlurOperation.h (+1, -3) (Diff)
/source/blender/compositor/operations/COM_BokehImageOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_BoxMaskOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_BrightnessOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ChangeHSVOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ChannelMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ChromaMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorCorrectionOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_ColorMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorRampOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ColorSpillOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_CompositorOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ConvertOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_ConvolutionFilterOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_CropOperation.h (+1, -3) (Diff)
/source/blender/compositor/operations/COM_CryptomatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_CurveBaseOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DenoiseOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_DespeckleOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_DifferenceMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DilateErodeOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_DirectionalBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DisplaceOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DistanceRGBMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DistanceYCCMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_EllipseMaskOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_FlipOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_GammaCorrectOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_GammaOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_GaussianXBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GaussianYBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GlareBaseOperation.h (+1, -3) (Diff)
/source/blender/compositor/operations/COM_GlareFogGlowOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GlareGhostOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GlareStreaksOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_GlareThresholdOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_IDMaskOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ImageOperation.h (+1, -3) (Diff)
/source/blender/compositor/operations/COM_InpaintOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_InvertOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_KeyingBlurOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingClipOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingDespillOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_KeyingScreenOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_LuminanceMatteOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_MapUVOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_MaskOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_MathBaseOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_MixOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_MovieClipAttributeOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_MovieClipOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_MovieDistortionOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_MultilayerImageOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_PixelateOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_PlaneCornerPinOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_PreviewOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_QualityStepHelper.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ReadBufferOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_RotateOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_ScaleOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SetAlphaOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SetColorOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SetSamplerOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SetValueOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SetVectorOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SocketProxyOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_SplitOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_TextureOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_TonemapOperation.h (+2, -4) (Diff)
/source/blender/compositor/operations/COM_TrackPositionOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_VectorCurveOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_ViewerOperation.h (+2, -3) (Diff)
/source/blender/compositor/operations/COM_WrapOperation.h (+1, -4) (Diff)
/source/blender/compositor/operations/COM_WriteBufferOperation.h (+1, -3) (Diff)
/source/blender/compositor/operations/COM_ZCombineOperation.h (+2, -4) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+1, -4) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+1, -4) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+1, -4) (Diff)
/source/blender/depsgraph/DEG_depsgraph_physics.h (+1, -4) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+1, -4) (Diff)
/source/blender/draw/DRW_engine.h (+1, -4) (Diff)
/source/blender/draw/DRW_engine_types.h (+1, -4) (Diff)
/source/blender/draw/DRW_select_buffer.h (+1, -4) (Diff)
/source/blender/draw/engines/basic/basic_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/eevee/eevee_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/eevee/eevee_lightcache.h (+1, -4) (Diff)
/source/blender/draw/engines/eevee/eevee_lut.h (+1, -4) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+1, -4) (Diff)
/source/blender/draw/engines/external/external_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/overlay/overlay_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/overlay/overlay_private.h (+1, -4) (Diff)
/source/blender/draw/engines/select/select_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/select/select_private.h (+1, -4) (Diff)
/source/blender/draw/engines/workbench/workbench_engine.h (+1, -4) (Diff)
/source/blender/draw/engines/workbench/workbench_private.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_cache.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_cache_extract.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_cache_inline.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_color_management.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_common.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_debug.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_hair_private.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_instance_data.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_manager.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_manager_profiling.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_manager_text.h (+1, -4) (Diff)
/source/blender/draw/intern/draw_view.h (+1, -4) (Diff)
/source/blender/draw/intern/DRW_render.h (+1, -4) (Diff)
/source/blender/draw/intern/smaa_textures.h (+1, -3) (Diff)
/source/blender/editors/animation/anim_intern.h (+1, -4) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -4) (Diff)
/source/blender/editors/armature/meshlaplacian.h (+1, -4) (Diff)
/source/blender/editors/curve/curve_intern.h (+1, -4) (Diff)
/source/blender/editors/gizmo_library/gizmo_geometry.h (+1, -4) (Diff)
/source/blender/editors/gizmo_library/gizmo_library_intern.h (+1, -4) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -4) (Diff)
/source/blender/editors/include/BIF_glutil.h (+1, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -4) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -4) (Diff)
/source/blender/editors/include/ED_buttons.h (+1, -4) (Diff)
/source/blender/editors/include/ED_clip.h (+1, -4) (Diff)
/source/blender/editors/include/ED_curve.h (+1, -4) (Diff)
/source/blender/editors/include/ED_datafiles.h (+1, -4) (Diff)
/source/blender/editors/include/ED_fileselect.h (+1, -4) (Diff)
/source/blender/editors/include/ED_gizmo_library.h (+1, -4) (Diff)
/source/blender/editors/include/ED_gizmo_utils.h (+1, -4) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -4) (Diff)
/source/blender/editors/include/ED_image.h (+1, -4) (Diff)
/source/blender/editors/include/ED_info.h (+1, -4) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+1, -4) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -4) (Diff)
/source/blender/editors/include/ED_keyframing.h (+1, -4) (Diff)
/source/blender/editors/include/ED_lattice.h (+1, -4) (Diff)
/source/blender/editors/include/ED_markers.h (+1, -4) (Diff)
/source/blender/editors/include/ED_mask.h (+1, -4) (Diff)
/source/blender/editors/include/ED_mball.h (+1, -4) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -4) (Diff)
/source/blender/editors/include/ED_node.h (+1, -4) (Diff)
/source/blender/editors/include/ED_numinput.h (+1, -4) (Diff)
/source/blender/editors/include/ED_object.h (+1, -4) (Diff)
/source/blender/editors/include/ED_outliner.h (+1, -4) (Diff)
/source/blender/editors/include/ED_paint.h (+1, -4) (Diff)
/source/blender/editors/include/ED_particle.h (+1, -4) (Diff)
/source/blender/editors/include/ED_physics.h (+1, -4) (Diff)
/source/blender/editors/include/ED_render.h (+1, -4) (Diff)
/source/blender/editors/include/ED_scene.h (+1, -4) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -4) (Diff)
/source/blender/editors/include/ED_screen_types.h (+1, -4) (Diff)
/source/blender/editors/include/ED_sculpt.h (+1, -4) (Diff)
/source/blender/editors/include/ED_select_utils.h (+1, -4) (Diff)
/source/blender/editors/include/ED_sequencer.h (+1, -4) (Diff)
/source/blender/editors/include/ED_sound.h (+1, -4) (Diff)
/source/blender/editors/include/ED_space_api.h (+1, -4) (Diff)
/source/blender/editors/include/ED_text.h (+1, -4) (Diff)
/source/blender/editors/include/ED_time_scrub_ui.h (+1, -4) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -4) (Diff)
/source/blender/editors/include/ED_transform_snap_object_context.h (+1, -4) (Diff)
/source/blender/editors/include/ED_transverts.h (+1, -4) (Diff)
/source/blender/editors/include/ED_types.h (+1, -4) (Diff)
/source/blender/editors/include/ED_undo.h (+1, -4) (Diff)
/source/blender/editors/include/ED_userpref.h (+1, -4) (Diff)
/source/blender/editors/include/ED_util.h (+1, -4) (Diff)
/source/blender/editors/include/ED_util_imbuf.h (+1, -4) (Diff)
/source/blender/editors/include/ED_uvedit.h (+1, -4) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -4) (Diff)
/source/blender/editors/include/ED_view3d_offscreen.h (+1, -4) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -4) (Diff)
/source/blender/editors/include/UI_interface_icons.h (+1, -4) (Diff)
/source/blender/editors/include/UI_resources.h (+1, -4) (Diff)
/source/blender/editors/include/UI_view2d.h (+1, -4) (Diff)
/source/blender/editors/interface/interface_eyedropper_intern.h (+1, -4) (Diff)
/source/blender/editors/interface/interface_intern.h (+1, -4) (Diff)
/source/blender/editors/interface/interface_regions_intern.h (+1, -4) (Diff)
/source/blender/editors/io/io_alembic.h (+1, -4) (Diff)
/source/blender/editors/io/io_cache.h (+1, -4) (Diff)
/source/blender/editors/io/io_collada.h (+1, -4) (Diff)
/source/blender/editors/io/io_ops.h (+1, -4) (Diff)
/source/blender/editors/io/io_usd.h (+1, -4) (Diff)
/source/blender/editors/lattice/lattice_intern.h (+1, -4) (Diff)
/source/blender/editors/mask/mask_intern.h (+1, -4) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -4) (Diff)
/source/blender/editors/metaball/mball_intern.h (+1, -4) (Diff)
/source/blender/editors/object/object_intern.h (+1, -4) (Diff)
/source/blender/editors/physics/particle_edit_utildefines.h (+1, -4) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -4) (Diff)
/source/blender/editors/render/render_intern.h (+1, -4) (Diff)
/source/blender/editors/screen/screen_intern.h (+1, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -4) (Diff)
/source/blender/editors/sound/sound_intern.h (+1, -4) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -4) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+1, -4) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -4) (Diff)
/source/blender/editors/space_clip/tracking_ops_intern.h (+1, -4) (Diff)
/source/blender/editors/space_console/console_intern.h (+1, -4) (Diff)
/source/blender/editors/space_file/filelist.h (+1, -4) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -4) (Diff)
/source/blender/editors/space_file/fsmenu.h (+1, -4) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -4) (Diff)
/source/blender/editors/space_image/image_intern.h (+1, -4) (Diff)
/source/blender/editors/space_info/info_intern.h (+1, -4) (Diff)
/source/blender/editors/space_info/textview.h (+1, -4) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -4) (Diff)
/source/blender/editors/space_node/node_intern.h (+1, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -4) (Diff)
/source/blender/editors/space_script/script_intern.h (+1, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+1, -4) (Diff)
/source/blender/editors/space_text/text_format.h (+1, -4) (Diff)
/source/blender/editors/space_text/text_intern.h (+1, -4) (Diff)
/source/blender/editors/space_userpref/userpref_intern.h (+1, -4) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -4) (Diff)
/source/blender/editors/transform/transform.h (+1, -4) (Diff)
/source/blender/editors/transform/transform_constraints.h (+1, -4) (Diff)
/source/blender/editors/transform/transform_convert.h (+1, -3) (Diff)
/source/blender/editors/transform/transform_data.h (+1, -4) (Diff)
/source/blender/editors/transform/transform_draw_cursors.h (+1, -4) (Diff)
/source/blender/editors/transform/transform_mode.h (+1, -3) (Diff)
/source/blender/editors/transform/transform_snap.h (+1, -4) (Diff)
/source/blender/editors/undo/undo_intern.h (+1, -4) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+1, -4) (Diff)
/source/blender/editors/uvedit/uvedit_parametrizer.h (+1, -4) (Diff)
/source/blender/freestyle/FRS_freestyle.h (+1, -4) (Diff)
/source/blender/freestyle/intern/application/AppCanvas.h (+1, -4) (Diff)
/source/blender/freestyle/intern/application/AppConfig.h (+1, -4) (Diff)
/source/blender/freestyle/intern/application/AppView.h (+1, -4) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+1, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.h (+1, -4) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStyleModule.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/BBox.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/Bezier.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/FastGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/FitCurve.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/Geom.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/GeomCleaner.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/GeomUtils.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/Grid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/GridHelpers.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/HashGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/matrix_util.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/Noise.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/normal_cycle.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/Polygon.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/SweepLine.h (+1, -4) (Diff)
/source/blender/freestyle/intern/geometry/VecMat.h (+1, -4) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.h (+1, -4) (Diff)
/source/blender/freestyle/intern/image/Image.h (+1, -4) (Diff)
/source/blender/freestyle/intern/image/ImagePyramid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_FalseBP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_Length2DBP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_TrueBP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_ViewMapGradientNormBP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Director.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BezierCurveShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_BlenderTextureShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ColorNoiseShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantColorShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstantThicknessShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ConstrainedIncreasingThicknessShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingColorShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_IncreasingThicknessShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_PolygonalizationShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SamplingShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_SpatialNoiseShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureStepShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_ThicknessNoiseShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TipRemoverShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_Curvature2DAngleF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_DensityF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedXF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedYF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetProjectedZF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetXF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetYF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_GetZF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_double/BPy_ZDiscontinuityF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetCurvilinearAbscissaF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetParameterF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_GetViewMapGradientNormF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadCompleteViewMapPixelF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadMapPixelF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_float/BPy_ReadSteerableViewMapPixelF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Id/BPy_ShapeIdF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Nature_EdgeNature/BPy_CurveNatureF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec3f/BPy_VertexOrientation3DF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_ViewShape/BPy_GetShapeF0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_Curvature2DAngleF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetCompleteViewMapDensityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetDirectionalViewMapDensityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedYF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedZF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetSteerableViewMapDensityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetViewMapGradientNormF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetYF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetZF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_LocalAverageDepthF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_Vec3f/BPy_Orientation3DF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludeeF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetOccludersF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_vector_ViewShape/BPy_GetShapeF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_ChainingTimeStampF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_void/BPy_TimeStampF1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_FalseUP0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate0D/BPy_TrueUP0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_DensityLowerThanUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_EqualToTimeStampUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_FalseUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_TrueUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/DrawingStyle.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/FrsMaterial.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/LineRep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/Node.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeCamera.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeGroup.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeLight.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeShape.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeTransform.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/NodeViewLayer.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/Rep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneHash.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/SceneVisitor.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/TriangleRep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/scene_graph/VertexRep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Chain.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/ContextFunctions.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/CurveAdvancedIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Modifiers.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Module.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Operators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/QInformationMap.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIO.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeShader.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/stroke/StyleModule.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/BaseIterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/BaseObject.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Cast.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Exception.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/FreestyleConfig.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Id.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Interpreter.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Iterator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/PointerSequence.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/Precision.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/ProgressBar.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/PseudoNoise.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/RandGen.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/RenderMonitor.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/StringUtils.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/TimeStamp.h (+1, -4) (Diff)
/source/blender/freestyle/intern/system/TimeUtils.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ArbitraryGridDensityProvider.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/AutoPtrHelper.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/AverageAreaGridDensityProvider.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/BoxGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/CulledOccluderSource.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/GridDensityProvider.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/HeuristicGridDensityProviderFactory.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/OccluderSource.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Pow23GridDensityProvider.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/SphericalGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapAdvancedIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+1, -4) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/Curvature.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/Nature.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WFillGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WSFillGrid.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+1, -4) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdgeBuilder.h (+1, -4) (Diff)
/source/blender/functions/FN_array_spans.hh (+1, -4) (Diff)
/source/blender/functions/FN_attributes_ref.hh (+1, -4) (Diff)
/source/blender/functions/FN_cpp_type.hh (+1, -4) (Diff)
/source/blender/functions/FN_generic_vector_array.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_builder.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_context.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_data_type.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_network.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_network_evaluation.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_network_optimization.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_params.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_param_type.hh (+1, -4) (Diff)
/source/blender/functions/FN_multi_function_signature.hh (+1, -4) (Diff)
/source/blender/functions/FN_spans.hh (+1, -4) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.h (+1, -4) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h (+1, -4) (Diff)
/source/blender/gpencil_modifiers/MOD_gpencil_modifiertypes.h (+1, -4) (Diff)
/source/blender/gpu/GPU_attr_binding.h (+1, -4) (Diff)
/source/blender/gpu/GPU_batch.h (+1, -4) (Diff)
/source/blender/gpu/GPU_batch_presets.h (+1, -4) (Diff)
/source/blender/gpu/GPU_batch_utils.h (+1, -4) (Diff)
/source/blender/gpu/GPU_buffers.h (+1, -4) (Diff)
/source/blender/gpu/GPU_common.h (+1, -4) (Diff)
/source/blender/gpu/GPU_context.h (+1, -4) (Diff)
/source/blender/gpu/GPU_debug.h (+1, -4) (Diff)
/source/blender/gpu/GPU_draw.h (+1, -4) (Diff)
/source/blender/gpu/GPU_element.h (+1, -4) (Diff)
/source/blender/gpu/GPU_extensions.h (+1, -4) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+1, -4) (Diff)
/source/blender/gpu/GPU_glew.h (+1, -4) (Diff)
/source/blender/gpu/GPU_immediate.h (+1, -4) (Diff)
/source/blender/gpu/GPU_immediate_util.h (+1, -4) (Diff)
/source/blender/gpu/GPU_init_exit.h (+1, -4) (Diff)
/source/blender/gpu/GPU_legacy_stubs.h (+1, -4) (Diff)
/source/blender/gpu/GPU_material.h (+1, -4) (Diff)
/source/blender/gpu/GPU_matrix.h (+1, -4) (Diff)
/source/blender/gpu/GPU_platform.h (+1, -4) (Diff)
/source/blender/gpu/GPU_primitive.h (+1, -4) (Diff)
/source/blender/gpu/GPU_select.h (+1, -4) (Diff)
/source/blender/gpu/GPU_shader.h (+1, -4) (Diff)
/source/blender/gpu/GPU_shader_interface.h (+1, -4) (Diff)
/source/blender/gpu/GPU_state.h (+1, -4) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -4) (Diff)
/source/blender/gpu/GPU_uniformbuffer.h (+1, -4) (Diff)
/source/blender/gpu/GPU_vertex_buffer.h (+1, -4) (Diff)
/source/blender/gpu/GPU_vertex_format.h (+1, -4) (Diff)
/source/blender/gpu/GPU_viewport.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_attr_binding_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_batch_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_codegen.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_context_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_material_library.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_matrix_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_node_graph.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_primitive_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_select_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_shader_private.h (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_vertex_format_private.h (+1, -4) (Diff)
/source/blender/ikplugin/BIK_api.h (+1, -4) (Diff)
/source/blender/ikplugin/intern/ikplugin_api.h (+1, -4) (Diff)
/source/blender/ikplugin/intern/iksolver_plugin.h (+1, -4) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_colormanagement.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_metadata.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_moviecache.h (+1, -4) (Diff)
/source/blender/imbuf/IMB_thumbs.h (+1, -4) (Diff)
/source/blender/imbuf/intern/cineon/cineonlib.h (+1, -4) (Diff)
/source/blender/imbuf/intern/cineon/dpxlib.h (+1, -4) (Diff)
/source/blender/imbuf/intern/cineon/logImageCore.h (+1, -4) (Diff)
/source/blender/imbuf/intern/cineon/logmemfile.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/Color.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/dds_api.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/FlipDXT.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/Image.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/PixelFormat.h (+1, -4) (Diff)
/source/blender/imbuf/intern/dds/Stream.h (+1, -4) (Diff)
/source/blender/imbuf/intern/imbuf.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_allocimbuf.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_colormanagement_intern.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_filetype.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_filter.h (+1, -4) (Diff)
/source/blender/imbuf/intern/IMB_indexer.h (+1, -4) (Diff)
/source/blender/imbuf/intern/oiio/openimageio_api.h (+1, -4) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.h (+1, -4) (Diff)
/source/blender/imbuf/intern/openexr/openexr_multi.h (+1, -4) (Diff)
/source/blender/io/avi/AVI_avi.h (+1, -4) (Diff)
/source/blender/io/avi/intern/avi_endian.h (+1, -4) (Diff)
/source/blender/io/avi/intern/avi_intern.h (+1, -4) (Diff)
/source/blender/io/avi/intern/avi_mjpeg.h (+1, -4) (Diff)
/source/blender/io/avi/intern/avi_rgb.h (+1, -4) (Diff)
/source/blender/io/avi/intern/avi_rgb32.h (+1, -4) (Diff)
/source/blender/io/collada/AnimationClipExporter.h (+1, -4) (Diff)
/source/blender/io/collada/AnimationExporter.h (+1, -4) (Diff)
/source/blender/io/collada/AnimationImporter.h (+1, -4) (Diff)
/source/blender/io/collada/ArmatureExporter.h (+1, -4) (Diff)
/source/blender/io/collada/ArmatureImporter.h (+1, -4) (Diff)
/source/blender/io/collada/BCAnimationCurve.h (+1, -4) (Diff)
/source/blender/io/collada/BCAnimationSampler.h (+1, -4) (Diff)
/source/blender/io/collada/BCMath.h (+1, -4) (Diff)
/source/blender/io/collada/BCSampleData.h (+1, -4) (Diff)
/source/blender/io/collada/BlenderContext.h (+1, -4) (Diff)
/source/blender/io/collada/BlenderTypes.h (+1, -4) (Diff)
/source/blender/io/collada/CameraExporter.h (+1, -4) (Diff)
/source/blender/io/collada/collada.h (+1, -4) (Diff)
/source/blender/io/collada/collada_internal.h (+1, -4) (Diff)
/source/blender/io/collada/collada_utils.h (+1, -4) (Diff)
/source/blender/io/collada/ControllerExporter.h (+1, -4) (Diff)
/source/blender/io/collada/DocumentExporter.h (+1, -4) (Diff)
/source/blender/io/collada/DocumentImporter.h (+1, -4) (Diff)
/source/blender/io/collada/EffectExporter.h (+1, -4) (Diff)
/source/blender/io/collada/ErrorHandler.h (+1, -4) (Diff)
/source/blender/io/collada/ExportSettings.h (+1, -4) (Diff)
/source/blender/io/collada/ExtraHandler.h (+1, -4) (Diff)
/source/blender/io/collada/ExtraTags.h (+1, -4) (Diff)
/source/blender/io/collada/GeometryExporter.h (+1, -4) (Diff)
/source/blender/io/collada/ImageExporter.h (+1, -4) (Diff)
/source/blender/io/collada/ImportSettings.h (+1, -4) (Diff)
/source/blender/io/collada/InstanceWriter.h (+1, -4) (Diff)
/source/blender/io/collada/LightExporter.h (+1, -4) (Diff)
/source/blender/io/collada/MaterialExporter.h (+1, -4) (Diff)
/source/blender/io/collada/Materials.h (+1, -4) (Diff)
/source/blender/io/collada/MeshImporter.h (+1, -4) (Diff)
/source/blender/io/collada/SceneExporter.h (+1, -4) (Diff)
/source/blender/io/collada/SkinInfo.h (+1, -4) (Diff)
/source/blender/io/collada/TransformReader.h (+1, -4) (Diff)
/source/blender/io/collada/TransformWriter.h (+1, -4) (Diff)
/source/blender/io/common/intern/dupli_parent_finder.hh (+1, -4) (Diff)
/source/blender/io/common/IO_abstract_hierarchy_iterator.h (+1, -4) (Diff)
/source/blender/io/common/IO_dupli_persistent_id.hh (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_exporter_context.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_hierarchy_iterator.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_abstract.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_camera.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_hair.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_light.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_mesh.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_metaball.h (+1, -4) (Diff)
/source/blender/io/usd/intern/usd_writer_transform.h (+1, -4) (Diff)
/source/blender/io/usd/usd.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_boid_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_cachefile_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_cachefile_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_camera_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_collection_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_color_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_curveprofile_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_curve_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_defs.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_effect_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_fileglobal_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_fluid_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_genfile.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_gpu_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_hair_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_image_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_image_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_key_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_lattice_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_lattice_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_lightprobe_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_lightprobe_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_light_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_light_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_linestyle_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_listBase.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_mask_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_material_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_material_types.h (+1, -3) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_mesh_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_meta_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_meta_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_nla_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_object_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_object_enums.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_object_fluidsim_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_object_force_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_object_types.h (+14, -17) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_packedFile_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_pointcache_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_pointcloud_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_pointcloud_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_rigidbody_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+1, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_sdna_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_session_uuid_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_shader_fx_types.h (+1, -3) (Diff)
/source/blender/makesdna/DNA_simulation_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_simulation_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_speaker_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_speaker_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_texture_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_text_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_vec_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_vec_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_vfont_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_view2d_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_view3d_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_view3d_enums.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_volume_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_volume_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+1, -4) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_world_defaults.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_world_types.h (+1, -4) (Diff)
/source/blender/makesdna/DNA_xr_types.h (+1, -4) (Diff)
/source/blender/makesdna/intern/dna_utils.h (+1, -4) (Diff)
/source/blender/makesdna/intern/makesdna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access_internal.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_internal_types.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_mesh_utils.h (+1, -4) (Diff)
/source/blender/makesrna/RNA_define.h (+1, -4) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -4) (Diff)
/source/blender/modifiers/intern/MOD_meshcache_util.h (+1, -4) (Diff)
/source/blender/modifiers/intern/MOD_solidify_util.h (+1, -4) (Diff)
/source/blender/modifiers/intern/MOD_ui_common.h (+1, -4) (Diff)
/source/blender/modifiers/intern/MOD_util.h (+1, -3) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.h (+1, -3) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -4) (Diff)
/source/blender/nodes/composite/node_composite_util.h (+1, -4) (Diff)
/source/blender/nodes/function/node_function_util.hh (+1, -4) (Diff)
/source/blender/nodes/intern/node_common.h (+1, -4) (Diff)
/source/blender/nodes/intern/node_exec.h (+1, -4) (Diff)
/source/blender/nodes/intern/node_util.h (+1, -4) (Diff)
/source/blender/nodes/NOD_common.h (+1, -4) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -4) (Diff)
/source/blender/nodes/NOD_derived_node_tree.hh (+1, -4) (Diff)
/source/blender/nodes/NOD_function.h (+1, -4) (Diff)
/source/blender/nodes/NOD_node_tree_multi_function.hh (+1, -4) (Diff)
/source/blender/nodes/NOD_node_tree_ref.hh (+1, -4) (Diff)
/source/blender/nodes/NOD_shader.h (+1, -4) (Diff)
/source/blender/nodes/NOD_simulation.h (+1, -4) (Diff)
/source/blender/nodes/NOD_socket.h (+1, -4) (Diff)
/source/blender/nodes/NOD_texture.h (+1, -4) (Diff)
/source/blender/nodes/shader/node_shader_util.h (+1, -4) (Diff)
/source/blender/nodes/simulation/node_simulation_util.h (+1, -4) (Diff)
/source/blender/nodes/texture/node_texture_util.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_api.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_geometry.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+1, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.h (+1, -4) (Diff)
/source/blender/python/BPY_extern.h (+1, -4) (Diff)
/source/blender/python/BPY_extern_clog.h (+1, -4) (Diff)
/source/blender/python/generic/bgl.h (+1, -4) (Diff)
/source/blender/python/generic/blf_py_api.h (+1, -4) (Diff)
/source/blender/python/generic/bl_math_py_api.h (+1, -4) (Diff)
/source/blender/python/generic/idprop_py_api.h (+1, -4) (Diff)
/source/blender/python/generic/imbuf_py_api.h (+1, -4) (Diff)
/source/blender/python/generic/python_utildefines.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_api.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_batch.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_element.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_matrix.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_select.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_shader.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.h (+1, -4) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.h (+1, -4) (Diff)
/source/blender/python/intern/bpy.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_alembic.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_build_options.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_ffmpeg.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_handlers.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_icons.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_ocio.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_oiio.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_opensubdiv.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_openvdb.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_sdl.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_timers.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_translations.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_app_usd.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_capi_utils.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_driver.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_gizmo_wrap.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_intern_string.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_library.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_msgbus.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_operator.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_operator_wrap.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_path.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_props.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_anim.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_callback.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_driver.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_gizmo.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_rna_types_capi.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_traceback.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_utils_previews.h (+1, -4) (Diff)
/source/blender/python/intern/bpy_utils_units.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_geometry.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_interpolate.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_kdtree.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_noise.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+1, -4) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_bake.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_engine.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_multires_bake.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_pipeline.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_render_ext.h (+1, -4) (Diff)
/source/blender/render/extern/include/RE_shader_ext.h (+1, -4) (Diff)
/source/blender/render/intern/include/initrender.h (+1, -4) (Diff)
/source/blender/render/intern/include/renderpipeline.h (+1, -4) (Diff)
/source/blender/render/intern/include/render_result.h (+1, -4) (Diff)
/source/blender/render/intern/include/render_types.h (+1, -4) (Diff)
/source/blender/render/intern/include/texture.h (+1, -4) (Diff)
/source/blender/render/intern/include/zbuf.h (+1, -4) (Diff)
/source/blender/shader_fx/FX_shader_types.h (+1, -4) (Diff)
/source/blender/shader_fx/intern/FX_shader_util.h (+1, -4) (Diff)
/source/blender/shader_fx/intern/FX_ui_common.h (+1, -4) (Diff)
/source/blender/simulation/intern/ConstrainedConjugateGradient.h (+1, -4) (Diff)
/source/blender/simulation/intern/eigen_utils.h (+1, -4) (Diff)
/source/blender/simulation/intern/implicit.h (+1, -4) (Diff)
/source/blender/simulation/intern/particle_allocator.hh (+1, -4) (Diff)
/source/blender/simulation/intern/particle_function.hh (+1, -4) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.hh (+1, -4) (Diff)
/source/blender/simulation/intern/simulation_solver.hh (+1, -4) (Diff)
/source/blender/simulation/intern/time_interval.hh (+1, -4) (Diff)
/source/blender/simulation/SIM_mass_spring.h (+1, -4) (Diff)
/source/blender/simulation/SIM_simulation_update.hh (+1, -4) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_intern.h (+1, -4) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_api.h (+1, -4) (Diff)
/source/blender/windowmanager/gizmo/wm_gizmo_fn.h (+1, -4) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+1, -4) (Diff)
/source/blender/windowmanager/gizmo/wm_gizmo_wmapi.h (+1, -4) (Diff)
/source/blender/windowmanager/intern/wm_platform_support.h (+1, -4) (Diff)
/source/blender/windowmanager/intern/wm_window_private.h (+1, -4) (Diff)
/source/blender/windowmanager/message_bus/intern/wm_message_bus_intern.h (+1, -4) (Diff)
/source/blender/windowmanager/message_bus/wm_message_bus.h (+1, -4) (Diff)
/source/blender/windowmanager/wm.h (+1, -4) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_cursors.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_draw.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_event_types.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_files.h (+1, -4) (Diff)
/source/blender/windowmanager/WM_keymap.h (+1, -4) (Diff)
/source/blender/windowmanager/WM_message.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_surface.h (+1, -4) (Diff)
/source/blender/windowmanager/WM_toolsystem.h (+1, -4) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -4) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -4) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+1, -4) (Diff)
/source/blender/windowmanager/xr/wm_xr.h (+1, -4) (Diff)
/source/creator/creator_intern.h (+1, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021