This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Sergey Sharybin 6b9c41719b Fix T65798: Incorrect auto-tex space for Curves
There are several aspects to the fix:

- Always calculate bounding box for meshes and curves from dependency
  graph evaluation function.

  There is a reason why mesh was tagged for geometry update, so can not
  be spare here in attempts to avoid calculation.

- Remove texture space evaluation from RNA accessor.

  Such data is to be evaluated by a dependency graph.

  Don't see a reason to be different here: we never force evaluation of
  any kind from RNA.

- Copy bounding box and texture space to original object for active
  dependency graph.

  This matches object-level bounding box and allows to remove bounding
  box evaluation from RNA.
2019-07-01 12:42:42 +02:00
..
2019-06-12 09:43:49 +10:00
2019-05-16 11:49:21 +02:00
2019-06-17 08:05:58 +10:00
2019-02-18 08:22:12 +11:00
2019-06-11 15:11:07 +02:00
2019-06-28 10:07:21 +10:00
2019-06-12 09:43:49 +10:00
2019-06-14 10:12:10 +10:00
2019-06-17 12:52:20 +10:00