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-05-10Fix for #35286, 'Reset to Default Theme' makes some node titlebars go black. ...Lukas Toenne
2013-05-10avoid using BLI_array_* macros for uv reset.Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-09Added a button to apply scale on scene solutionSergey Sharybin
2013-05-09Setting tracking object scale shall not depend on active objectSergey Sharybin
2013-05-09Made bundles in 3D viewport have constant sizeSergey Sharybin
2013-05-09Show dash instead of filename when displaying frame above image sequence length.Sergey Sharybin
2013-05-09Changes to footage information panelSergey Sharybin
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-09UI naming consistency:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08Fix for #35253, Cannot animate X, Y, Z values in nodes with vector sub-menu. ...Lukas Toenne
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08Fix #35093: New Basis shape key doesn't act as BasisSergey Sharybin
2013-05-08Fix #35252: Crash with the node placed partially behind the screenSergey Sharybin
2013-05-08fix [#30862] "Lock" and "Box" Quad View options won't stay put when togglingCampbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-08code cleanup: ui_but_is_rna_undo --> ui_is_but_rna_undo (ui_is_but_*** is use...Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08de-duplicate draw_new_particle_system() particle drawing.Campbell Barton
2013-05-08knife tool: use faster method for sort_by_frac_along(), no need to callCampbell Barton
2013-05-08knife tool: use the squared distance for comparison.Campbell Barton
2013-05-08knife tool: use 2d vectors for screen coords.Campbell Barton
2013-05-08use smaller size for uiWidgetTrias.vecCampbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-08use negative dot product for clipping, rather then doing it inline.Campbell Barton
2013-05-08remove unneeded null check in draw_viewport_nameCampbell Barton
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-05-07fix for glitch in text editor using ctrl+(backspace / delete), Campbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-05-05revert part of own commit r56476, caused scene unlink button to be removed.Campbell Barton
2013-05-04fix for mistake in own recent commit, broke operator search (r56465).Campbell Barton
2013-05-03Second part of fix for regression of nodes UI translation (since new pynodes)...Bastien Montagne
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton
2013-05-03remove unused random number generator, thanks Bao2 for spotting.Campbell Barton
2013-05-03fix [#35194] Change view while LoopCut is active breaks the cut optionsCampbell Barton
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02fix for mistake in own commit r56399, it broke click-dragging to open and sel...Campbell Barton
2013-05-02Fix #35190: texture mask stencil Reset Transform did not work properly.Brecht Van Lommel
2013-05-02Fix [#35173] Object's draw_type resets when removing smokeDaniel Genrich