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-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne
2013-08-13add support for loading 8bit BMP imagesCampbell Barton
2013-08-13Fix #36451, Particle system crashes blender. The psys_render_restore function...Lukas Toenne
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-08-13switch arg order for BM_elem_select_copy(), would like to make this constant ...Campbell Barton
2013-08-13bmesh: simplify mode check for setting the edge selectionCampbell Barton
2013-08-13bmesh_vert_separate: remove unused return valueCampbell Barton
2013-08-13bmesh_edge_separate: avoid counting radial loops when splitting edges, we onl...Campbell Barton
2013-08-12Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions ...Sv. Lockal
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin
2013-08-12Fix #36420: ends of curves - caps & twist not goodSergey Sharybin
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-08-12change to object-smooth poll function, no need to check for active object, ju...Campbell Barton
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-08-11display an error with python driver expressions when script execution is disa...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-08-11edge-split now leaves split edges selectedCampbell Barton
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-09OpenGL VBO's: free VBO pool before redraw, otherwise this just holds onto memoryBrecht Van Lommel
2013-08-09Fix #36146, Cycles SSS Shader Node - Scale Value Input Box - to sensitive. Ch...Lukas Toenne
2013-08-09Fix #36417: vertex weight mix modifier crash with texture mask and subsurf mo...Brecht Van Lommel
2013-08-08Fix #36298 and #36359: timeline no longer did redraw during animation render.Brecht Van Lommel
2013-08-08Fix #36274: empty particle texture slots should not have any influence, sameBrecht Van Lommel
2013-08-08Fix incorrect display of constraint names on retina / high DPI.Brecht Van Lommel
2013-08-08Fix #36317: keyframing metaball elements did not work yet, now you can keyframeBrecht Van Lommel
2013-08-08Fix #36243: one screen should never be used by multiple windows, but this couldBrecht Van Lommel
2013-08-08Fix #36394: rendering a point density texture with a hair particle system didBrecht Van Lommel
2013-08-08Linking Brushes did not link the mask texture properlyAntony Riakiotakis
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-08Fix for a formatting error in the docstring of SVertex.viewvertex().Tamito Kajiyama
2013-08-08Fix for docstrings of CurvePoint.first_svertex() and CurvePoint.second_sverte...Tamito Kajiyama
2013-08-08Fix #36383: add object to group check for dependency cycles did not work corr...Brecht Van Lommel
2013-08-07Fix crashes that could still happen opening files with the outliner bug that ...Brecht Van Lommel
2013-08-07Fix #36007: ends of curves do not fitSergey Sharybin
2013-08-07Another preview fix for SplitViewer nodeSv. Lockal
2013-08-07Fix #36391: removing an armature with a custom bone shape object would notBrecht Van Lommel
2013-08-07Fix #36266, First undo in compositor decrements usercounter without a reason....Lukas Toenne
2013-08-07remove assert in check_for_dupid() function for rare but valid renaming situa...Campbell Barton
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-08-06fix own regression in edgeloop delete [#36389] loop detete crashesCampbell Barton
2013-08-06Usual edits/fixes to new UI messages...Bastien Montagne
2013-08-06Fix for an link error in makesrna with SCons. Reported by Thomas Dinges, tha...Tamito Kajiyama