Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-16Fixes for collections unification:Brecht Van Lommel
2018-05-16Remove collections module (caused UI to fail entirely)Campbell Barton
2018-05-16Cleanup: remove ignored constCampbell Barton
2018-05-16Merge branch 'blender2.8' into temp-unified-collectionsCampbell Barton
2018-05-16Fix navigate widget w/ region overlapCampbell Barton
2018-05-16Fix visible region overlap calculationCampbell Barton
2018-05-15Transform: Snap: Make sure if bmesh arrays need to be recalculated.Germano
2018-05-15Scene raycast: The return index should indicate the polygon instead of the lo...Germano
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Workbench: send right event after shadow_shift changesJeroen Bakker
2018-05-15Revert "BLI_kdopbvh: Reference clip_planes callback to find nearest projected."Germano
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-05-15Collections: more work on unification with groupsBrecht Van Lommel
2018-05-15Cleanup: pass the use_depth parameter to the `SnapObjectParams` struct in the...Germano
2018-05-15Merge branch 'blender2.8' into temp-unified-collectionsBrecht Van Lommel
2018-05-15BLI_kdopbvh: Reference clip_planes callback to find nearest projected.Germano
2018-05-15COW Fix: VIEW3D_OT_select_lasso now works for Pose Bones. Other modes untested.Joshua Leung
2018-05-15BLI_math: Added isect_point_planes_v3_negated function.Germano
2018-05-15Fix POST_OT_hide/revealJoshua Leung
2018-05-15Fix: POSE_OT_visual_transform_apply now works with Copy on WriteJoshua Leung
2018-05-15COW Fix: Muting constraints or changing influence did not properly refreshJoshua Leung
2018-05-15Remove G.main usageJoshua Leung
2018-05-15Copy on write: VIEW3D_OT_clear_render_border + rnaDalai Felinto
2018-05-15Copy on write: VIEW3D_OT_render_borderDalai Felinto
2018-05-15Cleanup: Pass `Snap Object Params * params` to` iter_snap_objects`.Germano
2018-05-15Fix Cycles and viewport outline mismatch due to changed sensor size.Brecht Van Lommel
2018-05-15Fix Cycles motion blur not working with CoW disabled.Brecht Van Lommel
2018-05-15Fix mistake in recent outliner rebuild change.Brecht Van Lommel
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Fix assert using '//' on an unsaved fileCampbell Barton
2018-05-15Particle edit: Fix generation of KD tree for emittersSergey Sharybin
2018-05-15particle edit: Fix crash when using without copy-on-writeSergey Sharybin
2018-05-15Particles: Fix uninitialized child orco passed to modifiersSergey Sharybin
2018-05-15Particle edit: Need to check DONE flag from evaluated psysSergey Sharybin
2018-05-15Particle edit: Support children particles display with copy on writeSergey Sharybin
2018-05-15Depsgraph: Forbid flush across scene->geometry operationsSergey Sharybin
2018-05-15Depsgraph: Keep track of original particle systemSergey Sharybin
2018-05-15Particle edit: Add missing looking tag in cut brushSergey Sharybin
2018-05-15Particle edit: Allow children to be visible in edit modeSergey Sharybin
2018-05-15Particle edit: Move cache update to particle batch cache implementationSergey Sharybin
2018-05-15Draw manager: Pass object to hair batch cacheSergey Sharybin
2018-05-15Particle edit: Make check to work within copy-on-write conceptSergey Sharybin
2018-05-15Particle edit: Edit path invalidate should trigger particle system path re-cacheSergey Sharybin
2018-05-15Particle edit: Restore weird-looking conditions in evaluationSergey Sharybin
2018-05-15Particle edit: Re-cache edit path if it's NULLSergey Sharybin
2018-05-15Particle edit: Decouple caches for regular and edit strandsSergey Sharybin
2018-05-15Particle edit: Make visibility check to be per-particle systemSergey Sharybin
2018-05-15Particle edit: Use proper batch cache flagSergey Sharybin
2018-05-15Particle edit: Tag for updates when changing tool settings related on edit modeSergey Sharybin
2018-05-15Particle edit: Fix missing hair edit after toggling edit modeSergey Sharybin