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
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-07=bmesh=Joseph Eagar
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-06fix [#27304] uiItemsFullEnumO: operator missing srna ''Campbell Barton
2011-05-05fix [#27285] Renderslot missingCampbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04drawing in 3d camera view conversion between mouse/camera view border was bro...Campbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-04workaround [#27276] Full Screen toggle for Save Screenshot ignoredCampbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-05-04fix for crash executing sculpt via python.Campbell Barton
2011-05-03Do not lock key whn undoing to another shapekey while sculptingSergey Sharybin
2011-05-03fix [#27160] Shaded checkbox is not working.Campbell Barton
2011-05-03fix [#27218] Tooltip text renders incorrectly.Campbell Barton
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_a...Campbell Barton
2011-05-03fix [#27266] EdgeSplit + RemoveDoubles + MoveView = CrashCampbell Barton
2011-05-03auto-merge was incorrectly subtracting the doubles removed from the meshes to...Campbell Barton
2011-05-03=bmesh= fixed unintiialized memory bug, thanks to Francisco De La CruzJoseph Eagar
2011-05-03=trunk=Joseph Eagar
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02Potential fix for #27257: menus disappear particle edit mode wireframe draw.Brecht Van Lommel
2011-05-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-05-02Image Editor: remove toolbox menu, was an experiment and not in any other space.Brecht Van Lommel
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-05-02Use enum menu for angle source in sculpt mode -- rake toggling wasn'tSergey Sharybin
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-05-02=bmesh=Joseph Eagar
2011-05-02=bmesh= gave friendlier names to loop to region/region to loopJoseph Eagar
2011-05-02=bmesh= brought loop to region/region to loop backJoseph Eagar
2011-05-01=bmesh=Joseph Eagar
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-05-01=bmesh=Joseph Eagar
2011-05-01=bmesh= fixed edge loop preview, patch from Francisco De La Cruz. man did I ...Joseph Eagar
2011-04-30Fix #27224: Extrude Repeat Mesh doesn't have optionsSergey Sharybin
2011-04-30fix crash using freed memory with SCREEN_OT_screen_set while the current scre...Campbell Barton
2011-04-30normalize quaternions when setting the view axis - some old files had non-nor...Campbell Barton
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton