Blender Git Loki

Blender Git commits from all branches.

Page: 397 / 2888

April 28, 2021, 11:09 (GMT)
Merge remote-tracking branch 'origin/master' into asset-browser-poselib
April 28, 2021, 11:07 (GMT)
Attempt to fix build error on MSVC and warnings on some other compilers

On MSVC it failed with this error:
```
sourceblenderblenkernelBKE_context.h(361,20): error C2526:
'CTX_wm_asset_handle': C linkage function cannot return C++ class 'AssetHandle'
```

On Apple Clang I would get this:
```
warning: 'CTX_wm_asset_handle' has C-linkage specified, but returns incomplete
type 'struct AssetHandle' which could be incompatible with C
[-Wreturn-type-c-linkage]
struct AssetHandle CTX_wm_asset_handle(const bContext *C, bool *r_is_valid);
^
1 warning generated.
```

Just include the asset header defining the type for now, it should later on be
solved properly with a better design for `AssetHandle`.
April 28, 2021, 10:50 (GMT)
Merge branch 'master' of https://git.blender.org/blender
April 28, 2021, 09:59 (GMT)
Small cleanupSmall cleanups,s,
April 28, 2021, 09:54 (GMT)
Added device only vertex buffer.
April 28, 2021, 09:52 (GMT)
Define edge-pan defaults on operator properties.

Use the UI_view2d_edge_pan_operator_properties_ex function to define
operator property defaults for edge panning, rather than setting fixed
values after the operator is created. That way the defaults can still
be changed by users in keymaps as one would expect from an operator.
April 28, 2021, 09:34 (GMT)
Use IBO buffer as a target for a compute shader.
April 28, 2021, 09:05 (GMT)
Cycles: Extend information provided in the full report

Include actual devices used for path tracing and denoising.

useful for in the following cases:

- Verify that the benchmark was made on the device it was intended to
be done.

- Easily see which exactly device was used for OptiX denoiser.

- Share and compare different reports, by making it explicit in the
report itself what conditions the benchmark was run in.

The report is printed at the end of rendering when Blender is run with
the `--debug-cycles` command line argument (verbosity level 2).

Differential Revision: https://developer.blender.org/D11105
April 28, 2021, 08:13 (GMT)
fix shutdown issues
April 28, 2021, 08:01 (GMT)
profile nodes
April 28, 2021, 07:52 (GMT)
Test using direct opengl calls.
April 28, 2021, 06:45 (GMT)
Merge branch 'master' into temp-gpu-compute-shaders
April 28, 2021, 04:37 (GMT)
Merge branch 'master' of https://git.blender.org/blender
April 27, 2021, 21:54 (GMT)
Sculpt: Add operator to store a limit surface manually
April 27, 2021, 20:42 (GMT)
Merge branch 'master' into sculpt-dev
April 27, 2021, 20:38 (GMT)
fix compile error
April 27, 2021, 20:20 (GMT)
Fix last commit flipping the order of booleans.
April 27, 2021, 20:04 (GMT)
* Got box trim tool working for dyntopo
- This required implementing SCULPT_UNDO_GEOMETRY for dyntopo.
That turned out to be more work then I expected. Basically
it writes an entire Mesh to BMLogEntry, which can be swapped
with current bmesh. Tricky part was patching bm log ids.
April 27, 2021, 19:31 (GMT)
Fix possible crash with dyntopo and clay strips normal filter
April 27, 2021, 19:31 (GMT)
Merge branch 'master' into sculpt-dev
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021