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-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-193D View: improve selection lockingCampbell Barton
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01T54991: Restore support for Motion Path drawing in 2.8Joshua Leung
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2018-05-31Update CoW when adding/removing pose in pose librarySybren A. Stüvel
2018-05-31Revert "Tag COW when applying pose from pose library"Sybren A. Stüvel
2018-05-31Tag COW when applying pose from pose librarySybren A. Stüvel
2018-05-28Ugly Hacky Fix: Clear Loc/Rot/Scale + Autokey now works for bonesJoshua Leung
2018-05-24Oops... should rebuild before committingJoshua Leung
2018-05-24Multi Pose: Selecting a bone in one armature doesn't deselect bones in the ot...Joshua Leung
2018-05-24Fix: Several pose select operators were not in fact working with COWJoshua Leung
2018-05-22Fix memory leak in armature deleteCampbell Barton
2018-05-22Cleanup: replace MEM_SAFE_FREE -> MEM_freeNCampbell Barton
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-05-18COW Fix: POSE_OT_armature_apply (Apply Pose as Rest Pose) now works with COWJoshua Leung
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-15Remove G.main usageJoshua Leung
2018-05-14Fix: With no bones selected, move bones to layer operator would display garba...Joshua Leung
2018-05-14Fix: POSE_OT_select_constraint_target now works with copy on writeJoshua Leung
2018-05-12Replace `BKE_bvhtree_from_mesh_looptri` with `BKE_bvhtree_from_mesh_get`.Germano
2018-05-11Fix: Last of the operators from T54811 now work with Copy on WriteJoshua Leung
2018-05-11T54983: Bone selection overlayJeroen Bakker
2018-05-09Cleanup: quiet shadow warningCampbell Barton
2018-05-09Multi-Object Pose: POSE_OT_select_parent by HarshaDalai Felinto
2018-05-08Cleanup: mesh_runtime namingCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-07Fix: Select all didnt' work with COW pose bonesJoshua Leung
2018-05-07Fix ARMATURE_OT_layers_show_all now works with COWJoshua Leung
2018-05-07Fix: Tag armature for copy on write when selecting bones, so active bone gets...Ines Almeida