Blender Git Commits

Blender Git "greasepencil-object" branch commits.

Page: 201 / 345

July 5, 2018, 09:55 (GMT)
fix gcc warnings
July 5, 2018, 07:49 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 5, 2018, 07:25 (GMT)
Provide a switch to turn on/off intersection line calculation to save time when intersection is not needed.
July 5, 2018, 06:53 (GMT)
software method preview now in correct aspect ratio
July 5, 2018, 03:28 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
July 5, 2018, 03:17 (GMT)
fixed VC-specific warnings.
July 4, 2018, 13:44 (GMT)
Enable Grease Pencil paper in edit mode
July 4, 2018, 10:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenkernel/intern/object.c
July 4, 2018, 10:51 (GMT)
Fix missed materials after append GP object
July 4, 2018, 09:38 (GMT)
Merge branch 'soc-2018-npr' of git.blender.org:blender into soc-2018-npr

Conflicts:
source/blender/draw/engines/lanpr/lanpr_engine.c
July 4, 2018, 09:33 (GMT)
debugging f12 weird behavior
July 4, 2018, 07:52 (GMT)
debugging f12
July 4, 2018, 07:11 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 4, 2018, 05:32 (GMT)
Fixed multithread RenderTriangle size error
July 3, 2018, 17:46 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
July 3, 2018, 15:57 (GMT)
Fix typo
July 3, 2018, 15:43 (GMT)
Fix: Crash when erasing annotation strokes

The code was assuming that dvert data always exists on strokes
(it shouldn't, if we're doing everything correctly!), which
caused crashes when erasing annotation strokes (which definitely
don't have this data).

TODO:
Check that the rest of the code doesn't make similar assumptions!
July 3, 2018, 15:43 (GMT)
Cleanup: Remove 2D Editor support from gpencil_paint.c

The "GPENCIL_OT_draw" operator pretty much didn't support non-3D
views already (at least not without crashing). Now that we've got
a separate/dedicated operator for Annotation support (GPENCIL_OT_annotate),
we can remove the old 2D Editor support here.
July 3, 2018, 15:43 (GMT)
Cleanup: Remove "Scene->gp_object"

This was from an earlier design for supporting Annotations,
where in the 3D view, we would have only had GP Objects.
Now that we've moved away from that idea, and are back to
having a separate "Annotations" system, this concept can
be removed from the code again.
July 3, 2018, 15:43 (GMT)
Annotations: WIP first steps towards toolbar support

This adds a toolbar entry for activating the annotations tools
as active tools. Many things are WIP still (e.g. tool settings
are yet to come, as the necessary props aren't defined in DNA/RNA yet).

Todo's:
* Icons are missing. The necessary icons *do* exist right now
in the icon_geom.blend file, but I can't get them to export/generate
.dat files that we can use in the UI here. That said, the placeholder
names (from that file) are now used.

* Key mappings need work/testing. They seem to work well enough as-is
already though

* Tool settings (in topbar) are not implemented yet. Coming soon
(aka tomorrow, after I get some sleep)

* Non-3D view toolbar support
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021