Display:
Master Commits
Branch Commits
All Commits
All Blender
Git commits.
Page: 3564 / 8462
December 9, 2017, 16:23 (GMT)
Show Edit Lines must be a main switch This option must be a general switch and not be affected by multiframe edition
December 9, 2017, 16:15 (GMT)
Disable by default simple subdivision
December 9, 2017, 16:09 (GMT)
UI: Add alpha to colors in color list Sometimes is better to access to alpha from here and not from stroke or fill panel.
December 9, 2017, 16:02 (GMT)
Add default grey color with fill to default Palette
December 9, 2017, 15:58 (GMT)
UI: Remove slider mode for thickness change
December 9, 2017, 15:52 (GMT)
Remove strength curve in Pencil brush This default was not working fine in all devices.
December 9, 2017, 15:50 (GMT)
New Draw Specials menu with X key Now this menu only has the option to delete frame, but can hold more options in the future.
December 9, 2017, 15:42 (GMT)
Change default onion mode to keyframes
December 9, 2017, 15:35 (GMT)
Cleanup: Remove unused code
December 9, 2017, 15:34 (GMT)
Fix pixel scale in VFX pixel
December 9, 2017, 15:30 (GMT)
Avoid div by zero
December 9, 2017, 15:25 (GMT)
Remove unused field
December 9, 2017, 15:20 (GMT)
Fix VFX Swirl modifier There was a problem with the conversion between screen space and camera space.
December 8, 2017, 18:48 (GMT)
Change Energy scale * 100
December 8, 2017, 18:19 (GMT)
Fix problems with vfx light modifier There was some problems with coordinate system between screen space and camera space.
December 8, 2017, 18:12 (GMT)
Fix problems with VFX light modifer There was a problem with the conversion of coordinate system between screen space a camera space.
December 8, 2017, 15:35 (GMT)
Workspace: Clarifying library remap workaround WorkSpaceLayout->screen will be made public soon, but meanwhile this makes it clear why we are not passing layout->screen to CALLBACK_INVOKE in this case.
December 8, 2017, 15:07 (GMT)
Library remap: Fix issue remapping pointer of object coming from group[s base We can not store pointer to an object ion temporary variable here, since then pointer will not be updated in the base itself. This fixes missing modifiers on objects coming from dupli-group.
December 8, 2017, 15:07 (GMT)
Cleanup, indentation
December 8, 2017, 15:07 (GMT)
Depsgraph: Groups are now covered by dependency graph