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-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
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04Mesh Lapacian: Use `isect_ray_tri_watertight_v3` instead of Epsilons to preve...Germano
2018-05-03Multi-Object Pose: Fix POSE_OT_flip_namesJoshua Leung
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-05-03Fix: Tag armature for copy on write when selecting bones, so active bone gets...Joshua Leung
2018-05-03Fix crash selecting envelope bone jointCampbell Barton
2018-05-01Animation: Don't user-copunter copy-on-written action blockSergey Sharybin
2018-04-30Copy on write support for Bone Group operatorsJoshua Leung
2018-04-30Multi-Object Pose: POSE_OT_group_assign/unassignJoshua Leung
2018-04-30Multi-Object Pose Fixes for POSE_OT_armature_apply()Joshua Leung
2018-04-30Multi-Object Pose: Fix POSE_OT_group_select and POSE_OT_group_deselectJoshua Leung
2018-04-25Multi-Pose: Port POSE_OT_select_mirrorJoshua Leung
2018-04-24Multi-Object Pose: Apply Visual Transforms operatorJoshua Leung
2018-04-23Multi-Object Pose: Reset unkeyed works now (Clear User Transforms)Joshua Leung
2018-04-23Cleanup: Remove old cruft (from 2.4)Joshua Leung
2018-04-20Remove Armature Sketching & RetargetCampbell Barton
2018-04-19Fix edit-bone select crash w/ multi-editCampbell Barton
2018-04-18Cleanup: consistent changed_multi assignmentCampbell Barton
2018-04-18Pose: multi-object Flip QuatsCampbell Barton
2018-04-18Pose: multi-object support for clear transformCampbell Barton
2018-04-18Fix missing initialization of depsgraph for snapping contextSergey Sharybin
2018-04-17Pose: fix wpaint + pose mode pick & linked selectCampbell Barton
2018-04-17Pose: multi-object hide/reveal supportCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Multi-Object EditingCampbell Barton