Revision 3261bd6 by Richard Antalik August 10, 2021, 02:57 (GMT) |
Cleanup: unused include |
August 10, 2021, 02:39 (GMT) |
Change dylib install location to fix codesign issue |
Revision 6aa45d4 by Richard Antalik August 10, 2021, 02:32 (GMT) |
Address inlines |
August 10, 2021, 02:21 (GMT) |
Fixed build warnings in curve fillet node. |
Revision 60614e6 by Richard Antalik August 10, 2021, 01:45 (GMT) |
Fix iterator macro shadowing previos declaration |
August 10, 2021, 01:41 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
Revision 98e5a7c by Richard Antalik August 10, 2021, 01:38 (GMT) |
VSE: Transform overwrite mode Add mode to overwrite strips on overlap instead of resolving overlap. When overlap is created, 3 things can happen: - On partial overlap, handles of overlapped strip are moved - On complete overlap with smaller strip, overlapped strip is split - On complete overlap with larger strip, overlapped strip is removed This mode can be enabled in header. --- Demonstration: {F10226243} Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D11805 |
August 10, 2021, 01:36 (GMT) |
Cleanup: new function for getting debug draw data after step_simulation is called |
August 10, 2021, 01:35 (GMT) |
GPencil: Fix memory leak in previous commit |
August 10, 2021, 01:35 (GMT) |
Cleanup: Fix comment typo |
August 10, 2021, 01:35 (GMT) |
Cleanup: Remove stale/dead code This seems to be really old code from 2.4 or earlier. I was unable to find when it was removed gitk and git blame both couldnt find anything. However, it is safe to say that this code is long gone. |
August 10, 2021, 01:35 (GMT) |
UI: Sequencer: Fix placement of display options in sequencer & preview mode This commit does two things, first it removes the proportional editing tool settings. This is not accessible code and is has not been used since the grease pencil/annotations changes in 2.8. Second, this patch reorders the if statements so that the display options are always shown on the rightside. Reviewed By: antoniov Differential Revision: https://developer.blender.org/D12163 |
August 10, 2021, 01:35 (GMT) |
UI: Show Mask Display Options Conistently This commit makes the display options for mask only show in the header for the clip and image editors. Prior to this change they would display in the header for the clip editor and in the sidebar for the image editors. |
August 10, 2021, 01:35 (GMT) |
Cleanup: avoid using context in versioning code Also extract versioning into a function that makes it's purpose clear. |
August 10, 2021, 01:35 (GMT) |
Action Constraint: add Split Channels Mix choices from Copy Transforms Practice shows that when combining actions and direct animation it is usually best to combine location, rotation and scale separately, which is implemented by the Split Channels modes recently introduced in D9469 for Copy Transforms. This completes the same set of 6 choices for the Action Constraint. The default for new constraints is changed to the newly added Before Original (Split Channels) mode. The original patch is motivated by Loic Pinsard, who created an addon that does the equivalent of this feature by splitting the action into two, separating location and rotation+scale. Differential Revision: https://developer.blender.org/D7547 |
August 10, 2021, 01:35 (GMT) |
Xcode: support cmake options for grouping in folders The Xcode IDE can also benefit from the options: - WINDOWS_USE_VISUAL_STUDIO_SOURCE_FOLDERS - WINDOWS_USE_VISUAL_STUDIO_PROJECT_FOLDERS So add suport to these options and also renames them as they are no longer limited to just Windows and Visual Studio. Reviewed By: brecht, ankitm Differential Revision: https://developer.blender.org/D12132 |
August 10, 2021, 01:35 (GMT) |
Add custom data comparison for generic attributes Generic attributes CD_PROP_* comparison is added in customdata_compare Checks for built-in as well as user created attributes. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D12137 |
August 10, 2021, 01:35 (GMT) |
Fix T90087: Assigning object data doesn't copy vertex groups Assigning a mesh seems to do its own parameter copying, which means we need to manual copy its vertex groups here, which was just overlooked in rB3b6ee8cee708. Differential Revision: https://developer.blender.org/D12110 |
August 10, 2021, 01:35 (GMT) |
Fix: Avoid floating point error in some mesh primitive nodes Some mesh primitives created using geometry nodes use loops to create vertices and accumulates positions/angles in FP variables. This allows rounding errors to accumulate and can introduce significant errors. To minimize changes from original implementation, variables allowing errors to accumulate are replaced by: delta * index. Affected Mesh Primitives nodes are Line, Grid, Cylinder, Circle, Cone, and UV-Sphere. Differential Revision: https://developer.blender.org/D12136 |
August 10, 2021, 01:35 (GMT) |
Geometry Nodes: Select by Handle Type Node Just like the "Select by Material" node, this node outputs a boolean attribute for control points that have a matching handle type. By default left and right handles are considered, but it's possible to only check one side with the toggle in the node. Differential Revision: https://developer.blender.org/D12135 |
|
|
|


Master Commits
MiikaHweb | 2003-2021