Blender Git Commit Log
Git Commits -> Revision 5c48592
Revision 5c48592 by Germano Cavalcante (master) June 26, 2020, 15:03 (GMT) |
Fix T78259: Proportional editing does not work in particle editing This is a long-standing bug, possibly proportional editing never worked in particle mode. Some parameter definitions in the transform code are scattered and sometimes duplicated. Proportional editing is a parameter that depends only on the Convert type and not `spacetype`, `CTX_` or `obedit_type`. |
Commit Details:
Full Hash: 5c48592ccde08e18d13255e89d09067d5dc0f771
Parent Commit: e6e67da
Lines Changed: +8, -29