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
2013-02-07Fix #34156: Spec. and Alpha Intensity OpenGL issueSergey Sharybin
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-02-07Small UI annoyance: proxy build progress could is incorrect in some casesSergey Sharybin
2013-02-07fix for [#34133] Creation of an RGBA buffer from an RGB color and an alpha ch...Jeroen Bakker
2013-02-07Fix #34145: 'Save Image' incorrect file type.Sergey Sharybin
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton
2013-02-07when using blender as a python module, force factory-startupCampbell Barton
2013-02-07fix for annoyance where header menus would get scroller arrows added because ...Campbell Barton
2013-02-07minor glitch in file selector, when opening with an operator sort wasn't set.Campbell Barton
2013-02-07Fix #34139: render display did not convert to straight alpha when dithering w...Brecht Van Lommel
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06Fix #34115, Group Node corrupted by frames.Lukas Toenne
2013-02-06fix for building blender as a python module,Campbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-02-06Bugfix #34046Ton Roosendaal
2013-02-06add more path debug prints when PATH_DEBUG is defined.Campbell Barton
2013-02-06Code clean up translate nodeMonique Dewanchand
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-06Bugfix [#34123] Armature "Switch Direction" doesn't work when selected boneJoshua Leung
2013-02-06fix [#34125] Crash when bake margin = 0Campbell Barton
2013-02-06rigidbody: Don't use units for spring stiffnessSergej Reich
2013-02-05New matcap collection for default in release. It's now 24 images, orderedTon Roosendaal
2013-02-05Compositor:Thomas Dinges
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-02-05fix [#34118] Crash, when clicking "Assign image to UV Map"Campbell Barton
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-05Fix particle child render resolution access not working outside of the render...Brecht Van Lommel
2013-02-05And one more "G.main" compile fix, this time for BGE ;)Bastien Montagne
2013-02-05* One more fix for Collada. Thomas Dinges
2013-02-05Tracking settings for new clip didn't match default resetSergey Sharybin
2013-02-05Attempt to fix collada compilation after recent commitSergey Sharybin
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-05remove stringify macro from alloc'sCampbell Barton
2013-02-05fix [#34105] bake artifactsCampbell Barton
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2013-02-05add python api docstring for 'bpy.types.Operator.bl_property'Campbell Barton
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2013-02-05fix for valgrind warning - using uninitialized variable. Though in practice i...Campbell Barton
2013-02-05rigidbody: Avoid always making passive objects kinematicSergej Reich
2013-02-05rigidbody: Fix [#34108] Rigid body with no polygons crashes blenderSergej Reich
2013-02-05rigidbody: Don't allow collision shape to be animatedSergej Reich
2013-02-05rigidbody: Fix [#34106] Deleting an object with Bullet Constraint crashes Ble...Sergej Reich
2013-02-04The usual UI messages tweaks...Bastien Montagne
2013-02-04updated fix for [#34089] Crash opening file containing translation node saved...Monique Dewanchand
2013-02-04Compile fix for r54300, setFactorXY function does not return a value. Thomas Dinges
2013-02-04code cleanup: warningsCampbell Barton
2013-02-04Compositor "Relative" option for Translate node, same as for other nodes thisBrecht Van Lommel
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton