Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2840 / 8462

November 29, 2018, 01:49 (GMT)
Cleanup: simplify transform orientation cycling

Remove dummy first index, store a pointer to the user orientation
instead of having it store twice (which could get out of sync).
November 29, 2018, 01:45 (GMT)
Cycles: Add sample-based runtime profiler that measures time spent in various parts of the CPU kernel

This commit adds a sample-based profiler that runs during CPU rendering and collects statistics on time spent in different parts of the kernel (ray intersection, shader evaluation etc.) as well as time spent per material and object.

The results are currently not exposed in the user interface or per Python yet, to see the stats on the console pass the "--cycles-print-stats" argument to Cycles (e.g. "./blender -- --cycles-print-stats").

Unfortunately, there is no clear way to extend this functionality to CUDA or OpenCL, so it is CPU-only for now.

Reviewers: brecht, sergey, swerner

Reviewed By: brecht, swerner

Differential Revision: https://developer.blender.org/D3892
November 29, 2018, 01:24 (GMT)
UI: expand set origin in specials menu

Also remove menu, expand operator instead.
November 28, 2018, 22:41 (GMT)
Fix transform axis orientation cycling

This ignored operator defined orientation.
November 28, 2018, 22:05 (GMT)
Cleanup: remove unused files
November 28, 2018, 22:01 (GMT)
CMake: add missing files
November 28, 2018, 21:55 (GMT)
Merge branch 'master' into blender2.8
November 28, 2018, 21:55 (GMT)
CMake: update checker

Support skipping cmake files
November 28, 2018, 21:22 (GMT)
Fix leak in CPU brand check
November 28, 2018, 21:19 (GMT)
UI: rename Center Points -> Origins

See: T56648
November 28, 2018, 19:15 (GMT)
GP: Cleanup duplicated code moving to function
November 28, 2018, 19:13 (GMT)
Fix broken subdivision surface edit mode cage display.
November 28, 2018, 19:06 (GMT)
Fix COLLADA build warning.

This properties does not appear to be used anymore.
Revision ec8e856 by William Reynish / Brecht Van Lommel (master)
November 28, 2018, 19:06 (GMT)
Fix instancing tooltips still using old dupli name.
November 28, 2018, 19:06 (GMT)
Startup.blend: rename Lamp to Light.
November 28, 2018, 18:44 (GMT)
GP: Deselect points if click outside selection area

To make consistent with Left click select, now if click outside any point, all points are deselected.

Reduced the circle of selection to get more precission. The radius used before was too wide.

Note: There is a minimum distance to consider outside selection area.
November 28, 2018, 18:23 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 28, 2018, 18:19 (GMT)
Add Onion Skin support to Annotations

The old onion skinning used in 2.7x has been ported and converted to 2.8. Only basic features have been included. For more advanced onion skin features, use grease pencil objects.

Onion Skin is supported in View 3D and Sequencer.
November 28, 2018, 17:22 (GMT)
Use term Instancing in the interface

Currently only see this in object's properties, but might
be missing something.

Part of T56648.
November 28, 2018, 17:22 (GMT)
Use collection and instance terminology in Python API

This follows naming convention agreed on in T56648.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021