Revision aaca573 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: replace STREQLEN with STRPREFIX for constant strings |
Revision d242d33 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use 'BKE_' prefix for initialization functions |
Revision 0946a8d by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Revision 0fb50af by Hans Goudey / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: Use LISTBASE_FOREACH macro |
Revision 3aab8dd by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: clang-format Missed this last commit. |
Revision 56d57b2 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use ELEM macro |
Revision 71a0885 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use ELEM macro (>2 args) |
Revision a8e5e63 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: doxygen comments |
Revision e52f8ac by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: doxygen comments in ghost Use colon after parameters, use hash to reference symbols. |
Revision f3cc74d by Hans Goudey / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: Use descriptive variable names |
Revision 0b0bfa0 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (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 2d99e11 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use snake case for BLI_args API |
Revision 3fcd3d4 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use bool argument in BLI_noise |
Revision a93add6 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: remove unused BLI_argsArgv |
Revision b16eb9d by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: follow our code style for float literals |
Revision ff9ce5f by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: remove unused BLI_turbulence1 A slightly modified version of BLI_turbulence1, unused for years. |
Revision 7f28a99 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Cleanup: use string APPEND/PREPEND Replace 'set' with 'string(APPEND/PREPEND ...)'. This avoids duplicating the variable name. |
Revision 15bc0b7 by Pablo Dobarro / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:52 (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 17dec47 by Pablo Dobarro / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:52 (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 |
Revision 2e188dc by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:52 (GMT) |
Cleanup: unused variable |
|