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-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-10-18Tool System: expose shear tool x/y optionCampbell Barton
2018-10-18Keymap: use tweak event for shearCampbell Barton
2018-10-18Gizmo: tweak sorting to avoid view-aligned shearCampbell Barton
2018-10-18Gizmo: remove 'Click Anywhere' optionCampbell Barton
2018-10-18Cleanup: styleCampbell Barton
2018-10-18Cleanup: use mul_m3_seriesCampbell Barton
2018-10-18Gizmo: depth sort shear gizmosCampbell Barton
2018-10-18Cleanup: move gizmo sort functions into an APICampbell Barton
2018-10-17Optimization: Edit Mesh Overlaymano-wii
2018-10-17node_shader_utils: Proper fix for node_normalmap accessor returning ellipsis ...Bastien Montagne
2018-10-17Revert "Fix error on FBX export after material changes"Bastien Montagne
2018-10-17Fix error on FBX export after material changesDalai Felinto
2018-10-17DRW: Fix DRW_shgroup_create_sub returning source shgroupClément Foucault
2018-10-17EditMesh: Fix uninitialized value causing red outline on edgesClément Foucault
2018-10-17ObjectMode: Fix Outlines being drawn for BBox meshesClément Foucault
2018-10-17ObjectMode: Fix instances with BoundBox drawtype not displayingClément Foucault
2018-10-17Shrinkwrap: implement the use of smooth normals in constraint & modifier.Alexander Gavrilov
2018-10-17Merge branch 'master' into blender2.8Bastien Montagne
2018-10-17DEBUG_IO: add sanity check on libdata in undo step as well.Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-10-17Minor style cleanup.Bastien Montagne
2018-10-17Dope Sheet: fix assert in new hold code when bezier keys are not sorted.Alexander Gavrilov
2018-10-17Fix T57096: Crash when scaling bonesPhilipp Oeser
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-17Eevee: Fix error when using texture coordinate on world shadersClément Foucault
2018-10-17UI: particle deflector options in topbarCampbell Barton
2018-10-17Cleanup: better namingJacques Lucke
2018-10-17Gizmo: change axis used for shear handlesCampbell Barton
2018-10-17Transform: map mouse input to shear directionCampbell Barton
2018-10-17Transform: show arrows for 'custom' ratio inputCampbell Barton
2018-10-17RNA: disable notifiers from property updatesCampbell Barton
2018-10-17Cleanup: namingCampbell Barton
2018-10-17Cleanup: whitespaceCampbell Barton
2018-10-17Fix T56735: Autosmooth option corrupts UVsCampbell Barton
2018-10-17Use CTX_DATA_BEGIN_FOR_IDDalai Felinto
2018-10-17Fix sculpt curve stroke paintDalai Felinto
2018-10-17Merge branch 'master' into blender2.8Campbell Barton
2018-10-17Fix cmake not triggering rebuild on .glsl changesDalai Felinto
2018-10-17Multi-Objects: POSE_OT_ik_add + POSE_OT_constraint_add_with_targetsDalai Felinto
2018-10-17Optimization: Edit Mesh Overlay: Avoid computing fixvec unnecessarily.mano-wii
2018-10-17Multi-Objects: POSE_OT_constraints_copy (refactor)Dalai Felinto
2018-10-17Multi-Objects: POSE_OT_constraints_clearDalai Felinto
2018-10-17Multi-Objects: POSE_OT_ik_clearDalai Felinto
2018-10-17Fix armature bones spline ik lines offsetDalai Felinto
2018-10-17Fix armature bones ik lines offsetDalai Felinto
2018-10-17Edit Mesh Overlay Geometry Shader: Ignore correction geometry for loops that ...mano-wii
2018-10-16DRW: Fix assert with BoundBox object display modeClément Foucault
2018-10-16Fix cmake not triggering rebuild on .glsl changesDalai Felinto
2018-10-16UI: fix misaligned underline for menu item shortcut keys.Harley Acheson