Revision a04573f by Sebastián Barschkis December 17, 2019, 17:00 (GMT) |
Fluid: Fix that maps old smoke and fluid modifiers to new manta modifier |
Revision 0b60fb5 by Antonio Vazquez December 17, 2019, 16:27 (GMT) |
GPencil: Cleanup - Remove duplicated code |
Revision 7267d1f by Antonio Vazquez December 17, 2019, 16:14 (GMT) |
GPencil: Fix brush panels after UI reorganization With the brush reorganization included in D5928, the brush panels had covered the topbar and make impossible to use the drawing tools. Now, the options are grouped in Stroke popover, similar to Sculpt. Also fixed some missing or wrong texts. |
Revision 5f79e0d by Sybren A. Stüvel December 17, 2019, 16:00 (GMT) |
USD: Only show in experimental features when built with USD support Previously the USD Exporter was always visible in the Experimental Features user preferences tab, even when Blender was built with `WITH_USD=OFF`. |
Revision a601f54 by Sybren A. Stüvel December 17, 2019, 16:00 (GMT) |
USD Exporter: show export options by default There are options for the exporter that are relevant for each export, for example the choice between Viewport or Render settings, or whether to export the current frame or an animation. It's better to have the options panel opened by default. |
Revision 64116ca by Germano Cavalcante December 17, 2019, 15:42 (GMT) |
Fix unreported: Crash when confirms GRAPH_OT_decimate `dgo` is MEM_freed just before. |
Revision aa7c1cd by Sybren A. Stüvel December 17, 2019, 14:55 (GMT) |
UI: Prevent crash when opening file browser with mouse not in window When the mouse is not inside the Blender window, `CTX_wm_area(C)` returns `NULL`, but this wasn't checked for. |
Revision 7830ea2 by Sybren A. Stüvel December 17, 2019, 14:22 (GMT) |
Fix T68665: FCurve group disappear on Curve/Surface object data When going from EDIT to OBJECT mode, Blender updates the object data from the edit-mode data. This took care of renaming FCurves that animate Curve control points when control points are added/removed, but this didn't keep the FCurve groups intact. Since the FCurve groups are tightly connected to the Action channels, it's hard to keep the group pointers intact during this process. Instead of making the code even more complex in an attempt to do that, I implemented a function (`BKE_action_groups_reconstruct()`) that rebuilds the group channel pointers. The call to `action_groups_add_channel()` had to be removed because it updates the the next/prev pointers of the FCurve while we're looping over them, causing infinite loops. |
Revision 3a55621 by Sybren A. Stüvel December 17, 2019, 14:22 (GMT) |
Cleanup: Animation: mark function parameter as `const` `fcurve_path_rename(..., rna_path, ...)` doesn't change `rna_path` at all, so it can be marked as `const char *`. No functional changes. |
Revision 84c1e57 by Germano Cavalcante December 17, 2019, 13:34 (GMT) |
Revision bda4a28 by Sebastián Barschkis December 17, 2019, 10:39 (GMT) |
Fluid: Fix particle settings type |
Revision 4b62d98 by Sergey Sharybin December 17, 2019, 10:13 (GMT) |
Revision bde06da by Sergey Sharybin December 17, 2019, 08:47 (GMT) |
Manta: Fix using path as an input and output It is not guaranteed that the function will give correct result in such an overlapping inputs. @sebbas please verify this. |
Revision 7d2d2ff by Campbell Barton December 17, 2019, 05:30 (GMT) |
Cleanup: spelling |
Revision 8ebc6be by Campbell Barton December 17, 2019, 05:30 (GMT) |
Cleanup: de-duplicate tool gizmo |
Revision aa1af7f by Campbell Barton December 17, 2019, 03:55 (GMT) |
Fix T72416: Tool settings ignored when activated from gizmo |
Revision 2564e2a by Campbell Barton December 17, 2019, 03:49 (GMT) |
Cleanup: RNA naming - Use abbreviations min/max this is used throughout the existing API. - Rename use_adaptive_stepping to use_adaptive_timesteps since this is used with timesteps_min/max it's clearer to use matching terms. |
Revision 8676491 by Campbell Barton December 17, 2019, 03:33 (GMT) |
Cleanup: de-duplicate check for un-baked guide Also simplify particle combined export checks |
Revision de8a190 by Campbell Barton December 17, 2019, 03:06 (GMT) |
Cleanup: rename effec -> effector Effector is already used elsewhere for this purpose. |
Revision ca277d7 by Campbell Barton December 17, 2019, 03:00 (GMT) |
Cleanup: renaming guiding -> guide The term guide makes sense on it's own in this context. |
|