Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 119 / 137
May 19, 2017, 18:28 (GMT)
Implement Xray mode for strokes Now support 3 modes: Front, 3D space and Back. Still some problems with zfighting with layers that need to be fixed
May 19, 2017, 14:48 (GMT)
Use zdepth of the position in geometry shader
May 19, 2017, 14:03 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 19, 2017, 13:47 (GMT)
Add more control for debug lines Now the debug lines are only visible when code is 668
May 18, 2017, 18:06 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 18, 2017, 08:11 (GMT)
Separate zdepth to function to use in future Now, the value is fixed but need to be calculated.
May 17, 2017, 14:51 (GMT)
Cleanup unused code
May 17, 2017, 14:50 (GMT)
Add debug information
May 17, 2017, 14:42 (GMT)
Add set cache to dirty when Gpencil is update in several places
May 17, 2017, 11:56 (GMT)
Remove old opengl code
May 17, 2017, 09:47 (GMT)
Remove zdepth check for Drawing buffer The drawing buffer and edit point must be always visible
May 17, 2017, 09:34 (GMT)
Enable zdepth for passes. Actually only works for filling
May 17, 2017, 08:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 17, 2017, 08:25 (GMT)
Remove old opengl code in shaders
May 16, 2017, 18:33 (GMT)
Remove check on back of camera This check is getting weird result and create a segfault in the cache due changes in the index of the stroke depending of point of view. Need to have a better implementation. We keep disabled while we found a better solution that not change the index of the strokes (maybe separate this check and add to cache_idx anyway)
May 16, 2017, 17:25 (GMT)
Fix segfault error when drawing several strokes in same drawing session The clean of the cache must be done by stroke and not at the final of the drawing session.
May 16, 2017, 16:37 (GMT)
Migrate scale pixel code to vertex shader
May 16, 2017, 11:29 (GMT)
Cleanup: Rename functions
May 16, 2017, 11:17 (GMT)
Fix problem with UI panel for convert to GP object button
May 16, 2017, 10:55 (GMT)
Cleanup: Add EOL at end of file