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/intern
Joseph Eagar cfd6d48aab * Prototyped a faster smooth algo, currently disabled.
* Wrote a new API for wrangling temporary customdata layers across pbvh types:
  - SCULPT_temp_customlayer_ensure: makes sure a (named) customdata
    layer exists.  Works for multires; since these are temporary
    layers we can safely allocate them in a temporary CustomData
    structure (in ss->temp_vdata).
  - SCULPT_temp_customlayer_get: initializes a special structure,
    SculptCustomLayer, that is used to get per elem customdata.
  - SCULPT_temp_cdata_get: Uses a SculptCustomLayer ref along with
    a SculptVertexRef to look up the data.
2021-05-14 18:26:41 -07:00
..
2021-04-11 13:09:27 +10:00
2021-02-15 15:30:17 +01:00
2020-11-07 02:53:18 -08:00
2021-04-01 15:58:56 -07:00
2020-11-07 02:53:18 -08:00
2021-04-12 11:08:54 -03:00
2021-05-06 08:09:05 +10:00
2021-04-26 15:11:53 -05:00
2021-03-18 09:36:44 +11:00
2020-10-14 15:12:40 +11:00
2021-02-20 15:38:14 +11:00
2021-03-21 14:00:40 +11:00
2021-05-10 16:19:40 +10:00
2021-05-06 08:09:05 +10:00
2021-04-11 14:43:05 +10:00
2020-11-20 11:39:22 +11:00
2021-02-13 17:44:51 +11:00
2021-03-18 09:36:44 +11:00
2021-04-29 08:01:32 -07:00
2021-05-14 15:56:04 -07:00
2021-05-14 15:56:04 -07:00
2020-10-22 17:08:37 -04:00
2021-03-07 17:03:20 +01:00
2021-03-04 16:58:03 +11:00
2020-10-18 16:12:02 -07:00
2021-03-25 11:32:20 -07:00
2020-10-11 13:00:49 -04:00
2021-02-13 17:40:03 +11:00
2021-02-13 15:23:49 -08:00
2021-05-10 16:16:29 +10:00