Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 112 / 137
June 13, 2017, 16:02 (GMT)
Move OB_GPENCIL icon to new position The new icon used a postion used by new icons in master, so need to be moved.
June 13, 2017, 15:00 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 13, 2017, 14:51 (GMT)
Cleaunp: Remove more unused variables
June 13, 2017, 14:46 (GMT)
Cleanup: More unused variables Remove gpd from gp_copybuf_validate_colormap
June 13, 2017, 14:41 (GMT)
Cleanup: Remove unused variable Remove mode for cache_dirty
June 13, 2017, 14:20 (GMT)
Mark old palettes as deprecated
June 13, 2017, 14:09 (GMT)
Fix warnings for copy paste The merge code from master used the old BGPDpalette and the code must use the new Palette
June 13, 2017, 13:58 (GMT)
Grease Pencil: Fix problems linking object with Pallete This should at the very least use a hash system. But it could even do a local pointer lookup. (Way) More often than not multiple strokes will point to the same pallete color.
June 13, 2017, 11:36 (GMT)
Cleanup: Remove duplicate definition Added in other commit already
June 13, 2017, 11:27 (GMT)
Cleanup compiler warnings
June 13, 2017, 10:57 (GMT)
Silence tons of warnings
June 12, 2017, 18:29 (GMT)
UI: back randomize button This button was removed in a previous commit by error
June 12, 2017, 18:05 (GMT)
Include lock axis option to all GP sculpt brushes Al brushes that move points use the lock
June 12, 2017, 17:49 (GMT)
New sculpt lock axis implementation This solution works better and it is faster
June 12, 2017, 14:56 (GMT)
Cleanup: Define camera view type for pixel size New define to make more clear and separate the perspective and camera view modes for pixel size calculation
June 12, 2017, 11:48 (GMT)
Set sculpt cursor when enter in sculpt mode
June 12, 2017, 10:27 (GMT)
Hide VIEW option for stroke placement This option is not logic in the new environment. Keep line for future uses
June 12, 2017, 10:20 (GMT)
Set Xray mode to 3D space by default
June 12, 2017, 10:13 (GMT)
UI: Move show points to display panel This option is not used all the time and moving we keep layer panel cleaner
June 12, 2017, 10:05 (GMT)
UI: Add missing pressure button This button was removed in a previous commit.