Display:
Master Commits
Branch Commits
All Commits
Blender
Git "experimental_gp_weight" branch commits.
Page: 69 / 122
October 19, 2017, 14:29 (GMT)
Cleanup: Add end line
October 19, 2017, 13:58 (GMT)
Reorganize shgroups creation Improve the creation of shading groups and fix some memory leaks when the shading group was created but not used in any pass.
October 19, 2017, 13:11 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 19, 2017, 13:05 (GMT)
Minor RNA tweaks for MultiEdit * Rename RNA properties to bring them more in line with standard naming * Make it clearer in the tooltip for MultiEdit that only selected keyframes will be edited
October 19, 2017, 06:15 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/space_view3d.py
October 18, 2017, 15:38 (GMT)
Refresh gp cache while transform The geometry cache must be recalculated when move keyframes in action editors.
October 18, 2017, 14:45 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 18, 2017, 14:38 (GMT)
Version bump to 2.80.2 and initialization code As Grease Pencil branch is developed using 2.80 as base, it's necessary to bump the version and move all initialization code to keep running all Hero open movie files that were created with GP branch.
October 18, 2017, 08:47 (GMT)
Fix after merge errors
October 18, 2017, 08:19 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 18, 2017, 06:06 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 18, 2017, 00:28 (GMT)
Remove unused code Turns out this chunk of code won't get run at all (since GP objects store the GP datablock on the ob->gpd pointer and not ob->data like every other object type).
October 17, 2017, 15:29 (GMT)
Set cache as dirty in Dopesheet After a transformation, the cache must be set as dirty.
October 17, 2017, 14:19 (GMT)
Redo previous commit for Join If the weight memory is not duplicated, when the initial stroke is released the memory can get corrupted.
October 17, 2017, 10:49 (GMT)
Fix segment fault when join The join strokes operator did not copied the weights and this resulted in segment fault.
October 17, 2017, 05:26 (GMT)
Cleanup: warnings
October 17, 2017, 05:19 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 17, 2017, 05:16 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 17, 2017, 05:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 17, 2017, 01:56 (GMT)
Restore part of comment for xray_mode, left out during earlier fix