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
2010-02-21Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updatesJoshua Leung
2010-02-19dont allow linking an object into a linked scene.Campbell Barton
2010-02-18another speedup to constraint checking, skip the bone list and only lookup po...Campbell Barton
2010-02-18constraints were being checked twice (once from rna property update function ...Campbell Barton
2010-02-18[#21207] bpy.ops.object.vertex_group_sort() sorts group names, but not group ...Campbell Barton
2010-02-16fix for make proxy, was checking dupligroup when it wasnt needed.Campbell Barton
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16[#21182] Make proxy for object without group crash Blender.Campbell Barton
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-16bugfix [#20938] Moving shape keys doest not correct the blend basis.Campbell Barton
2010-02-16bugfix [#21161] Multiresolution Reshape causes crashCampbell Barton
2010-02-15GLSL: fix some notifiers for scene settings and remove unneeded check.Brecht Van Lommel
2010-02-13[#21130] Fix segmentation fault when adding Empty object in Blender rev26870Campbell Barton
2010-02-13Fix #19736: GLSL viewport materials are not updated on all changes.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11[#21095] r26789 'copy vertex group to selected' crash blenderCampbell Barton
2010-02-11More tooltip editingDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10rename Nurb to Spline in RNA since Nurb also stores bezier and poly lines.Campbell Barton
2010-02-10copy vgroups to selected objects as long as they have aligned arrays.Campbell Barton
2010-02-09J-key render switching back, now with 10 slots.Brecht Van Lommel
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-03Missed a few places in previous constraints commitJoshua Leung
2010-02-03Bugfix #20902: In PoseMode, ObjectMode constraints can't be deleted or moved ...Joshua Leung
2010-02-03[#20905] Blender 2.5 - Crash on drag an dropCampbell Barton
2010-02-03Bugfix #20942: Unassigned Vertex Groups crash Blender on sortJoshua Leung
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2010-02-02Fix #20932: add surface operator did not pop up type menu when invoked.Brecht Van Lommel
2010-02-02error mirrorring weight group, wasnt checking if the mirror vert was the sameCampbell Barton
2010-01-30Fix #20876: adjusting the settings after adding a new curve, surface,Brecht Van Lommel
2010-01-29* More tweaks to previous cleaningMatt Ebb
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-27Two small dragdrop fixes:Ton Roosendaal
2010-01-27- duplicate window crasheing when it was full screenCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26Fix #19802: tweaking the values of e.g. the add tube operator whenBrecht Van Lommel
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26Fix for make duplicates real, put new objects on same layers asBrecht Van Lommel
2010-01-26Fix #20803: convert button in particle modifier didn't workBrecht Van Lommel
2010-01-26Assign automatic/envelope weights in weight paint mode is back,Brecht Van Lommel
2010-01-26panel for adjusting the active vertex groups weightsCampbell Barton
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-22Fixed newly added group instances not getting any layers assigned.Matt Ebb
2010-01-21fix for baking crashCampbell Barton
2010-01-21Fix [#20750] adding Lattice object in Local space doesn't appearsMatt Ebb
2010-01-20use a search popup for the add group menu item when there are more then 10. Campbell Barton
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung