Display:
Master Commits
Branch Commits
All Commits
Blender
Git "experimental_gp_weight" branch commits.
Page: 86 / 122
July 26, 2017, 11:55 (GMT)
Remove CACHE_REUSE If we use a different area by object, the cache never can be reused
July 26, 2017, 11:48 (GMT)
Fix memory leak
July 26, 2017, 11:29 (GMT)
WIP: Basic new batch_cache by object Need more work and review memory leaks
July 26, 2017, 10:02 (GMT)
WIP: Add hash for derived frame This is the first step to allow multi-user datablock
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.