Revision f11f7ce by Campbell Barton November 6, 2020, 01:54 (GMT) |
Cleanup: use ELEM macro (>2 args) |
Revision d89fedf by Campbell Barton November 6, 2020, 01:46 (GMT) |
Cleanup: clang-format Missed this last commit. |
Revision aa3a497 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: use ELEM macro |
Revision 7cb20d8 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: follow our code style for float literals |
Revision 4a78a27 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: use bool argument in BLI_noise |
Revision 29401f8 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: BLI_noise Use common prefix as this collided with existing API's (eg BLI_voronoi). Also expand some non-obvious abbreviations: - 'g' -> 'generic' - 'vl' -> 'variable_lacunarity' - 'V' -> 'v3' |
Revision 155f42a by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: remove unused BLI_turbulence1 A slightly modified version of BLI_turbulence1, unused for years. |
Revision 548b351 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: use snake case for BLI_args API |
Revision c8f2ad0 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: remove unused BLI_argsArgv |
Revision 2bd8f7e by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: use string APPEND/PREPEND Replace 'set' with 'string(APPEND/PREPEND ...)'. This avoids duplicating the variable name. |
Revision 7160682 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: transform.h comments, use doxy sections |
Revision 262eeb3 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: sort structs, files |
Revision c19e4b7 by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: clang-format |
Revision 73ea68d by Campbell Barton November 6, 2020, 01:32 (GMT) |
Cleanup: unused variable |
November 6, 2020, 00:11 (GMT) |
UI: Tweaks to the Warning Icon Warning Sign Alert Icon given a more rounded border. Differential Revision: https://developer.blender.org/D9443 Reviewed by Pablo Vazquez |
Revision 1682a47 by Pablo Dobarro November 5, 2020, 22:42 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 02677ec by Pablo Dobarro November 5, 2020, 22:40 (GMT) |
Fix T81915: Draw Face Sets not working with deformed sculpt mesh The draw face sets brush uses the poly center when used in meshes to increase its precision when working in low poly geometry. For this to work with deformed meshes, the deformed coordinates from the PBVH should be used instead. Reviewed By: sergey Maniphest Tasks: T81915 Differential Revision: https://developer.blender.org/D9424 |
Revision e041d0f by Pablo Dobarro November 5, 2020, 22:31 (GMT) |
Fix memory leaks in sculpt mode trimming tools BKE_mesh_free() seems to not free the meshes correctly, so using BKE_id_free() instead. The looptri array was also not freed. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9426 |
Revision 057f9ca by Pablo Dobarro November 5, 2020, 22:28 (GMT) |
Fix T82400: Dyntopo detail size edit operator visual glitch Just a missing immUnbindProgram Reviewed By: sergey Maniphest Tasks: T82400 Differential Revision: https://developer.blender.org/D9459 |
Revision e2b3681 by Pablo Dobarro November 5, 2020, 22:26 (GMT) |
Fix Dyntopo detail size preview orientation not matching the cursor Used the sampled cursor normal when available instead of the raycast face normal. This makes the preview match the previous orientation of the cursor. Reviewed By: sergey Differential Revision: https://developer.blender.org/D9460 |
|
|
|


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