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 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 #35063: GLSL texture node Value output was not outputting alpha.Brecht Van Lommel
2013-04-24Fix material node editor not working when Blender Game is selected as render ...Brecht Van Lommel
2013-04-24use more rna-constant name for bevel clamping.Campbell Barton
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-04-24fix glitch where vertex baking wouldn't always refresh the mesh.Campbell Barton
2013-04-24Fix bug #34611: bevel overlap limitHoward Trickey
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-24fix for mistake in own recent commit r56249 with rna_EffectorWeight_pathCampbell 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 for full-sample anti-aliasing (FSAA) not working with Freestyle.Tamito Kajiyama
2013-04-24use string escaping when renaming animation paths - BKE_animdata_fix_paths_re...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-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