October 21, 2021, 02:24 (GMT) |
Cleanup: use underscore separators for event struct members Improve readability using underscores for separators, e.g. prev_click_time instead of prevclicktime. |
October 21, 2021, 02:15 (GMT) |
Cleanup: Use array as a parameter for event x/y functions This change simplifies the parameter list for these functions and reduces the chance of typos mixing up array indices. Reviewed By: campbellbarton Ref D12950 |
Revision 63dfc81 by Michael Kowalski (temp-usd-latest-master, temp-usd-merge-master, universal-scene-description) October 21, 2021, 02:08 (GMT) |
Merge branch 'master' of git.blender.org:blender into universal-scene-description |
October 21, 2021, 00:27 (GMT) |
Sculpt: disable slow code How silly of me. I had left on some debug code I wrote for edge collapse. This particular debug code generated a .obj format string of the local mesh around an edge before collapsing edges. What amazes me is that the performance regression was only about as bad as the original edge collapse implementation in DynTopo. |
October 21, 2021, 00:22 (GMT) |
Sculpt: revert past several commits Note that I never pushed any of these to remote. Decided to work on this in a local branch. I am keeping the lock-free mempool code though. |
October 21, 2021, 00:16 (GMT) |
Sculpt: Continue individual edge locks experiemnt |
October 20, 2021, 23:49 (GMT) |
Cleanup: Set default snap cursor values during build time |
October 20, 2021, 23:49 (GMT) |
Fix failing 'script_validate_keymap' after recent changes Properties with `_funcs_runtime` are always saved when exporting keymaps. This is an error since changing one changes all others. For now, work around the problem by setting the `PROP_IDPROPERTY` flag. |
October 20, 2021, 22:45 (GMT) |
Fix: Empty id attribute on curve control points No virtual array should be returned instead of returning an empty span. |
October 20, 2021, 21:54 (GMT) |
Fix: Builtin curve attributes unavailable After the addition of the `id` attribute in rB40c3b8836b7a, the `exists` function assumed that all attributes were stored in the custom data. |
October 20, 2021, 21:14 (GMT) |
Sculpt: experiment with lock-free mempools and fine grained locks. |
October 20, 2021, 19:27 (GMT) |
Merge branch 'master' into temp-abc-features |
October 20, 2021, 19:22 (GMT) |
Fix T92369: Raycast node crash with no target attribute The corrected hit mask should only be generated when there is data to transfer. Also correct two of the warning messages. |
October 20, 2021, 19:01 (GMT) |
Fix: Add cast to atof for CYCLES_CONCURRENT_STATES_FACTOR env variable parsing. The conversion from double to float was causing a build failure. Differential Revision: https://developer.blender.org/D12946 |
October 20, 2021, 18:15 (GMT) |
Fix: Crash when retrieving output "id" attribute The attribute provider needs to handle the case where the data is stored with just a data type, and the case where it is stored with a name. |
October 20, 2021, 18:03 (GMT) |
Merge branch 'master' into temp-abc-features |
October 20, 2021, 18:03 (GMT) |
Fix missing null-terminator in BLI_string_join_arrayN Although the documentation says so, the null-terminator was missing. This could cause crashes when logging shader linking errors as shader sources are empty in this case. |
October 20, 2021, 17:01 (GMT) |
UI: Remove extra padding on Annotate tool settings For some reason the Annotate tool has an extra padding when compared to other tools. This makes the UI to flicker a bit (specially with D12939 applied). Differential Revision: https://developer.blender.org/D12943 |
October 20, 2021, 16:48 (GMT) |
Geometry Nodes: Add warnings for instances input in two nodes Certain geometry nodes don't work properly on inputs that contain instances, but don't display any warning that they aren't working. The nodes now will display a warning that explains the situtation iff the input contains any instances. Differential Revision: https://developer.blender.org/D12858 |
October 20, 2021, 16:26 (GMT) |
Sculpt: fix crash in pose face set fk |
|
|
|


Master Commits
MiikaHweb | 2003-2021