Blender Git Commit Log

All Blender Git commits.

Page: 826 / 8462

March 16, 2021, 06:34 (GMT)
Cleanup: use doxy sections for 'bpy.props' module
March 16, 2021, 06:22 (GMT)
Cleanup: use _fn suffix in bpy.props
March 16, 2021, 04:18 (GMT)
Revert removal of lambda usage for Python RNA callbacks

This reverts commits
- 476be3746e85b4891189c8d480501905b9400c66
- 8d50a3e19e025ef470132e7edadd7b180db833f5
- 08dbc4f996e4e95f3ab64f7bb3e1193700c585f5 (partially).
March 16, 2021, 04:17 (GMT)
Fix T86332: Error using lambda in annotations in Python 3.10

Callbacks used in `bpy.props` didn't hold a references to the functions
they used.

While this has been the case since early 2.5x it didn't cause any
problems as long as the class held a reference.

With Python 3.10 or when using `from __future__ import annotations`,
the annotations are no longer owned by the class once evaluated.

Resolve this by holding a reference in the module, which now supports
traverse & clear callbacks so the objects are visible to Python's
garbage collector.

Also refactor storage of Python data, moving from an array into a struct.
March 16, 2021, 03:31 (GMT)
store deltas in some attribute
March 16, 2021, 01:52 (GMT)
LineArt: fix struct LineartRenderLine *testing[1]; for addressing level issue.
March 16, 2021, 01:45 (GMT)
LineArt: Fix pointer in struct LineartRenderLine **testing;
March 15, 2021, 23:12 (GMT)
Rename function
March 15, 2021, 22:27 (GMT)
Revert "Replace sphere with BMesh version"

This reverts commit 9f16e5ea3f9b29cd6dad7815ace7801b775037a1.
March 15, 2021, 22:27 (GMT)
Revert "Use BMesh for cone, cylinder, and sphere"

This reverts commit 167a2d19a900eb5e2f5030c233430672599fc60f.
March 15, 2021, 22:16 (GMT)
Merge branch 'geometry-nodes-mesh-primitives' into geometry-nodes-mesh-primitives-slow
March 15, 2021, 22:15 (GMT)
Fix off-by-one error in the line node
March 15, 2021, 21:58 (GMT)
Use BMesh for cone, cylinder, and sphere
March 15, 2021, 21:37 (GMT)
Replace sphere with BMesh version
March 15, 2021, 21:34 (GMT)
Merge branch 'master' into geometry-nodes-mesh-primitives
March 15, 2021, 21:34 (GMT)
Add UVs to plane primitive
March 15, 2021, 21:04 (GMT)
Add UV attribute creation to cone node
March 15, 2021, 19:47 (GMT)
Fix T86121: Cycles Attribute returning wrong results with OSL

Fix uninitialized variable in the OSL shader.
March 15, 2021, 19:46 (GMT)
Fix (apparently harmless) Cycles asan warnings
March 15, 2021, 19:34 (GMT)
Add UVs to sphere primitive
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021