Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1000 / 8462

January 14, 2021, 10:37 (GMT)
Tracking: Simplify transform code

Reduce amount of duplicated pointer offset logic: advance transform
data pointers deep in the loop rather than have offset duplicated in
the outer loop.

Array size calculation still has duplicated, but that is another story.
Revision 4b0871a by Omar Emara (master)
January 14, 2021, 10:20 (GMT)
Bmesh: Deprecate deform parameter of from_object()

The deform parameter of the Bmesh from_object method is deprecated,
always assumed to be True, and will be removed in version 3.0.

That is because the cases where it is False don't work correctly and are
subject to memory leaks. One of the symptoms of the incorrect behavior
is the application of constructive modifiers twice if the input object
is an evaluated one, as demonstrated in D10053.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D10086
January 14, 2021, 10:10 (GMT)
GPencil: Noise Modifier - Move noise seed value outside of randomize subpanel

Currently the grease pencil noise modifier seed value is under the randomize subpanel.

Moved the seed value outside of this panel because it doesn't only change the noise when using the randomize option. Moving the seed value prevents it from being hidden/greyed out so the user can manually keyframe it to control the noise animation.

Reviewed By: #grease_pencil, antoniov

Differential Revision: https://developer.blender.org/D10020
January 14, 2021, 09:52 (GMT)
Fix T84549: Keymap presets written without repeat enabled

Key map items using TEXTINPUT didn't include the repeat setting.
January 14, 2021, 09:44 (GMT)
GPencil: Disable Multiframe edition when play animation

When the multiframe is enabled, playing animation must be disabled or the animation is not visible,

{F9527854}

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D9930
January 14, 2021, 05:14 (GMT)
Add more tests
January 14, 2021, 04:58 (GMT)
Fix keyword argument
January 14, 2021, 04:55 (GMT)
Merge branch 'blender-v2.92-release'
January 14, 2021, 04:53 (GMT)
Fix T64518: Blender 2.7 keymap inconsistencies

- Add missing Shift-Space for toggle maximize area.
- Add missing Alt-F10 for toggle fullscreen area.
- Match 2.7x keymap for setting the pivot center.
January 14, 2021, 04:39 (GMT)
Update for changes in MOD_nodes.cc
January 14, 2021, 03:55 (GMT)
Merge branch 'master' into refactor-idprop-ui-data
January 14, 2021, 01:03 (GMT)
Add automatic falloff type switching to expand
January 14, 2021, 00:50 (GMT)
Merge branch 'blender-v2.92-release'
January 14, 2021, 00:50 (GMT)
Fix add-object tool snap placement when activated from tweak event

When activating add-object from from a tweak event (default keymap),
the snap gizmo could snap to a new location while dragging.

Workaround this by re-calculating the snap position where the tweak
event starts.

Reported T57210#1077747
January 14, 2021, 00:40 (GMT)
Implement boundary expand
January 14, 2021, 00:05 (GMT)
Basic mask expand operation working
January 13, 2021, 23:58 (GMT)
Merge branch 'blender-v2.92-release'
January 13, 2021, 23:55 (GMT)
Fix uninitialized stack memory use accessing the snap normal

Using the add-object tool, snapping to object types such as
curve, armature ... etc, copied uninitialized stack memory.
January 13, 2021, 22:53 (GMT)
Cleanup: use enum for undo step direction

The step direction was confusingly 1 for undo, -1 for redo.
This convention is from 2004 (562d6958cbf646aba31ed92fe4f0e07d1dc495b6).

Use enum for ed_undo.c for better readability.
January 13, 2021, 22:41 (GMT)
Fix T84684: Undo operators not working

Mistake in 2771dfd5632a. The commit left the new editors operator registration
in `ed_util_ops.c`, but removed the function call to it.
In other words, the ED-utils operators were not registered.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021