Blender Git Loki

Blender Git commits from all branches.

Page: 474 / 2888

March 17, 2021, 21:09 (GMT)
fix compile error
March 17, 2021, 20:16 (GMT)
Merge branch 'master' into cycles_procedural_api
March 17, 2021, 19:51 (GMT)
Use custom collection property to pass the asset list to UI lists

`UIList` is designed to use collection properties. I previously did a
whole bunch of hacks to use it without. This isn't acceptable for
master, instead a proper collection property should be provided.

Idea is to let scripts register a custom collection property, that the
asset view template can fill with the latest asset list contents and
pass that to the UI list.

Longer term I'd prefer if the UI code would support other containers,
and not rely so much on RNA and custom/ID properties. I have ideas and
plans for this, but meanwhile, this will do to remove the hacks.
March 17, 2021, 18:09 (GMT)
Change offset to use float2

March 17, 2021, 18:07 (GMT)
More cleanup of variables

March 17, 2021, 18:06 (GMT)
Cleanup in Import and return values

March 17, 2021, 17:18 (GMT)
Cleanup return values

March 17, 2021, 17:10 (GMT)
Use blender::Vector

March 17, 2021, 15:58 (GMT)
Sculpt Expand: Split snap event into two separate events
March 17, 2021, 15:56 (GMT)
Remove duplicate Enum items definition

March 17, 2021, 15:49 (GMT)
Sculpt Expand: Add Poly Loop Falloff mode
March 17, 2021, 15:32 (GMT)
Cleanup const variables

March 17, 2021, 15:30 (GMT)
Change Poll methods

March 17, 2021, 15:26 (GMT)
Remove comment about context region

March 17, 2021, 15:23 (GMT)
Remove redundant void parameter

This is not required in C++
March 17, 2021, 15:20 (GMT)
Merge branch 'master' into sculpt-dev
March 17, 2021, 14:54 (GMT)
Revert "GPencil: Remove Bezier curve data in Evaluated strokes"

This reverts commit 29ce51a67ebee6d8a9d70465a9f60c9c56e90fdc.
March 17, 2021, 14:51 (GMT)
Merge branch 'master' into temp-gpencil-io
March 17, 2021, 13:28 (GMT)
Cleanup LineartLine -> LineartEdge
March 17, 2021, 12:56 (GMT)
Fix warning about possibly mixed C/C++ linkage of type

Would give a warning:
```
'ED_asset_library_reference_from_enum_value' has C-linkage specified, but
returns incomplete type 'struct AssetLibraryReference' which could be
incompatible with C [-Wreturn-type-c-linkage]
```
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021