Display:
Master Commits
Branch Commits
All Commits
Blender
Git commits from all branches.
Page: 1828 / 2888
March 3, 2017, 12:16 (GMT)
Create a new operator to change the palette
March 3, 2017, 12:16 (GMT)
Do not save old bGPDpalette and bGPDpalettecolor data. These structs have been replaced by Blender Palettes and colors
March 3, 2017, 12:16 (GMT)
Fix problem to save and restore colors. Now the palettes pointer is included in the stroke in order to be able to reset the color pointer. I have fixed the problem with some RNA that were connected to bGPDpalettecolor and not to PaletteColor
March 3, 2017, 12:16 (GMT)
Save and relink animation data for Palettes
March 3, 2017, 12:16 (GMT)
When join, do not force a color recalc
March 3, 2017, 12:16 (GMT)
Fix error in previous commit
March 3, 2017, 12:16 (GMT)
Remove Color name from RNA properties
March 3, 2017, 12:16 (GMT)
Remove special context for Grease Pencil and use a more general context
March 3, 2017, 12:16 (GMT)
Remove parameter ToolSettings not used anymore
March 3, 2017, 12:16 (GMT)
Remove get color by name and use the gps->palcolor pointer
March 3, 2017, 12:16 (GMT)
Use more general paint and palette context instead of gpencil context
March 3, 2017, 12:16 (GMT)
Use PaletteColor and not colorname to determine the colors to delete or change. This is necessary because now we can use several palettes at the same time and the color name can be equal in two or more palettes.
March 3, 2017, 12:16 (GMT)
Make palettes visibles without GPD datablock
March 3, 2017, 12:16 (GMT)
Enable basic support for PaletteColor animation
March 3, 2017, 12:16 (GMT)
Fix error when remove colors and draw again
March 3, 2017, 12:16 (GMT)
Remove HQ_FILL. Now always is high quality fill
March 3, 2017, 12:16 (GMT)
Cleanup: Changes in parameter list and function names to fix several compiler warnings
March 3, 2017, 12:16 (GMT)
Cleanup: Remove unused functions
March 3, 2017, 12:16 (GMT)
Cleanup: Remove unused definitions
March 3, 2017, 12:16 (GMT)
Remove creation options for old palette system to avoid future errors