Files
test/source/blender/blenkernel
Jacques Lucke 4d0936c7d7 Fix #119316: instancing lamps does not work
The issue was that calling `ensure_geometry_instances` converts all instances to a
geometry, even the ones that can't be converted. The comment already says that
non-geometry instances should stay intact, but that didn't work correctly yet:
```
  /**
   * If references have a collection or object type, convert them into geometry instances
   * recursively. After that, the geometry sets can be edited. There may still be instances of
   * other types of they can't be converted to geometry sets.
   */
```

Pull Request: https://projects.blender.org/blender/blender/pulls/119324
2024-03-11 15:58:40 +01:00
..
2024-01-15 12:44:14 -05:00
2024-01-03 13:38:14 +01:00
2024-02-06 22:28:10 +11:00
2024-01-03 13:38:14 +01:00
2023-07-04 17:03:02 +02:00
2023-11-27 09:30:52 +11:00
2024-01-19 12:08:48 -05:00
2024-03-02 23:56:37 +01:00
2024-01-15 12:44:14 -05:00
2023-08-18 08:56:12 +10:00
2024-01-11 11:01:50 -05:00