Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 66 / 137
December 18, 2017, 12:13 (GMT)
Fix: Missed these in last commit
December 18, 2017, 11:53 (GMT)
Cleanup - Save off multiedit state instead of querying it all the time
December 18, 2017, 11:35 (GMT)
Cleanup - Split out the GP stroke sculpting loop-over-strokes logic into a separate function
December 18, 2017, 08:47 (GMT)
Cleanup + Optimisations for GP Sculpt Multiframe * Only initialise the falloff curve's internal data once per run, instead of once per layer. We can probably even make this only happen once for each run of the operator, as it shouldn't be possible to change the curve in the meantime (requiring the data to be recalculated) * Save off the multiframe falloff option into a variable instead of doing the full check each time. * Only calculate "diff_mat" once for each layer, instead of once for each GP frame for multiedit. (Note: We weren't taking the frame numbers into account anyway, so it doesn't matter to pull this out. However, technically, if the layer was parented, we'd actually need to have been recalculating the parents transforms for each of the multiedit frames to get the real intended effects)
December 18, 2017, 08:29 (GMT)
Minor Optimisation for GP Grab brush Write directly to the point instead of writing to a temporary value first
December 17, 2017, 19:36 (GMT)
WIP: Replace GL types by generic types
December 17, 2017, 19:16 (GMT)
WIP: Initial test for offscreen render Initial test to make a proof of concept of the render in textures.
December 17, 2017, 18:57 (GMT)
Fix segment fault when delete object The active object got null and this produced a segment fault.
December 17, 2017, 16:16 (GMT)
Use round caps while drawing
December 17, 2017, 16:16 (GMT)
Reduce size of round cap
December 17, 2017, 15:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 17, 2017, 15:18 (GMT)
New rounded end caps Now the stroke ends are rounded to get more artistic look.
December 16, 2017, 09:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 16, 2017, 09:46 (GMT)
Fix multiframe error when lock layer There was a segment fault if the some layer was locked and enable multiframe edit / sculpt or weight paint. The shading group must be created because is used in multiedit lines.
December 15, 2017, 17:34 (GMT)
WIP: Experimental Offscreen buffer for fill Simple implementation of stroke drawing to texture
December 15, 2017, 12:17 (GMT)
Fix merge errors There was a problem with struct byte alignment.
December 15, 2017, 11:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/blenloader/intern/versioning_280.c source/blender/draw/intern/draw_cache_impl.h source/blender/makesdna/DNA_scene_types.h
December 15, 2017, 11:34 (GMT)
Delete with Border select in paint mode This commit is similar to Lasso, but for border select.
December 15, 2017, 11:31 (GMT)
New Eraser with Lasso select When you are in paint mode, if press Ctrl+Alt and select with lasso tool, the points are removed. This is a request of the Hero team after been working in cleanup process. The Lasso delete allows to remove very fast areas of the drawing.
December 15, 2017, 10:44 (GMT)
Cleanup: Function to avoid code duplication