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-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-25Fix crash going to a scene with no camera, with an inactive 3D viewport space.Brecht Van Lommel
2013-04-25minor fixesCampbell Barton
2013-04-24Fix blender internal preview rendering continuously restarting after recentBrecht Van Lommel
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-24Fix #35068: bpy.ops.node.output_file_add_socket() now works on the active nodeBrecht Van Lommel
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-24Fix #35008: compositing nodes viewer border (ctrl + B) not working correct in...Brecht Van Lommel
2013-04-24allow to scale and rotate from edge/vertex slide. Campbell Barton
2013-04-24fix for crash changing transform modes rotate/edge-slide/grab. setCustomPoint...Campbell Barton
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-24simple optimizations for bvhtree_from_mesh_faces() for editmesh, was quite in...Campbell Barton
2013-04-24alternate fix for [#24887] - r33294.Campbell Barton
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-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-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-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-23style cleanupCampbell Barton
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 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-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-22tweak to vertex slide drawing, reduce line alpha, could cover vertex and make...Campbell Barton
2013-04-22Fix #34350: Maya Keyboard map preset problemsSergey Sharybin
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-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-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-20revert own change from 56177, game bounds can be useful to see in editmode,Campbell Barton
2013-04-20Fix #34846, Node->Ungroup menu entry is broken. The standard node group opera...Lukas Toenne
2013-04-20fix for glitch in object drawing, color of texspace was last used editmode dr...Campbell Barton