June 19, 2018, 13:40 (GMT) |
Remove rigid body from rbw->group when deleting I moved some code from ED_rigidbody_object_remove() to BKE_rigidbody_remove_object(), so that calling the latter doesn't leave the object in rbw->group (causing a crash later on when rebuilding the depsgraph). |
June 19, 2018, 13:33 (GMT) |
UI: Cloth panels as sub-panels Also remove Cloth suffix from name since they are sub-panels now. |
June 19, 2018, 13:28 (GMT) |
Particles: Support changing modifiers during particle edit mode The idea is to only use pointers to particles in original object when creating an edit structure. The derived mesh we get from evaluated object. The rest of the commit is just keeping pointers in sync. |
June 19, 2018, 13:28 (GMT) |
Particles: Use utility function to copy particles |
June 19, 2018, 13:28 (GMT) |
Particles: Add utility function to copy particles from one system to another |
June 19, 2018, 12:50 (GMT) |
Blender Version Bump Without this, render slots aren't added. |
June 19, 2018, 12:40 (GMT) |
Merge branch 'cycles_embree' of git.blender.org:blender into cycles_embree |
June 19, 2018, 12:39 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_embree |
June 19, 2018, 12:32 (GMT) |
Revert: EditMode Inactive edge drawing Did it manually as there was some refactoring done that has value |
June 19, 2018, 12:25 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_embree |
June 19, 2018, 12:22 (GMT) |
Fixed rigid body simulation randomly stopping This was caused by a floating point comparison using ==, instead of using compare_ff_relative(). |
June 19, 2018, 12:07 (GMT) |
Missed warning in previous commit |
June 19, 2018, 12:04 (GMT) |
Lookdev: Renamed RNA studiolight_background => studiolight_background_alpha Removed "Show" from the label |
June 19, 2018, 12:04 (GMT) |
Studiolight: Background Generation of icons |
Revision cf1ecb8 by Stefan Werner (cycles_texture_cache, cycles_unbiased_volumes, upstream_cycles_texture_cache) June 19, 2018, 11:34 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_texture_cache |
June 19, 2018, 09:54 (GMT) |
Split Grease Pencil modifier stack Separate all logic of grease pencil modifiers and remove any reference to grease pencil in the mesh modifiers. Differential Revision: https://developer.blender.org/D3488 |
June 19, 2018, 09:49 (GMT) |
Show cached frames in timeline at correct height The line was covered by the horizontal scrollbar instead of drawn above it. |
June 19, 2018, 09:49 (GMT) |
RigidBodyWorld: copy ptcache from evaluated scene back to original scene This makes it possible to perform re-evaluation of the scene without having to re-run the simulation. The CoW�? Orig copy is only performed when the depsgraph is active, so as to not influence the current scene while rendering in the background. Alternatively, we could have the CoW copy share the cache with the original to prevent too much copying of cache data. This will be faster, but I'm not sure whether we can reliably check the DEG_is_active() status at CoW copy creation time. |
June 19, 2018, 09:45 (GMT) |
Fix T55528: Cycles AO node should default to 1 if radius is 0. |
June 19, 2018, 09:43 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache |
|
|
|


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