Display:
Master Commits
Branch Commits
All Commits
Blender
Git "greasepencil-object" branch commits.
Page: 248 / 345
March 10, 2018, 12:29 (GMT)
Code refactor: Missing in previous commit
March 10, 2018, 12:25 (GMT)
Code refactor: Rename fields to prepare for ID datablock Rename some fields to prepare the code to move the brushes (bGPDbrush) to reuse ID datablock ID_BR (Brush).
March 10, 2018, 11:24 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 9, 2018, 18:38 (GMT)
Cleanup: Rename brush input_samples field
March 9, 2018, 18:27 (GMT)
Cleanup: Rename brush type field
March 9, 2018, 17:31 (GMT)
Cleanup: Rename brush icon field
March 9, 2018, 16:52 (GMT)
Cleanup: Rename subdivide field
March 9, 2018, 10:07 (GMT)
Cleanup: iterator macros
March 9, 2018, 09:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 9, 2018, 09:31 (GMT)
Enable Settings by default in predefined brushes
March 9, 2018, 09:29 (GMT)
Reorganize Stroke panel grouping Settings
March 8, 2018, 18:50 (GMT)
Reorganize Brush parameters panel As we have a lot of options, the panel required a reorganization and clarify what parameters affect after the stroke is created. Also added options to enable/disable effects like smooth without changing the values.
March 8, 2018, 15:01 (GMT)
Cleanup smooth code and add one step more It's better add a loop instead to repeat function call. This is cleaner and we can add more steps if required.
March 8, 2018, 10:02 (GMT)
Colorpicker must be only in active window When there are multiwindows, the color picker only must work in the region that originated the operator.
March 8, 2018, 09:00 (GMT)
WIP: Make active smooth for 2 last points The smooth now works with the last two points, but for oldest (p-2), uses a reduction factor to avoid strong changes. This commit is part of the experimental smooth test.
March 8, 2018, 08:36 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 7, 2018, 18:10 (GMT)
Missing in previous active smooth commit The parameter must be used when call smooth function. Fix error in values too.
March 7, 2018, 17:10 (GMT)
Minor tweaks to input samples function Now, the thickness is reduced at different levels depending of samples. The values have been obtained by experimentation.
March 7, 2018, 16:44 (GMT)
WIP: Smooth while drawing stroke Initial implementation of active smooth while drawing. The UI parameter is experimental, so maybe in the future is removed/replaced.
March 7, 2018, 10:06 (GMT)
Remove unused affect_pressure parameter in smooth This parameter was defined but internally was never used. The reason to disable this was that after testing, smooth the pressure got weird autistics results.