Blender Git Commit Log

All Blender Git commits.

Page: 3327 / 8462

May 2, 2018, 11:51 (GMT)
Lattice modifier: take comparison out of loop
May 2, 2018, 11:42 (GMT)
Modifiers: ported Lattice modifier DerivedMesh ? Mesh
May 2, 2018, 10:46 (GMT)
Merge branch 'master' into blender2.8
May 2, 2018, 10:24 (GMT)
make FLIP particle system toggle available even after bake
May 2, 2018, 10:20 (GMT)
UI: open toolbar hold buttons on drag

Allows for faster tool switching, no need to wait for it to open.
May 2, 2018, 10:15 (GMT)
Modifiers: ported Bevel modifier DerivedMesh ? Mesh

This introduces `BKE_mesh_to_bmesh_ex()`, which exposes all of the
`BMeshFromMeshParams` parameters to the caller. This is required to enable
the `calc_face_normal` flag, which is required for the Bevel modifier.

This also introduces `BKE_bmesh_to_mesh()`, which allocates a new `Mesh`,
converts the `BMesh` to it, and returns it. The returned mesh is owned by
the caller.
May 2, 2018, 10:11 (GMT)
Merge branch 'blender2.8' into blender2.8-workbench
May 2, 2018, 10:05 (GMT)
Workbench: Single Color Modes

- ability to switch between Single Color, Object Color, Material Color
and Random Color
- fixed Shading and Lighting popover
- Renamed Solid -> Single Color
May 2, 2018, 10:02 (GMT)
UI: don't allow disabled popovers to open w/ drag

First dragging over active menu items could be used to open a disabled
popover.
May 2, 2018, 09:49 (GMT)
Cleanup.
May 2, 2018, 09:35 (GMT)
Static Override: Add proper 'apply' callback for object constraints insertion.

Seems to be working fine, still need to figure out how to make inserted
constraints fully overridable... ;)
May 2, 2018, 09:34 (GMT)
Tweak constraint copying code for static override needs.

No expected change in any existing behaviour from this commit.
May 2, 2018, 09:33 (GMT)
UI: run redo poll check in operators context
May 2, 2018, 09:22 (GMT)
fix for particle file extension
May 2, 2018, 09:03 (GMT)
UI: fix operator redo showing empty popovers

Many operators have no options,
showing a popover button with no content isn't good.
May 2, 2018, 09:03 (GMT)
UI: disable popovers when panel poll fails
May 2, 2018, 09:03 (GMT)
WM: utility to check if an operator will draw a UI

Checking if a redo operator will show something is needed
to avoid empty redo popover.
May 2, 2018, 08:13 (GMT)
Edit Mesh: look-cut copy-on-write support

Note: As already commented in the code, the ideal solution would
be to pass select mode as parameter to ED_view3D_backbuf_validate.

Without that we have to resort to the hack solution of writing to
evaluation data.
May 2, 2018, 07:54 (GMT)
Static override: Add basic two-passes system needed for apply insert op.

And a dummy placeholder for object constraints... All this is WIP of
course!
May 2, 2018, 07:54 (GMT)
Static overrides: make it clear collections need specific apply callbacks.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021