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-06-05Obsessive Null Checking Compulsion case:Antony Riakiotakis
2013-06-05Fix #35625, crash with NULL pointer after node render. Happens when node grou...Lukas Toenne
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2013-06-05Added 'clear active group' to object data properties -> Vertex Groups -> pull...Gaia Clary
2013-06-05yet another check for missing vertex groups needed (for 'Select/Deselect')Campbell Barton
2013-06-05fix [#35629] Incorrect Rendered Viewport Horizontal SplittingCampbell Barton
2013-06-05fix [#35613] Dopesheet, Graph Editor Trouble Selecting ChannelsCampbell Barton
2013-06-04fix own error with removing vertex weights not checking for non-existing weig...Campbell Barton
2013-06-04fix for own error in recent bridge changes, make sure normals are calculated ...Campbell Barton
2013-06-04Fix #35602: VBO + dynamic topology sculpt did not show specularity.Brecht Van Lommel
2013-06-04Fix #35622: applying modifiers did not give correct smooth shading normalsBrecht Van Lommel
2013-06-04Fix #35623: separate mesh operator did not redraw the outliner.Brecht Van Lommel
2013-06-04Fix #35617: cycles GLSL object texture coordinates were wrong.Brecht Van Lommel
2013-06-04Fix #35624: rendering to a new window, then switching scene in the main window,Brecht Van Lommel
2013-06-04use vla's if supported as replacement to BLI_array in subsurf code.Campbell Barton
2013-06-04reduce signed/unsigned conversion in subsurf.Campbell Barton
2013-06-04correct error getting the selection from recent change.Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-06-03fix for missing undo push for drag-toggle.Campbell Barton
2013-06-03quiet compiler warning building with internationalization enabled.Campbell Barton
2013-06-03Fix #35378: Shape Key Animation Data still linked when creating full copy of ...Sergey Sharybin
2013-06-03Fix #35610: Multiresolution Modifier Complains About Sculpt ModeSergey Sharybin
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35468] screen list shows temp layoutCampbell Barton
2013-06-03fix [#35477] Clicking "Connect Hair" button translates a mesh by it's object ...Campbell Barton
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-06-03fix [#35603] Crash with "Tag Freestyle Edge Mark"Campbell Barton
2013-06-03fix [#35592] Collada (DAE) exporter messes up vertex colorsCampbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-06-03add asserts when scanfilling or triangulating with zero length normal.Campbell Barton
2013-06-03fix [#35545] Weight paint with mirror modifier does not accurate represent bo...Campbell Barton
2013-06-03fix [#35489] mode_set() not working in background mode, Scene change doesn't ...Campbell Barton
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-06-02Fix #35599: MovieClip node crashes when using multilayer exrSergey Sharybin
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-02fix for crash in edgering subd when 3+ disconnected edge rings were found.Campbell Barton
2013-06-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-06-02corrections to modifiers from recent normal handling changesCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-06-02code cleanup: remove unused structCampbell Barton
2013-06-02remove duplicate operator,Campbell Barton
2013-06-02fix regression in reducing normal recalculation [#35595],Campbell Barton
2013-06-01Bug fix, own collection while testingTon Roosendaal
2013-06-01Extended max size for group node types from 200 to 400, in case users need lo...Lukas Toenne
2013-06-01fix stubs for blenderplayer linkingDalai Felinto
2013-06-01rna small fixes (bad copy-pasting)Dalai Felinto
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton