Block a user
Lukas Tönne
pushed to fix-panel-button-sticky-state at LukasTonne/blender
2023-09-18 11:27:25 +02:00
4b9fa425ce
Fix #112462: Panel buttons remain active after redrawing.
2d057c0238
Cleanup: remove unnecessary PyErr_Fetch/Restore use in bpy_rna
688595842e
Fix memory leak with collections attributes in RNA for Python 3.12
906a5a89c4
Cleanup: remove fix for #112129 which is no longer needed
209056b0e9
Cleanup: remove error checks on return value of safe utf8 functions
Lukas Tönne
created branch fix-panel-button-sticky-state in LukasTonne/blender
2023-09-18 11:27:25 +02:00
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-18 00:11:36 +02:00
903aa16173
Added an optional VolumeGrid to Volume DNA for point data grids.
Geometry Nodes Volume Features Implementation
I've been considering another way to integrate PointDataGrid
into geometry nodes concepts. Instead of storing a point cloud in two different ways, we can store the data grid representation in…
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-17 14:57:23 +02:00
3073301384
Fill point data grid attributes with attributes from the PointCloud.
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-17 10:56:32 +02:00
5f1d59d832
Grid conversion method for point clouds.
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-17 09:01:43 +02:00
9213e3d655
Merge branch 'geometry-nodes-flip' into geometry-nodes-point-cloud-grid
247f3df064
Merge branch 'main' into geometry-nodes-flip
1b5299408c
Added missing include path to spreadsheet editor.
0464b9fc58
Fix selecting between tab (or other control characters) in the UI
5ae99270c1
Fix incorrect cast for BLF_str_offset_from_cursor_position
247f3df064
Merge branch 'main' into geometry-nodes-flip
0464b9fc58
Fix selecting between tab (or other control characters) in the UI
5ae99270c1
Fix incorrect cast for BLF_str_offset_from_cursor_position
69bf9db9a4
Tests: update test for change to BLI_str_cursor_step_next_utf8
1cda66b911
WM: resolve transform triggering key-maps to be rebuilt
b82e55ad03
Merge branch 'main' into geometry-nodes-flip
142541c279
Geometry Nodes: create local tree logger only when something is logged
5939810b3c
Cycles: Remove unused Normal input on Hair BSDF
c963e22a0c
Cycles: Fix Geometry node Tangent output for curves when using OSL
02ace97df7
Cycles: Also use maybe_ensure_valid_specular_reflection for OSL
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-16 10:27:49 +02:00
6bb881ff2c
Revert "Revert "Partial runtime grid representation for point clouds.""
90d803e5ac
Revert "Partial runtime grid representation for point clouds."
Lukas Tönne
pushed to geometry-nodes-point-cloud-grid at LukasTonne/blender
2023-09-16 10:25:05 +02:00
Lukas Tönne
created branch geometry-nodes-point-cloud-grid in LukasTonne/blender
2023-09-16 10:25:05 +02:00
Geometry Nodes Volume Features Implementation
I've been implementing a couple of the tasks outlined in Milestones 3 and 4 over the last few weeks:
- Add the ability to store grids with an anonymous attribute ID rather than a name
- Add…
Lukas Tönne
deleted branch fix-collapsed-panel-link-drawing from LukasTonne/blender
2023-09-15 12:58:05 +02:00