Display:
Master Commits
Branch Commits
All Commits
Blender
Git "greasepencil-refactor" branch commits.
Page: 256 / 287
July 12, 2017, 12:12 (GMT)
Fix color distorsion while drawing Need to use the mix_pass in order to get the same color while drawing. If the pass is not mixed with the same pass than strokes, there is a change in the color between drawing stroke and final stroke due the process to mix. This is slower, but needed and while drawing the time delay is negligible
July 12, 2017, 11:04 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 12, 2017, 11:02 (GMT)
UI: Reorganize Palette Colors panels (WIP) Create new panels for stroke and fill parameters
July 12, 2017, 09:42 (GMT)
Rename volumetric stroke type
July 11, 2017, 15:16 (GMT)
UI: Change ruler panel header Now the panel is empty in some modes because we will add primitives in the future, but we want to keep the panel as reference.
July 11, 2017, 15:03 (GMT)
UI: Move show direction to data panel
July 11, 2017, 14:46 (GMT)
Fix error when undo The drawing cache must set to dirty to avoid segment fault
July 11, 2017, 13:56 (GMT)
UI: Keep tab order consistency The tabs must be on the same order when change mode
July 11, 2017, 11:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 11, 2017, 11:45 (GMT)
Change Cursor management Change how the cursor is displayed on screen and mimic standard look and feel for grease pencil
July 9, 2017, 18:26 (GMT)
UI: move convert to geometry and ruler Move the convert to geometry to new panel and hide rler if enable gp modes
July 9, 2017, 15:36 (GMT)
UI: Hide Relations and Physics panel Hide these panel if enter in special GP modes
July 9, 2017, 14:23 (GMT)
Fix error drawing polyline Drawing polyline to old files produced segment fault because the cache was not marked as dirty.
July 9, 2017, 13:51 (GMT)
Use cache_dirty instead of cache_free
July 9, 2017, 11:33 (GMT)
Fix error setting origin The calculation was not right if the object had rotations
July 9, 2017, 09:41 (GMT)
Finish polyline session releasing Shift For artist is better cancel polyline drawing session releasing the shift key instead to press Esc or Enter. Now, to draw polylines keep shift pressed and finish releasing this key.
July 8, 2017, 19:22 (GMT)
WIP: Boundbox for GP object This is the first implementation but cannot test because Eevee not support bounding box yet.
July 8, 2017, 17:24 (GMT)
UI: Enable set origin for GPENCIL type
July 8, 2017, 16:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 8, 2017, 16:17 (GMT)
Cleanup: remove unused line