Revision a2dd6fa by Joshua Leung May 15, 2018, 17:13 (GMT) |
COW Fix: VIEW3D_OT_select_lasso now works for Pose Bones. Other modes untested. |
Revision 439ccd2 by Germano Cavalcante May 15, 2018, 17:10 (GMT) |
BLI_math: Added isect_point_planes_v3_negated function. |
Revision ca028f1 by Joshua Leung May 15, 2018, 17:08 (GMT) |
Fix POST_OT_hide/reveal Apparently they weren't actually working, despite seemingly working when tested earlier. Argh! |
Revision 747326e by Joshua Leung May 15, 2018, 16:39 (GMT) |
Fix: POSE_OT_visual_transform_apply now works with Copy on Write |
Revision c3282cb by Joshua Leung May 15, 2018, 16:39 (GMT) |
COW Fix: Muting constraints or changing influence did not properly refresh We need to manually do a copy on write tag here, or else nothing will happen |
Revision 53c6d33 by Joshua Leung May 15, 2018, 16:39 (GMT) |
Remove G.main usage |
Revision 9439df1 by Dalai Felinto May 15, 2018, 16:19 (GMT) |
Copy on write: VIEW3D_OT_clear_render_border + rna |
Revision 4f8b642 by Dalai Felinto May 15, 2018, 16:03 (GMT) |
Copy on write: VIEW3D_OT_render_border Drawing is using the original scene (which shouldn't), but regardless this force tagging to work. |
Revision 3d1f5cb by Germano Cavalcante May 15, 2018, 15:44 (GMT) |
Cleanup: Pass `Snap Object Params * params` to` iter_snap_objects`. And remove unnecessary `defaulf:` labels. |
Revision 92d4fbf by Brecht Van Lommel May 15, 2018, 15:32 (GMT) |
Fix Cycles and viewport outline mismatch due to changed sensor size. |
Revision 13b2ba4 by Brecht Van Lommel May 15, 2018, 15:32 (GMT) |
Fix Cycles motion blur not working with CoW disabled. Not so important but convenient for testing, and makes the Cycles tests pass again for now. |
Revision 8c44e18 by Brecht Van Lommel May 15, 2018, 15:32 (GMT) |
Fix mistake in recent outliner rebuild change. |
Revision 77d6c09 by Campbell Barton May 15, 2018, 15:31 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 91504ed by Campbell Barton May 15, 2018, 15:27 (GMT) |
Fix assert using '//' on an unsaved file Annoying for debug builds. |
Revision fda0512 by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
Particle edit: Fix generation of KD tree for emitters Fixes crahs using puff brush with copy-on-write. |
Revision 5d879c5 by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
particle edit: Fix crash when using without copy-on-write |
Revision 83155cc by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
Revision 2d0efe2 by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
Particle edit: Need to check DONE flag from evaluated psys |
Revision a104c41 by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
Particle edit: Support children particles display with copy on write |
Revision ed0901b by Sergey Sharybin May 15, 2018, 15:20 (GMT) |
Depsgraph: Forbid flush across scene->geometry operations This relations is only to force geometry evaluation to happen after scene's CoW is done. it was never meant to update geometry when scene is being tagged. |
|
|
|


Master Commits
MiikaHweb | 2003-2021