Blender Git Commit Log

All Blender Git commits.

Page: 790 / 8462

March 25, 2021, 09:03 (GMT)
initial expose code
March 25, 2021, 08:16 (GMT)
UI: rename node editor sidebar categories

* `Node` -> `Group`
* `Item` -> `Node`

Differential Revision: https://developer.blender.org/D10804
March 25, 2021, 01:46 (GMT)
Sculpt Poly Loop: Fix symmetry
March 25, 2021, 00:03 (GMT)
DRW: Move mempool datas to a DRW managed struct.

Same idea as previous commit. This cleans-up the interface and put all
viewport related data inside the `DRWData` struct.

The draw manager is responsible for freeing it. That is the main point
of this all. In the future, we can have custom freeing method for each
engine.

This also move the DefaultFramebuffer/TextureList and the engine related
data to a new `DRWViewData` struct. This struct manages the per view
(as in stereo view) engine data.

There is a bit of cleanup in the way the draw manager is setup.
We now use a temporary DRWData instead of creating a dummy viewport.
March 25, 2021, 00:01 (GMT)
clean up code a bit
March 24, 2021, 22:09 (GMT)
Fix, add the ability to add a "processor" group

It is broken and doesn't do anything yet
March 24, 2021, 21:46 (GMT)
Merge branch 'master' into temp-geometry-nodes-processor-prototype
March 24, 2021, 21:09 (GMT)
Fixed two remaining performance bugs with dyntopo:

* Normals are now updated in threads.
* The sculpt neighbor code was using the slower BM_LOOPS_OF_VERT
instead of BM_EDGES_OF_VERT, fixed.
March 24, 2021, 20:20 (GMT)
Sculpt Expand: Default Face Set boundary modes to topology
March 24, 2021, 19:55 (GMT)
Sculpt Poly Loop: Symmetry support
March 24, 2021, 19:55 (GMT)
Merge branch 'master' into sculpt-dev
March 24, 2021, 17:48 (GMT)
Cleanup: Clang format
March 24, 2021, 17:47 (GMT)
GPencil: Fix wrong file extension when exporting SVG

Due a code cleanup it was using .PDF all times.
March 24, 2021, 17:47 (GMT)
Cloth Filter: Add pinch origin modes
March 24, 2021, 17:46 (GMT)
dot export
March 24, 2021, 17:23 (GMT)
more
Revision 43c4896 by Ankit Meel (master)
March 24, 2021, 17:15 (GMT)
Cleanup: Fix unused-private-field warning.
March 24, 2021, 17:12 (GMT)
Cloth Filter: Add symmetry support to pinch deformation mode
March 24, 2021, 17:03 (GMT)
Bypass failing ffmpeg test
March 24, 2021, 17:01 (GMT)
Rename some variables to clarify them.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021