Blender Git Commit Log

All Blender Git commits.

Page: 877 / 8462

Revision 4bfdc23 by Benjamin Skinner / Michael Kowalski (usd)
March 2, 2021, 05:41 (GMT)
Author UsdGeomBasisCurve widths as diameter instead of radius
Revision 4f790c7 by tangent-trevor / Michael Kowalski (usd)
March 2, 2021, 05:32 (GMT)
Fixed case without a proper return value.
Revision 9cb8d45 by Benjamin Skinner / Michael Kowalski (usd)
March 2, 2021, 05:19 (GMT)
Cherry pick of Tangent Animation's USD Exporter.

Tangent's original commit message:
Initial open source push of internal usd export improvements.
March 2, 2021, 02:26 (GMT)
cleanup
March 2, 2021, 02:20 (GMT)
cleanup, remove some leftover code
March 2, 2021, 01:23 (GMT)
Merge branch 'master' into cycles_procedural_api
Revision 8f2c3c6 by Hans Goudey (master)
March 1, 2021, 21:45 (GMT)
Fix build error after last commit
Revision 3084f6a by Hans Goudey (master)
March 1, 2021, 21:43 (GMT)
Cleanup: Rename node UI storage function

"ensure" makes more sense in this case because the function actually
adds an item to the map if one doesn't exist yet.
March 1, 2021, 21:28 (GMT)
Merge branch 'master' into sculpt-dev
March 1, 2021, 21:14 (GMT)
Sculpt IPMask: Fix crash in original data updates
March 1, 2021, 21:03 (GMT)
Sculpt IPMask: Implement filters that use original data
March 1, 2021, 20:38 (GMT)
GPU Python: Implement gpu.texture.from_image

It can be useful to replace `image.bindcode` and `image.gl_load`.

Used for example in https://docs.blender.org/api/current/gpu.html#d-image

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D10458
March 1, 2021, 19:21 (GMT)
Sculpt IPMask: Some experiments for a better sharpen filter
March 1, 2021, 18:43 (GMT)
CMake: reduce Neon related output on Intel platforms

* Only try to find sse2neon if Neon detected
* Only run Neon support test once
March 1, 2021, 18:24 (GMT)
Sculpt IPMask: Tweak default sensitivity of each step
March 1, 2021, 18:19 (GMT)
Sculp IPMask: First working version of substep interpolation
March 1, 2021, 17:52 (GMT)
Sculpt IPMask: Initial refactor to support step interpolation
March 1, 2021, 17:44 (GMT)
Cleanup: rename some animation-related functions

Rename:
- `BKE_animsys_store_rna_setting` ? `BKE_animsys_rna_path_resolve`
- `BKE_animsys_read_rna_setting` ? `BKE_animsys_read_from_rna_path`
- `BKE_animsys_write_rna_setting` ? `BKE_animsys_write_to_rna_path`

The concept of "RNA setting" is unclear; the new names reflect better
what the functions actually do.

No functional changes.
March 1, 2021, 17:25 (GMT)
Fix T85981: Undo on linked rig with overrides loses custom shapes.

While generally speaking bone shapes objects should not be overridden,
it can happens in some cases, and should be properly supported then.
March 1, 2021, 17:18 (GMT)
Cleanup: refactor `BKE_animsys_store_rna_setting()`

Lower the cognitive complexity of `BKE_animsys_store_rna_setting()` by
flipping conditions and using early returns.

No functional changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021