Files
goo-engine/source/blender/blenkernel/intern
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-30 14:42:13 -05:00
2024-01-30 14:42:13 -05:00
2024-01-31 14:04:56 -05:00
2024-03-02 23:56:37 +01:00
2024-01-19 20:29:38 +01:00
2024-01-19 14:32:28 +01:00