Kévin Dietrich
a9b94e5f81
Fix T95700: Oject Info node does not work with GPU subdivided meshes
...
When GPU subdivision is enabled the mesh objects remain unsubdivided on
the CPU side, and subdivision should be requested somewhat manually (via
`BKE_object_get_evaluated_mesh`).
When referencing an object, the Object Info node calls
`bke::object_get_evaluated_geometry_set` which first checks if a Geometry
Set is present on the object (unless we have a mesh in edit mode). If so
it will return it, if not, the object type is discriminated, which will
return a properly subdivided mesh object via `add_final_mesh_as_geometry_component`.
The unsubdivided mesh is returned because apparently the check on the
Geometry Set always succeeds (as it is always set in `mesh_build_data`).
However, the mesh inside this Geometry Set is not subdivided.
This adds a check for a MeshComponent in this Geometry Set, and if one
exists, calls `add_final_mesh_as_geometry_component` which will ensure
that the mesh is subdivided on the CPU side as well.
Differential Revision: https://developer.blender.org/D14643
2022-04-14 15:11:58 +02:00
..
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-14 17:08:46 +01:00
2022-02-11 09:14:36 +11:00
2022-02-21 13:06:28 +01:00
2022-04-13 19:22:10 -05:00
2022-04-14 11:55:08 +02:00
2022-03-14 11:17:45 +01:00
2022-02-11 09:14:36 +11:00
2022-03-25 12:04:20 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-11 18:27:58 +01:00
2022-04-13 19:22:10 -05:00
2022-03-23 17:18:42 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-23 18:24:37 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-16 14:10:21 -06:00
2022-04-01 08:40:45 -05:00
2022-02-11 09:14:36 +11:00
2022-04-13 00:48:10 -07:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-13 10:28:48 +02:00
2022-03-30 11:38:24 +11:00
2022-02-11 09:14:36 +11:00
2022-03-16 15:30:22 +11:00
2022-02-11 09:14:36 +11:00
2022-04-05 11:42:55 -07:00
2022-04-06 17:36:56 -03:00
2022-04-08 17:57:35 +02:00
2022-03-14 17:08:46 +01:00
2022-04-12 10:02:33 -03:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-18 13:21:36 -06:00
2022-03-02 10:05:15 -08:00
2022-04-13 10:28:48 +02:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-13 19:22:10 -05:00
2022-03-14 17:08:46 +01:00
2022-03-28 14:41:31 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-18 09:50:29 -06:00
2022-04-13 16:57:13 -05:00
2022-03-29 23:39:03 -05:00
2022-02-18 09:50:29 -06:00
2022-02-11 09:14:36 +11:00
2022-02-18 09:50:29 -06:00
2022-04-13 17:00:18 -05:00
2022-03-24 22:31:50 -05:00
2022-04-09 12:46:30 -05:00
2022-03-19 08:26:29 +01:00
2022-04-13 11:48:12 +02:00
2022-02-11 09:14:36 +11:00
2022-04-06 16:30:27 -05:00
2022-04-13 17:13:30 -05:00
2022-04-06 16:30:27 -05:00
2022-02-11 09:14:36 +11:00
2022-04-05 11:42:55 -07:00
2022-02-11 09:14:36 +11:00
2022-04-05 11:42:55 -07:00
2022-02-11 09:14:36 +11:00
2022-04-07 19:48:54 +02:00
2022-04-05 11:36:12 -05:00
2022-04-07 14:48:20 +10:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-13 18:49:11 -05:00
2022-02-11 09:14:36 +11:00
2022-04-13 18:02:21 -05:00
2022-02-18 09:50:29 -06:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-16 11:58:22 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-19 08:26:29 +01:00
2022-04-13 17:05:35 -05:00
2022-03-19 08:26:29 +01:00
2022-04-05 16:40:44 -05:00
2022-04-05 16:40:44 -05:00
2022-02-11 09:14:36 +11:00
2022-04-14 15:11:58 +02:00
2022-04-05 16:40:44 -05:00
2022-03-04 08:44:23 +01:00
2022-04-04 15:43:25 +10:00
2022-03-31 13:01:41 +11:00
2022-03-30 11:41:27 +02:00
2022-04-08 12:18:27 +02:00
2022-02-11 09:14:36 +11:00
2022-03-29 15:37:22 +02:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-09 10:13:43 +11:00
2022-04-06 11:37:15 +02:00
2022-03-24 18:24:06 -04:00
2022-02-11 09:14:36 +11:00
2022-03-09 10:13:43 +11:00
2022-02-11 09:14:36 +11:00
2022-03-25 12:10:30 +11:00
2022-03-24 19:42:59 +01:00
2022-03-23 21:01:36 -07:00
2022-04-13 13:06:29 +10:00
2022-02-18 09:50:29 -06:00
2022-02-11 09:14:36 +11:00
2022-03-22 09:43:02 -05:00
2022-02-11 09:14:36 +11:00
2022-04-13 11:48:12 +02:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-14 17:08:46 +01:00
2022-02-21 12:01:32 +11:00
2022-04-12 18:43:26 +02:00
2022-02-17 17:08:00 +01:00
2022-02-11 09:14:36 +11:00
2022-02-11 14:53:33 +01:00
2022-02-11 14:53:33 +01:00
2022-02-11 09:14:36 +11:00
2022-03-29 17:59:55 +02:00
2022-02-11 09:14:36 +11:00
2022-03-29 17:59:17 +02:00
2022-03-30 11:38:24 +11:00
2022-02-25 13:22:42 +01:00
2022-02-11 09:14:36 +11:00
2022-04-12 18:43:26 +02:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-06 17:05:33 -05:00
2022-02-11 09:14:36 +11:00
2022-02-18 09:50:29 -06:00
2022-02-11 09:14:36 +11:00
2022-04-10 17:29:06 +10:00
2022-03-11 18:27:58 +01:00
2022-04-08 16:42:50 +02:00
2022-04-07 12:34:06 -05:00
2022-02-11 09:14:36 +11:00
2022-02-23 18:24:37 +11:00
2022-02-16 13:04:20 +11:00
2022-04-13 15:19:36 +02:00
2022-04-04 15:43:25 +10:00
2022-03-25 12:10:30 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-25 12:04:20 +11:00
2022-02-11 09:14:36 +11:00
2022-03-22 09:33:50 -05:00
2022-03-28 14:41:31 +11:00
2022-04-12 13:55:41 -05:00
2022-04-13 11:51:38 +02:00
2022-04-13 17:51:05 -05:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-18 15:17:01 -06:00
2022-03-25 12:04:20 +11:00
2022-04-13 18:02:21 -05:00
2022-04-13 11:48:12 +02:00
2022-04-01 16:30:45 +02:00
2022-04-06 11:37:15 +02:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-22 09:33:50 -05:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-14 11:55:08 +02:00
2022-03-18 10:49:54 +01:00
2022-04-13 11:48:12 +02:00
2022-02-11 09:14:36 +11:00
2022-04-05 16:40:44 -05:00
2022-02-11 09:14:36 +11:00
2022-04-01 18:30:09 -05:00
2022-04-13 19:22:10 -05:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-21 16:38:13 +01:00
2022-02-11 09:14:36 +11:00
2022-03-24 16:54:01 +11:00
2022-04-13 14:27:19 +02:00
2022-02-18 09:14:54 +01:00
2022-04-08 16:42:50 +02:00
2022-04-13 16:23:47 +02:00
2022-03-25 12:10:21 +11:00
2022-03-25 12:10:21 +11:00
2022-04-14 17:03:01 +10:00
2022-02-11 09:14:36 +11:00
2022-04-11 09:47:55 -07:00
2022-04-05 11:42:55 -07:00
2022-04-05 11:42:55 -07:00
2022-04-14 16:58:15 +10:00
2022-02-16 10:53:58 -06:00
2022-02-11 09:14:36 +11:00
2022-04-06 18:02:58 +10:00
2022-04-01 13:45:02 -05:00
2022-04-09 18:16:21 +02:00
2022-03-10 16:27:18 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-07 14:48:20 +10:00
2022-04-06 11:37:15 +02:00
2022-02-11 09:14:36 +11:00
2022-04-07 18:10:29 -05:00
2022-03-19 08:26:29 +01:00
2022-03-19 08:26:29 +01:00
2022-03-19 08:26:29 +01:00
2022-03-25 12:04:20 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-15 17:29:54 +11:00
2022-03-15 16:07:32 +01:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-25 12:04:16 +11:00
2022-04-12 13:55:41 -05:00
2022-02-11 09:14:36 +11:00
2022-04-07 15:45:20 +10:00
2022-02-11 09:14:36 +11:00
2022-03-15 15:50:40 +01:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-03-14 17:08:46 +01:00
2022-03-14 17:08:46 +01:00
2022-02-15 10:27:03 -06:00
2022-02-11 09:14:36 +11:00
2022-03-14 17:08:46 +01:00
2022-04-11 12:03:09 +10:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-04-13 19:22:10 -05:00
2022-02-11 09:14:36 +11:00
2022-02-16 19:51:58 +01:00
2022-02-11 09:14:36 +11:00
2022-04-06 11:37:15 +02:00
2022-02-11 09:14:36 +11:00
2022-04-02 06:14:27 +02:00
2022-02-11 09:14:36 +11:00
2022-03-09 10:13:43 +11:00