May 4, 2015, 14:01 (GMT) |
Merge branch 'master' into cycles_kernel_split Conflicts: CMakeLists.txt intern/cycles/device/device_opencl.cpp intern/cycles/kernel/geom/geom_motion_triangle.h intern/cycles/kernel/kernel_light.h intern/cycles/kernel/kernel_passes.h intern/cycles/kernel/kernel_path.h intern/cycles/kernel/kernel_shader.h intern/cycles/kernel/kernel_volume.h release/datafiles/fonts/droidsans.ttf.gz source/blender/blenkernel/BKE_curve.h source/blender/blenkernel/intern/image.c source/blender/blenkernel/intern/material.c source/blender/blenkernel/intern/mesh_remap.c source/blender/blenkernel/intern/sequencer.c source/blender/blenloader/intern/versioning_270.c source/blender/blenloader/intern/writefile.c source/blender/bmesh/intern/bmesh_core.c source/blender/bmesh/intern/bmesh_core.h source/blender/bmesh/intern/bmesh_operator_api_inline.h source/blender/bmesh/intern/bmesh_queries.c source/blender/compositor/nodes/COM_ImageNode.cpp source/blender/compositor/operations/COM_BlurBaseOperation.cpp source/blender/compositor/operations/COM_CompositorOperation.cpp source/blender/editors/include/ED_screen.h source/blender/editors/interface/interface_templates.c source/blender/editors/mesh/editmesh_rip.c source/blender/editors/mesh/editmesh_select.c source/blender/editors/render/render_internal.c source/blender/editors/render/render_opengl.c source/blender/editors/render/render_preview.c source/blender/editors/screen/area.c source/blender/editors/sculpt_paint/paint_image_proj.c source/blender/editors/space_file/filelist.c source/blender/editors/space_image/image_buttons.c source/blender/editors/space_image/image_draw.c source/blender/editors/space_sequencer/sequencer_draw.c source/blender/editors/space_view3d/view3d_draw.c source/blender/editors/space_view3d/view3d_ruler.c source/blender/render/extern/include/RE_pipeline.h source/blender/render/intern/source/pipeline.c source/blender/render/intern/source/render_result.c source/blenderplayer/bad_level_call_stubs/stubs.c |
May 4, 2015, 13:55 (GMT) |
Merge branch 'asset-experiments' into asset-engine |
May 4, 2015, 13:55 (GMT) |
Merge branch 'master' into asset-engine |
May 4, 2015, 13:54 (GMT) |
Cleanup/reduce needless diff with master. |
May 4, 2015, 12:59 (GMT) |
Merge branch 'master' into asset-experiments |
May 4, 2015, 12:46 (GMT) |
Merge branch 'master' into ui-preview-buttons |
May 4, 2015, 11:05 (GMT) |
Consider an empty keyblocks list to be a new key, so a Basis shape is added automatically. |
May 4, 2015, 11:04 (GMT) |
Actual shape key evaluation in the shape key modifier for caches. |
May 4, 2015, 11:01 (GMT) |
Make strand shapes relative by default. |
May 4, 2015, 11:01 (GMT) |
Unused variables. |
May 4, 2015, 10:59 (GMT) |
New 'fromtype' variable in Key to allow handling type-dependent pointer size and stride. This is terribly messy due to the legacy code. At some point should be cleaned up to get rid of the 'from' backpointer and simplify. |
May 4, 2015, 10:57 (GMT) |
Create a dummy weights array for strand keys, otherwise the eval function will exit early. |
May 4, 2015, 10:54 (GMT) |
Fix for lib_link of cache shape keys, avoid discarding this, they are expected to stay alive. |
May 3, 2015, 17:25 (GMT) |
Fix for incorrect/unnecessary storage of Key data in readfile. The Key struct in the cache strands shape modifier is in fact "owned" by the modifier, but linked in the Main blenddata, so it does not have to be written explicitly. |
May 3, 2015, 17:19 (GMT) |
Added a new "Modifiers" display mode for cache libraries, which reads the source cache and then applies modifiers afterward. This only performs non-iterative modifiers, which don't require the passage of time to work (e.g. shrinkwrap). |
May 3, 2015, 16:24 (GMT) |
Main shape key implementation for cached strand data. This includes storage of the shape keys in a `Key` instance in the modifier data, and accompanying operators for adding, removing, moving, etc. shape keys, as well as the necessary UI code. |
May 3, 2015, 11:46 (GMT) |
Extended 'add' function for shape keys that allows passing a NULL pointer for 'from'. The Key DNA has some very old and largely deprecated legacy code that needs initializing, which requires either explicit info or deduction from an ID. The cache modifier creates keys in a new environment without an existing known ID type to deduce the data element settings from. |
May 3, 2015, 10:47 (GMT) |
Some NULL pointer checks in shape key code to ensure the Key struct can be used without a 'from' pointer. |
May 3, 2015, 10:13 (GMT) |
New cache modifier type "Strands Key" for implementing shape keys on cached strands data. This modifier acts as a container for shape key data (i.e. as part of the cache library). Such shape data can be applied to cached strands data, which allows tweaking of animated hair shapes. This could work both as a shape for the strand goals (adding dynamics on top) or as a final modification after dynamics. Both methods have their advantages (pre-sim allows control and sim at the same time, post-sim gives accurate shapes but becomes rigid). |
May 3, 2015, 10:07 (GMT) |
Removed optimization by applying cache shrinkwrap modifier only in the realtime pass. As with hair sim, this would be preferable, but is causing too many problems with the current cache archive layout. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021