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
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-05COLLADA: #29058 Fixed crash when illegal reference to non existing camera obj...Gaia Clary
2012-08-05Fix for keying screen incorrect memory write when some of tracks are disabled.Sergey Sharybin
2012-08-05Fix [#32260] 'Select Sharp Edges' works vice versaBastien Montagne
2012-08-05BGE: Fixing a NULL pointer exception caused by calling KX_Scene.active_camera...Mitchell Stokes
2012-08-05COLLADA: fix for #32251. This seems to be compliant to the Collada 1.4.1 spec...Gaia Clary
2012-08-05COLLADA: added initial support for ymag and yfov in importer. fixes issue #32237Gaia Clary
2012-08-05fix a glitch where overlapping feathering could give random bad pixels, this ...Campbell Barton
2012-08-05Windows MSVC libraries:Thomas Dinges
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04dont re-combute composite nodes when knife and add-socket operators don't add...Campbell Barton
2012-08-04allow editing masks in an image space when there is no image.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-04mask transforming when a mesh object was in editmode (but had no UV's), failedCampbell Barton
2012-08-03change blender minversion because of BMesh data.Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-08-03add option to link fonts in make links menu.Campbell Barton
2012-08-03font filepath wasn't editable from python.Campbell Barton
2012-08-03DO not draw active outline for collapsed nodes when they're not selectedSergey Sharybin
2012-08-03Fix for node placement when copying to/pasting from clipboard. Child node loc...Lukas Toenne
2012-08-03style cleanup: compositorCampbell Barton
2012-08-03Fix for node clipboard copy operator for Frame nodes. Was redirecting the par...Lukas Toenne
2012-08-03fix for bokeh blur using uninitialized memory - it would cause some tiles not...Campbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-03Typo fix, sorry. :/ Thomas Dinges
2012-08-03code cleanup: move node background image operators into node_view.cCampbell Barton
2012-08-03Code cleanup:Thomas Dinges
2012-08-03rename node_state.c --> node_view.cCampbell Barton
2012-08-03code cleanup: double promotion warningsCampbell Barton
2012-08-02Remove old boolean operation moduleSergey Sharybin
2012-08-02fix for crash when node groups loose their ID pointer references (when linked...Campbell Barton
2012-08-02Node selection: make node active before it could be unselected by extendingSergey Sharybin
2012-08-02Fix #31753: GLSL not updated after deleting lights in multiple-scene settingSergey Sharybin
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-02fix for own regression in avi header writing.Campbell Barton
2012-08-02improve not very helpful error message.Campbell Barton
2012-08-02Fix #32236: unstable z-buffer or z combine composition nodeSergey Sharybin
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-02code cleanup: headersCampbell Barton
2012-08-01Fix #31800: Blender crash by rendering in connection with linked groupsSergey Sharybin
2012-08-01split node_edit.c into separate files (add, group, relationshops), was almost...Campbell Barton