Blender Git Commits

Blender Git "master" branch commits.

Page: 707 / 5574

June 26, 2020, 15:18 (GMT)
Fix Color Filter not updating during modal operator

The code for tagging the updates was wrong

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8109
June 26, 2020, 15:17 (GMT)
Fix Edit Voxel Size label rotation and scale in rotated objects

Previously, the text rotation was always calculated in object space, so
the text rotation always had the object rotation applied. Now the
rotation is calculated in world space, so it always aligns correctly to
the view. Same applies to text scale not taking into account the object
position.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8068
June 26, 2020, 15:03 (GMT)
Fix T78259: Proportional editing does not work in particle editing

This is a long-standing bug, possibly proportional editing never worked
in particle mode.

Some parameter definitions in the transform code are scattered and
sometimes duplicated.

Proportional editing is a parameter that depends only on the Convert
type and not `spacetype`, `CTX_` or `obedit_type`.
June 26, 2020, 15:00 (GMT)
Fix T78129: No audio playback with sound strip pasted to a new scene

Add DEG_relations_tag_update(bmain).

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8130
June 26, 2020, 14:53 (GMT)
Refactor: use new api for expand in blenloader

This is part of T76372.
Revision 9b4e621 by Richard Antalik
June 26, 2020, 14:30 (GMT)
Fix T77410: Effects doesn't update when Offset property is set

Enabling offset property caused strip to produce `SEQ_CACHE_STORE_RAW`
type image, which is kept in temp cache and is not invalidated.

Change update functions for all properties of effect strips that affect image
to `rna_Sequence_invalidate_raw_update`.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8132
Revision 26b4281 by Brecht Van Lommel
June 26, 2020, 14:18 (GMT)
Fix T78295: reload scripts disables Cycles render passes in the compositor

Don't auto update render passes in nodes when unregistering render passes or
quitting Blender, this should only happen on explicit user action to change the
engine or passes.
Revision d10990a by Jacques Lucke
June 26, 2020, 14:04 (GMT)
Refactor: use new api for lib linking id properties
Revision 5f4a66c by Hans Goudey
June 26, 2020, 13:53 (GMT)
Fix T78049: Wrong icon for add cone tool
Revision d33e715 by Richard Antalik
June 26, 2020, 13:51 (GMT)
Fix T77669: Copy-pasting strip twice crashes Blender

In rBeaee2b411935 I removed BKE_sequencer_base_clipboard_pointers_store from
paste function, because I wanted pasted strip to always reference copied
strip, not recently pasted one. This worked well with ordinary strips, but not
if they reference ID.

Add back BKE_sequencer_base_clipboard_pointers_store call.

I thought that always referencing original strip would be more correct approach,
but it doesn't matter now. Referencing recently pasted seems to be cleanest way
to do this.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8129
Revision 8bcfa0d by Richard Antalik
June 26, 2020, 13:51 (GMT)
Fix detecting proxy images.

Pass is_proxy_image to functions where images are loaded instead of comparing
image size to render size.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8128
Revision f26d726 by Richard Antalik
June 26, 2020, 13:51 (GMT)
Silence warning introduced in f7f3b2d31823

Call function `BKE_scene_multiview_view_prefix_get` to ensure ext is not
NULL.

This already should happen in `seq_image_strip_is_multiview_render` though.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8081
Revision ea4fa8a by Jacques Lucke
June 26, 2020, 13:44 (GMT)
Refactor: use new api for lib linking gpencil, palette, key, simulation, ipo and library
Revision 14e313b by Jacques Lucke
June 26, 2020, 13:39 (GMT)
Refactor: use new api for lib linking hair, pointclout, volume, material, texture and image
Revision 26d0fb3 by Hans Goudey
June 26, 2020, 13:37 (GMT)
Fix T78269: Mirror modifier lost UV offset only

Also fixed an issue with a decorator in the same subpanel
Revision 96d657c by Jacques Lucke
June 26, 2020, 13:30 (GMT)
Refactor: use new api for lib linking curve, mesh, cachefiles, armature and vfont
Revision 8b070b8 by Brecht Van Lommel
June 26, 2020, 13:26 (GMT)
Fix T78199: reload scripts error when icon is used multiple times in toolbar
Revision 65f07a3 by Jacques Lucke
June 26, 2020, 13:24 (GMT)
Refactor: use new api for lib linking sound, text, camera, light, latt and mball
Revision 9ec6b69 by Jacques Lucke
June 26, 2020, 13:05 (GMT)
Refactor: use new api for lib linking movieclip, world, lightprobe, speaker, paint curve and brush
Revision 1ce2457 by Jacques Lucke
June 26, 2020, 12:52 (GMT)
Refactor: use new api for lib linking linestyle, object, nodetree and action
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021