virtualx-engine/scene/3d
Juan Linietsky 0e0a6bb39b
Removed unused property hints and Object::get_translatable_strings()
* Remove unused `EditorPropertyMember` and related hints, previouly used by
  VisualScript. Such logic should be implemented in the VS module itself.
* As the above broke compatibility with the VS module, clean up the other
  hacks that were still in core in support of VisualScript.
* `PROPERTY_USAGE_INTERNATIONALIZED` was only used in Object's
  `get_translatable_strings()`, which is a legacy function not used anywhere.
  So both are removed.
* Reordered some usage flags after the above removal to minimize the diff.
* General clean up.

Fixes #30203.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-01-09 16:56:01 +01:00
..
area_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
area_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_listener_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_listener_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_player_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_player_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bone_attachment_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bone_attachment_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
decal.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
decal.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
fog_volume.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
fog_volume.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
importer_mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
importer_mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
label_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
label_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_probe.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_probe.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_agent_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_agent_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_link_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_link_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_obstacle_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_obstacle_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_region_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_region_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d.cpp Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
node_3d.h Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
occluder_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
occluder_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reflection_probe.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reflection_probe.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00
shape_cast_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
shape_cast_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_ik_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_ik_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
soft_body_3d.cpp Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
soft_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_3d.cpp Merge pull request #65609 from dalexeev/animated-sprite 2023-01-05 15:00:31 +01:00
sprite_3d.h Merge pull request #65609 from dalexeev/animated-sprite 2023-01-05 15:00:31 +01:00
vehicle_body_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
vehicle_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visible_on_screen_notifier_3d.cpp Merge pull request #69809 from KoBeWi/runtime_enabler_2d 2023-01-08 22:38:29 +01:00
visible_on_screen_notifier_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxelizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxelizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_nodes.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_nodes.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00