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-02-23Freestyle Python API improvements - part 7.Tamito Kajiyama
2013-02-23Fixed typoes in docstrings.Tamito Kajiyama
2013-02-22Code clean-up: removed empty PyMethodDef.Tamito Kajiyama
2013-02-22Missing code updates in the previous commit.Tamito Kajiyama
2013-02-22Freestyle Python API improvements - part 6.Tamito Kajiyama
2013-02-22Code clean-up: Py_TYPE(self)->tp_name instead of ((PyObject *)self)->ob_type-...Tamito Kajiyama
2013-02-22Attribute renaming: .exact_type_name --> .name. Also did a more generic impl...Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-16Fix for pointers to auto variables returned from Python wrapper class methods.Tamito Kajiyama
2013-02-16rigidbody: Further fix for background scenesSergej Reich
2013-02-16Made code style clean-up and fixed a typo in a docstring.Tamito Kajiyama
2013-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2013-02-16Fix for copy-and-paste bugs in Id rich comparison. Also made code style clea...Tamito Kajiyama
2013-02-16Adding a missing end paren to the Use Material Caching tooltip.Mitchell Stokes
2013-02-16BGE: Fix for issue #34242 "It does not render in "P" mode for Game engine if ...Mitchell Stokes
2013-02-16rigidbody: Avoid unnecessary simulation updatesSergej Reich
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-15Fix part of #34239: crash with cycles textured draw mode + dynamic topology s...Brecht Van Lommel
2013-02-15'Reset to Default Theme' wasn't taking into account those themes that enable ...Pablo Vazquez
2013-02-15Fix: Collada Import files with X_UP and Y_UP axis where imported with wrong o...Gaia Clary
2013-02-15Add some more detailed CUDA error prints to try to debug #34166.Brecht Van Lommel
2013-02-15Various fixes for UI translation issues (reported by Leon Cheung on bf-transl...Bastien Montagne
2013-02-15revert own commit r54450, this works on X11 but not in Windows and caused bug...Campbell Barton
2013-02-15skip fix from r54579 when holes aren't used (keeps bmesh ngon filling fast)Campbell Barton
2013-02-15Bug fix #34177Ton Roosendaal
2013-02-15Fix #34256: join a mesh with non-uniform scale with another mesh showed wrongBrecht Van Lommel
2013-02-15Bugfix [#33970] Background Scene does not show animation of rigid body objectsJoshua Leung
2013-02-15Fix #34254: cycles brightness/contrast node was missing for GLSL material view.Brecht Van Lommel
2013-02-15Fix compilation on linux (with gcc4.7).Bastien Montagne
2013-02-15Fix #34205: Zooming in rendered mode during update out of sync with intended ...Sergey Sharybin
2013-02-15Fix [#34253] UIList resize, resizes wrong list I/IIBastien Montagne
2013-02-15Translate "Set Parent To" menu (ctrl-P), reported on bf-translations ML by Sa...Bastien Montagne
2013-02-15add debug check for mempool double free (or misuse of BLI_MEMPOOL_ALLOW_ITER),Campbell Barton
2013-02-15Minor coding style clean-up.Tamito Kajiyama
2013-02-15style cleanupCampbell Barton
2013-02-15Freestyle Python API improvements - part 3.Tamito Kajiyama
2013-02-15Fix #34252: cycles rendering 16bit PNG with too light colors.Brecht Van Lommel
2013-02-15Fix cycles hair curves with NaN values not rendering with dynamic BVH. These NaNBrecht Van Lommel
2013-02-15Fix 3d view DPI issue with object name overlapping axis icon.Brecht Van Lommel
2013-02-14Cycles:Thomas Dinges
2013-02-14Fix for a static variable in BlenderStrokeRenderer::RenderStrokeRep() left afterTamito Kajiyama
2013-02-14Fix "Origin to Center of Mass" not working well with ngonsSergej Reich
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-14Cycles UI:Thomas Dinges
2013-02-14Further fix for #34121: OSL + persistent images could crash in some cases still.Brecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2013-02-14Fix #34240: cycles material preview of sphere + sky had black sky, now it usesBrecht Van Lommel
2013-02-14Fix: Tiled image painting in image editor was broken for float canvas.Antony Riakiotakis
2013-02-14fix [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 button mouse" Campbell Barton