Blender Git Commit Log

All Blender Git commits.

Page: 2623 / 8462

March 21, 2019, 10:01 (GMT)
move data type information into a separate file
March 21, 2019, 09:56 (GMT)
refactor list decision inferencing
March 21, 2019, 09:46 (GMT)
cleanup file structure
March 21, 2019, 09:41 (GMT)
improve file name
March 21, 2019, 09:39 (GMT)
update tree automatically after changes
March 21, 2019, 08:47 (GMT)
Fix clipboard copying collections when copying objects from 3DView.

This was inherited from 2.7x behavior with groups, but in 2.8
collections are also used as 2.7x layers, which turns to be a problem
when pasting back clipboard content, since it would instantiate
collections instead of objects, quickly leading to tens of new
collections in the viewlayer...

Instead, we only copy selected objects from the 3DView now. On paste
time, those will be added to the active collection.

Last part of fixes related to T61670.
March 21, 2019, 08:29 (GMT)
Fix T62802: Layer order inverted in Outliner
March 21, 2019, 03:19 (GMT)
Cleanup: move functions into doxy sections

Also use const args for queries.
March 21, 2019, 02:53 (GMT)
Cleanup: use doxy sections for interface_handlers
March 21, 2019, 00:58 (GMT)
Cleanup: move scroll step into own function
March 21, 2019, 00:37 (GMT)
UI: popovers scroll now changes offset directly

Mouse wheel on menus changes the selected item item which doesn't work
well for popovers since buttons aren't always stacked vertically.

Resolves T62777
March 21, 2019, 00:36 (GMT)
Cleanup: split menu scrolling function

The same function scrolled to a location and button (depending on args).
March 20, 2019, 22:53 (GMT)
Fix T62782: Edge slide crashes with mirror enabled
March 20, 2019, 22:17 (GMT)
Add proportional editing presets to sculpt brushes

When sculpting, I always found that the behavior of the current curve
falloff system is not correct, so I added the same curves that
proportional editing uses to the brush falloff calculation. Now, curves
are easier to set up and they produce a much better result. You can
easily compare it against the old method by changing the curve preset
option from custom to smooth in the grab brush.

To make the new dam brush behave correctly, you need to select the
sharper curve preset. You can also use it to insert shapes using the
stroke anchored option and changing the curve preset.
March 20, 2019, 21:43 (GMT)
Viewport: Draw loose edges in edit mesh mode if there is a modifier stack
March 20, 2019, 20:12 (GMT)
Fix DEG warning from T52873: Proximity WeightVG modifier can use empty as target too.

Only create DEG_OB_COMP_GEOMETRY relation to target object when it has
some, and we use it.
March 20, 2019, 19:35 (GMT)
Mask tools: Fix crash with dyntopo and lasso mask

Ignore the front facing option with dyntopo. I will properly fix this
later.
March 20, 2019, 19:07 (GMT)
Fix T58748 Mirror modifier: edges/verts invisible unless face is present

It was due to the mapped mesh not being used if no face was present in the
cage mesh.
March 20, 2019, 19:03 (GMT)
Fix ListCPPTypeInfo
March 20, 2019, 18:50 (GMT)
Fix T60815: drag & drop crash when search menu is opened immediately after.

Patch by matc, some further refactoring by me.

Differential Revision: https://developer.blender.org/D4250
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021