Display:
Master Commits
Branch Commits
All Commits
Blender
Git "greasepencil-object" branch commits.
Page: 310 / 345
July 26, 2017, 08:09 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 25, 2017, 18:52 (GMT)
Fix error when rotate using 3D cursor The rotation of the strokes must use cursor in local space.
July 25, 2017, 13:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 25, 2017, 10:51 (GMT)
Fix error when make single user
July 25, 2017, 10:01 (GMT)
Fix memory leak
July 25, 2017, 09:14 (GMT)
Fix error with user number When apply array modifier the gpd is not reused, so the us must remain equal.
July 25, 2017, 08:21 (GMT)
Fix error when apply Array with more modifiers When apply an array modiifer is necessary to create new GP datablocks and remove in the duplicate object the array modifier to avoid double effect.
July 25, 2017, 08:04 (GMT)
Fix error if apply modifier with multi-user GP The modifier cannot be applied if the GP datablock is used for more than 1 objects.
July 24, 2017, 18:24 (GMT)
Set all default HSV range to 1
July 24, 2017, 14:46 (GMT)
Fix error when apply color related modifiers The effect was duplicated for each stroke and the result was wrong
July 24, 2017, 11:49 (GMT)
New Hue/Saturation modifier
July 24, 2017, 10:42 (GMT)
Opacity modifer affect strength If the factor is > 1, the strength of the stroke is affected by modifier
July 24, 2017, 10:15 (GMT)
Clamp to valid range
July 24, 2017, 09:27 (GMT)
Remove object control for Opacity There was several problems to use an object to control opacity and how change fill opacity, so it's better to remove this and find an alternative (maybe using shaders)
July 24, 2017, 08:47 (GMT)
Cleanup: Remove double initialization The minmax function does this initialization.
July 24, 2017, 08:46 (GMT)
Filter index pass only if > 0 in modifiers If the pass index is equal to 0, the filter is disabled. This is a handy way of reset the filter without adding new flags.
July 24, 2017, 08:44 (GMT)
WIP: Basic implementation of Opacity modifier Still pending the target functionality.
July 23, 2017, 18:09 (GMT)
Add Set Origin to Geometry New option to set origin at the center of the strokes of the current frame.
July 23, 2017, 18:08 (GMT)
Cleanup: Remove unused variables
July 23, 2017, 15:50 (GMT)
Fix error duplicating object with modiifers