October 27, 2020, 03:10 (GMT) |
Revision 66800a1 by Campbell Barton October 27, 2020, 03:07 (GMT) |
BLI_rect: add resize_x/y functions Without this, it's inconvenient to resize a single axis and doesn't read very well. |
October 27, 2020, 02:27 (GMT) |
Revision 527f8b3 by Kévin Dietrich October 26, 2020, 22:11 (GMT) |
Cycles API: encapsulate Node socket members This encapsulates Node socket members behind a set of specific methods; as such it is no longer possible to directly access Node class members from exporters and parts of Cycles. The methods are defined via the NODE_SOCKET_API macros in `graph/ node.h`, and are for getting or setting a specific socket's value, as well as querying or modifying the state of its update flag. The setters will check whether the value has changed and tag the socket as modified appropriately. This will let us know how a Node has changed and what to update, which is the first concrete step toward a more granular scene update system. Since the setters will tag the Node sockets as modified when passed different data, this patch also removes the various `modified` methods on Nodes in favor of `Node::is_modified` which checks the sockets' update flags status. Reviewed By: brecht Maniphest Tasks: T79174 Differential Revision: https://developer.blender.org/D8544 |
Revision d6180dd by Pablo Dobarro October 26, 2020, 19:35 (GMT) |
Sculpt/Paint: Add Paint Studio Light preset This studio light preset is designed for color painting tasks. As color are multiplied on top of the current studio light/matcap, this should be as white as possible and with very soft speculars to avoid color distorsion while showing the volume of the mesh. Reviewed By: jbakker, JulienKaspar Differential Revision: https://developer.blender.org/D8209 |
Revision 45e8218 by Bastien Montagne October 26, 2020, 17:35 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision edf4378 by Bastien Montagne October 26, 2020, 17:29 (GMT) |
Fix own previous commit re testing of `BLI_rel_path`. Windows would need its own version of those tests, for now just disabling them on that platform. |
Revision 183c2fe by Bastien Montagne October 26, 2020, 16:37 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision 01d3fbc by Bastien Montagne October 26, 2020, 16:36 (GMT) |
Fix T81421: "Saving As..." a blend file with a Script node file path filled with 1023 symbols crashes Blender. Usual lack of protection against buffer overflows when manipulating strings. Also add some basic tests for `BLI_path_rel`. |
Revision 501854e by Bastien Montagne October 26, 2020, 16:22 (GMT) |
Fix T81421: "Saving As..." a blend file with a Script node file path filled with 1023 symbols crashes Blender. Usual lack of protection against buffer overflows when manipulating strings. Also add some basic tests for `BLI_path_rel`. |
Revision 253ae3d by Philipp Oeser October 26, 2020, 15:33 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 47eabae by Philipp Oeser October 26, 2020, 15:24 (GMT) |
UI: Datatransfer modifier: set mix factor inactive when not in use For Customdata layer copying, interpolation with the mixfactor is only done for certain mix modes, now set the UI inactive if the mixfactor is not in use. Namely, the modes are the "Above / Below Threshold" which are only used for flags, colors and normals and mixing is not supported in these cases. Spotted while looking into T81914. Differential Revision: https://developer.blender.org/D9327 |
Revision 841eaeb by Patrick Mours October 26, 2020, 14:43 (GMT) |
Cycles: Add support for OptiX 7.2 SDK |
Revision 9d24d1b by Philipp Oeser October 26, 2020, 13:34 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 5365409 by Philipp Oeser October 26, 2020, 13:31 (GMT) |
Fix T82079: Missing viewport redraw changing volume slicing axis Send appropriate notifiers (via rna_Volume_update_display). Maniphest Tasks: T82079 Differential Revision: https://developer.blender.org/D9351 |
Revision 786e160 by Sybren A. Stüvel October 26, 2020, 12:52 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
Revision 8a51178 by Sybren A. Stüvel October 26, 2020, 12:52 (GMT) |
Fix: Animation, Draw active keyframe handles only when B�zier Draw the handles for the active keyframe only when the interpolation type is set to B�zier. This now matches the behaviour of handles of regular (non-active) keyframes. |
Revision d62309a by Sybren A. Stüvel October 26, 2020, 12:52 (GMT) |
Fix T81890: Active keyframe changes on deselect of keyframe Activate an FCurve only on selecting, and not on deselecting a keyframe or a handle. Reviewed By: HooglyBoogly, Severin, looch, #animation_rigging Differential Revision: https://developer.blender.org/D9328 |
Revision 4d5e0a8 by Philipp Oeser October 26, 2020, 12:07 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision f76f48c by Philipp Oeser / Philipp Oeser October 26, 2020, 11:52 (GMT) |
Fix T69911: Adaptive subdivision offscreen dicing does not work correctly if the camera is shifted Code was assuming frustrum planes are symmetrical which is not the case for shifting. This lead to a shrinking region if shift was negative (and a growing region if shift was positive) So instead of only keeping track of plane on one side (and mirroring over in code) get the actual planes after shifting and use these instead. This code corrects this for ortho and perspective cameras, it does not touch panoramic cameras. Reviewed By: brecht Maniphest Tasks: T69911 Differential Revision: https://developer.blender.org/D9342 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021