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
path: root/source
AgeCommit message (Expand)Author
2011-12-14Do not use dot at the end of descriptionv2.61Sergey Sharybin
2011-12-13First Blender 2.61 commit! (Sneaked in quick tooltop fix too).Ton Roosendaal
2011-12-13Do not switch to safe malloc if tracking sequenceSergey Sharybin
2011-12-13Disallow link/append when in edit modeSergey Sharybin
2011-12-13Small typo fix for tooltip of FModifier.blend_outJoshua Leung
2011-12-13Fixed crash when tracking several tracks manuallySergey Sharybin
2011-12-13correction to report messageCampbell Barton
2011-12-12add WM_operator_call_notest() for operators that need to call themselves with...Campbell Barton
2011-12-12Fix #29603: Mode switch on linked objectsSergey Sharybin
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-12Fix #29600: Hook actions wrong Tool Shelf adjustSergey Sharybin
2011-12-12Fix #29599: Side of Active tool not working in Faces/EdgesSergey Sharybin
2011-12-12fix for 2 crashes running operators in background mode.Campbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-11fix for accessing the keying set menu as an enum rather than in intCampbell Barton
2011-12-11Fix #29574: Strange crash using translated BlenderSergey Sharybin
2011-12-11SCA: Scene Actuator text errorDalai Felinto
2011-12-11delta scale default was still left at 0.0Campbell Barton
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-12-10In the node space context update function: Properly clear the snode->edittree...Lukas Toenne
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-12-10Fixed for movieclips tag function which was tagging wrong listSergey Sharybin
2011-12-10Bugfix [#29567] Second Hook Modifier fails on Curve ObjectJoshua Leung
2011-12-10Compile fix for r.42546 typoJoshua Leung
2011-12-10disabling DM_calc_auto_bump_scale() until after releaseMorten Mikkelsen
2011-12-10picky edits & regen man pageCampbell Barton
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-10check for weights outside of 0-1 range when validating weightsCampbell Barton
2011-12-09Fix #29558: Selecting similar edges doesn't workSergey Sharybin
2011-12-09Fix for recent rna rename of global to use_globalSergey Sharybin
2011-12-09Fix for select similar vertices operator: it's exec used to return selection ...Sergey Sharybin
2011-12-09Mesh drawing optimization and fixes:Sergey Sharybin
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-09function de-duplicate, particle.c had 'vert_weight' which serves the exact sa...Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-12-09BKE_mesh_validate_arrays was correcting non-finite verts and zero normals eve...Campbell Barton
2011-12-09possible/partial fix for [#29521], in many places the deform group index was ...Campbell Barton
2011-12-09minor changes, fix coming next (no functional edits).Campbell Barton
2011-12-09remove redundant cases. no functional change.Campbell Barton
2011-12-09Fix for #29475 broke properly updating toggle buttons in popup menus. Tweak theBrecht Van Lommel
2011-12-08Fix [#29543] Hook modifier: falloff + vgroup influence brokenBastien Montagne
2011-12-08Fix #29547: missing units for some curve properties, patch by M.G. Kishalmi.Brecht Van Lommel
2011-12-08Tweak related to #29545: show info message if no frames are written in animationBrecht Van Lommel
2011-12-08Fix #29546: missing 3d view redraw after game exit with overlap draw mode,Brecht Van Lommel
2011-12-08Disable redo for some vertex group operators to prevent confusingSergey Sharybin
2011-12-08regarding [#29521] Invalid Vertex WeightsCampbell Barton
2011-12-08minor refactor of vertex group functions,Campbell Barton
2011-12-08Fix #29520: issue drawing with VBO + GLSL + alpha pass. Includes some refacto...Brecht Van Lommel