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-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-23Another little fix for #35010. Added better labeling for node groups, so it's...Lukas Toenne
2013-04-23remove negated string macros from BLI_utildefines.h, were unused and can just...Campbell Barton
2013-04-23fix [#34894] Ruler/Protractor: While it's active, one can open the file brows...Campbell Barton
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-23fix for issues with rulerCampbell Barton
2013-04-23minor changes to get numpy working with locally bundled python.Campbell Barton
2013-04-23Fix missing feature: fit mask stencil to aspect.Antony Riakiotakis
2013-04-23Fix issue reported by Campbell: Move texture existence check out of loopAntony Riakiotakis
2013-04-23edit to r56235, min/max are common abbreviations used in rna.Campbell Barton
2013-04-23Added registerable size properties for node types in RNA. This allows pynodes...Lukas Toenne
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-23style cleanupCampbell Barton
2013-04-23Bugfix [#34869] Switching actions does not trigger animation refreshJoshua Leung
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-23fix for UI annoyance with popups (such as new image popup) opening their menu...Campbell Barton
2013-04-23Overlay fixes:Antony Riakiotakis
2013-04-23Fix #35056: crash running bpy.ops.transform.rotate() in background mode.Brecht Van Lommel
2013-04-23fix [#34706] Projection precision is zoom dependentCampbell Barton
2013-04-23Fix part of #34882: mesh active face not drawing stippled with the mirror mod...Brecht Van Lommel
2013-04-23Fix silly mistake, cursor overlay does not depend on any brush textureAntony Riakiotakis
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-23from bug report [#34984] bmesh.ops.recalc_face_normals() ignores use_flip=TrueCampbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-22add clip_segment_v3_plane_n() to clip a line segment to planes (as used for v...Campbell Barton
2013-04-22code cleanup: remove duplicate function _det_m3(), clip_line_plane was copyin...Campbell Barton
2013-04-22Yet another Stupid Stub Fix™!Bastien Montagne
2013-04-22fix for scaling on individual center in mesh editmode when the object has non...Campbell Barton
2013-04-22fix own mistake updating edge slide, even edge-slide was brokenCampbell Barton
2013-04-22Fix part of #34746: crash importing certain collada files with armatures. It ...Brecht Van Lommel
2013-04-22tweak to vertex slide drawing, reduce line alpha, could cover vertex and make...Campbell Barton
2013-04-22Fix #35051: when viewing a complex node setup in the material properties, theBrecht Van Lommel
2013-04-22Fix #34350: Maya Keyboard map preset problemsSergey Sharybin
2013-04-22Fix #35054: adjust tooltip for Render Border option in 3D view panel to sayBrecht Van Lommel
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-04-22Footage information panelSergey Sharybin
2013-04-22Support more mapping modes for alpha masks. Tiled, stencil and randomAntony Riakiotakis
2013-04-22Fix #35037: Compositor: MultilayerEXR + undo loses image. Crash when selectin...Sergey Sharybin
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-22fix for error in own recent changes to vertex weight drawing in editmode.Campbell Barton
2013-04-22revision r56196 adding uv select more/less used 4 nested 'for' loops, Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-21Add Select More (ctrl np+) and Select Less (ctrl np-) to UV editorSv. Lockal
2013-04-21Fix for NULL pointer bug, reported by Jens Verwiebe in IRC. ED_node_tag_updat...Lukas Toenne
2013-04-21fix [#35043] Camera view breaks with multiple scenes and the "view center cam...Campbell Barton
2013-04-21missed this previous commit (r56188), using normalized angle function.Campbell Barton
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton