Blender Git Loki

Kaikki Blender Git kommitit.

Page: 3406 / 8462

Revision dec977f by Gaia Clary
March 23, 2018, 16:17 (GMT)
Cleanup: Collada reordered and commented BC_animation_transform_type
March 23, 2018, 15:35 (GMT)
RNA comparison/override: better control over property processing.

This commit essentially introduces a new RNA property flag, which when
set prevents affected property from being processed at all in comparison
code (also used to automatically generate static override rules).

The idea is to use it on very low-level data in RNA, like e.g. mesh's
geometry or psys' particles collections.

For now only applied to psys' particle collections, on the main mesh of
Agent327 pigeon, it goes from 100ms to 0.5ms on a full
auto-override-generating comparison...

Also added some new RNA property helper funcs to check on comparable and
overridable status.
March 23, 2018, 15:23 (GMT)
msvc: Fix msvc2013 new despgraph related build errors.

msvc's function.hpp does not like NULL for function pointers. disabled support for this platform.
Revision 938ecae by Gaia Clary
March 23, 2018, 14:49 (GMT)
Refactor: Use more general appraoch to get data from BCMatrix

Added virtual function get_value_for() that can pick the correct data
from a Matrix (and later also for a vector or a float array) (wip)

this is in preparation for adding Sample data for Materials, light and camera
Those animations do not need matrix values, but either simple float arrays
or float vector arrays. I still want to handle those animation samples
in the same way as the Matrix samples. So i try to use a class hierarchy here
with the base class BCSample and derived classes where BCMatrix is the only
implemented subclass so far. (wip)
Revision e7a8f35 by Gaia Clary
March 23, 2018, 14:42 (GMT)
Cleanup: Fixed '#ifndef xxx' brakets in hjeader files

Due to renaming classes and files the initial #ifndef brakets
have got possibly misleading values for xxx
March 23, 2018, 14:25 (GMT)
Merge branch 'master' into blender2.8
March 23, 2018, 14:05 (GMT)
Libmv: Fix compilation error on Windows
March 23, 2018, 13:38 (GMT)
Glog/gflags: Reduce amount of local modifications

With better directory layout and more proper include
statements we can avoid several local modifications,
such as changing config.h for Windows Glog and the
ones related on pass-through statements in logging
headers in Glog.

This commit also makes unused functions not-a-warning
for external code.
March 23, 2018, 13:28 (GMT)
UI: 4-column layout for the editor-type selector menu

The list of editor-types is rather long by now, so better to arrange them into
sections.

Original patch by @jeske with updates by @Blendify and myself.
Design Task: T36028
Patch: D3112
March 23, 2018, 13:05 (GMT)
Merge branch 'blender2.8' into greasepencil-object
Revision 74c3c99 by Gaia Clary
March 23, 2018, 11:20 (GMT)
Removed the "See Also" line from the license comments
March 23, 2018, 11:05 (GMT)
Merge branch 'master' into blender2.8
March 23, 2018, 10:56 (GMT)
Merge branch 'master' into blender2.8
March 23, 2018, 10:51 (GMT)
Cleanup: stray tabs

Tabs in middle of code (mostly for no reason / by accident).
Revision 0e7451d by Gaia Clary
March 23, 2018, 10:31 (GMT)
Renamed the file BCMatrix.* to BCSampleData.*

BCMatrix is still used, but i intend to setup a class hierarchy
wher BCSampleData is the parent of all sampled data in the
BCAnimationCurveContainer (wip)
March 23, 2018, 10:28 (GMT)
Cleanup: doxy header, line length
Revision c0e123c by Gaia Clary
March 23, 2018, 09:18 (GMT)
Fixed File Copyright blocks in file headers
Revision 2fe1e9d by Gaia Clary
March 23, 2018, 08:50 (GMT)
Added separate functions to get curve data for sampling and keyframes

For Materials, Camera, Lamp actions it turned out that the sampler
can not sample the data at the moment. So for those curves i need
to get the data from the original curves for now. I Added a getter
that would retreive the data from the FCurve instead from the sampled
data if no sampled data is available. This will change (wip)

Known limitation: the Material,Lamp,Camera actions are always
exported with linear interpolation (wip)
March 23, 2018, 08:15 (GMT)
Cleanup: move image undo into own file
March 23, 2018, 01:00 (GMT)
Fix issues with confirmation prompt on Windows

* Pressing "OK" wouldn't close Blender anymore
* Using File -> Quit would use popup version, not OS native window

Cleaned up code a bit to avoid duplicated logic.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021