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
2013-09-17fix [#36246] Weight tools do not mirror properly in vertex selection mask mode.Campbell Barton
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-17minor renaming (adding related functions in future commits).Campbell Barton
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-15modify crazyspace_get_mapped_editverts to work like crazyspace_set_quats_meshCampbell Barton
2013-09-15use mpolys rather then tessfaces for crazy-space calculation. (was a todo sin...Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-09-11interface, replace '|' with define UI_SEP_CHARCampbell Barton
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-09-04fix for window join action being interpreted as a split.Campbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27Icons: add a "grip" one.Bastien Montagne
2013-08-27Mask primitivesSergey Sharybin
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-07-27correct sloppy NULL checks, in interface code:Campbell Barton
2013-07-27code cleanup: typosCampbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-07-07Bugfix [35841] WM_OT_context_[toggle/cycle/etc.] operators dont show shortcutJoshua Leung
2013-07-05Added generic function to Sync pose bone with active vgroup. For use in Weigh...Gaia Clary
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-07-02fix [#35939] [Edit - Vertex mode] [Select]-[Mirror] did not returns right res...Campbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-25Use bit-shift op for all bit-flags.Bastien Montagne
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-24removed obsolete forward declarationGaia Clary
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton