Revision d9930cd by Campbell Barton August 10, 2021, 01:47 (GMT) |
Fix invalid string comparison in cd692c6954629e977250ec7c12509ffd3f9 |
Revision cb7b406 by Richard Antalik August 9, 2021, 23:26 (GMT) |
VSE: Fix cache invalidation Blend mode replace is done in preprocessing stage, but property update function invalidated composite cache. |
August 9, 2021, 22:30 (GMT) |
Geometry Nodes: Add labels for switch node texture sockets This makes texture sockets have a label by default. This can be changed by adding the SOCK_HIDE_LABEL flag to the socket. With this change the switch node now shows the labels "True" and "False" like for the other types of sockets. |
Revision 3b87fd3 by Hans Goudey August 9, 2021, 20:25 (GMT) |
Cleanup: Remove unecessary RNA get and set functions |
August 9, 2021, 19:36 (GMT) |
Docs: Blend-File: Fix typo Reviewed By: Blendify Differential Revision: https://developer.blender.org/D12162 |
Revision ce95a2b by Aaron Carlisle August 9, 2021, 19:33 (GMT) |
UI: Clip Editor: Move Annotation Panel to new View tab To be consistent with all other editors the annotation layers pannel should be placed in a "View Tab". In my next commit, this tab will be expanded to include other options. |
Revision 2d86742 by Aaron Carlisle August 9, 2021, 19:33 (GMT) |
UI: Clip Editor: Expose 2D Cursor Location to RNA and UI To be consistent with the image editors and 3D viewport the cursor location can be changed from the sidebar. This was missing from the clip editor, but support has been added in this commit. Previously, the only way to precisely set the cursor was to call the set cursor operator then use the redo panel to adjust the value. |
Revision b04997c by Hans Goudey August 9, 2021, 18:42 (GMT) |
Fix T90547: Add node errors when compiled without OpenVDB or Bullet These were added in other places but were overlooked here. |
Revision fddd5eb by Aaron Carlisle August 9, 2021, 15:53 (GMT) |
UI: Image Editor: Fix missing 2D cursor in mask edit mode The 2D cursor should be visible in both mask and uv edit modes. This was likely and oversight when splitting the image editor into the UV and Image editors |
Revision ff59471 by Brecht Van Lommel August 9, 2021, 14:50 (GMT) |
Build: macOS library upgrade fixes * Revert back to OpenMP 9.0.1 due to bug causing cloth physics test to fail. * Skip flex build on macOS to avoid link error, only reason we build this is due to old flex version on Linux CentOS 7. * Fix PNG cmake argument that expects lowercase on instead of ON. Ref T90507, T88438 |
Revision 71e2c36 by Antonio Vazquez August 9, 2021, 13:28 (GMT) |
Cleanup: Fix compiler warning |
Revision 6fe0093 by Campbell Barton August 9, 2021, 12:55 (GMT) |
Revision 6deb374 by Campbell Barton August 9, 2021, 12:55 (GMT) |
Cleanup: spelling in comments |
Revision e2a4115 by Bastien Montagne August 9, 2021, 12:42 (GMT) |
Cleanup/fixes in UI messages. |
Revision 3886ab0 by Sergey Sharybin August 9, 2021, 12:32 (GMT) |
Cleanup: Spelling and typos in comment |
Revision 73b047b by Jeroen Bakker August 9, 2021, 11:00 (GMT) |
Cleanup: Changed keyframe_keylist to CPP. Just a straight-forward change. Not utilizing CPP features. |
Revision 22ed1c7 by Sybren A. Stüvel August 9, 2021, 10:37 (GMT) |
Cleanup: filelist, pass `FileListReadJob` to job functions Pass `FileListReadJob` to the `read_job_fn` callback, instead of exploding the struct into its individual fields, passing those as parameters, and marking a bunch of those as unused again. No functional changes. |
Revision 7ea577e by Sergey Sharybin August 9, 2021, 10:09 (GMT) |
Fix depsgraph check for tag during evaluation - Only do print when asked for tags debugging. - Add missing newline to the message. |
Revision 0e4a250 by Sergey Sharybin August 9, 2021, 10:09 (GMT) |
Fix invalid helps and description of session UUID verification A copy-paste error. |
Revision d6f162d by Antonio Vazquez August 9, 2021, 10:08 (GMT) |
Fix T90540: NoneType object error with entering grease pencil draw mode The preview was not ready when the panel was displayed. Just need to check if None. |
|