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
2012-06-29fix for crash scaling an imageCampbell Barton
2012-06-29Fix #31951 Subdivide with multires splits uvs.Antony Riakiotakis
2012-06-29code cleanup: bge builds with clang without warnings / errors.Campbell Barton
2012-06-28Add missing brush types to sculpt_tool_name()Nicholas Bishop
2012-06-28fix for crash in python getting the image size for a sequence.Campbell Barton
2012-06-28revert part of 48340, it causes uvs across islands to stitch in a different w...Antony Riakiotakis
2012-06-28recent fix for #31581 could crash when doing edge slide on a mesh with no UV's.Campbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28Fix for image node: The button draw function was using the image user pointer...Lukas Toenne
2012-06-28Fix for [#23375] "texture2D in custom 2D filters can get texture outside of g...Mitchell Stokes
2012-06-28Fix #31835: OBJ Importer corrupts a model (crash in edit mode)Sergey Sharybin
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-28Fix #31929: VSE crash with relative paths and rebuilding proxiesSergey Sharybin
2012-06-28code cleanup: when heat weighting dont loop through all polys when its not ne...Campbell Barton
2012-06-28fix [#31940] crash with automatic weightsCampbell Barton
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes
2012-06-28bge.logic.keyboard.getClipboard() and .setClipboard methodsDalai Felinto
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-27missed tiff using 150 dpi as default in previous commit, use a define now.Campbell Barton
2012-06-27Avoid adding overlapping triangles in convex hullNicholas Bishop
2012-06-27style cleanupCampbell Barton
2012-06-27change default DPI for images to 72, aparently 150 gives issues with adobe a...Campbell Barton
2012-06-27style cleanup: header comments, use more doxy compat formattingCampbell Barton
2012-06-27Fix for #31581, UVs shrink on edge slide.Antony Riakiotakis
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
2012-06-27add access to dissolve_limit from python.Campbell Barton
2012-06-27utility function to get the points inside a list of planes.Campbell Barton
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-27bmesh.ops module for bmesh operator access, only remove_doubles and convex_hu...Campbell Barton
2012-06-26fix for a handful of memory leaks relating to parsing and allocating arbitrar...Campbell Barton
2012-06-26Fix for crash of keying screen node in cases when there's noSergey Sharybin
2012-06-26mathutils.Vector(kw=value) wasn't raising an error as it should.Campbell Barton
2012-06-26Fix issue with resetting active nurb when sawing from edit modeSergey Sharybin
2012-06-26mask and grease pencil now display in the dope sheet summeryCampbell Barton
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-26fix for checking wrong flag with removing mask shape keys doubles on the dope...Campbell Barton
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-26Bugfix [#31930] DopeSheet - Grease Pencil mode collapses visible channels whenJoshua Leung
2012-06-25Fixed crash when trying to perform transformation in Clip Editor without clip...Sergey Sharybin
2012-06-25make hue correct grid more faded out.Campbell Barton
2012-06-25fix for crash with blur - happened most when there was a size input, need to ...Campbell Barton
2012-06-25code cleanupJeroen Bakker
2012-06-25fix for [#31899] Compositor: scale to rendersize doesn't work onJeroen Bakker
2012-06-25correct free command for an array in the compositorCampbell Barton
2012-06-25Ignore disabled markers when building keying screen.Sergey Sharybin
2012-06-25Camera solver: take track offset into accountSergey Sharybin
2012-06-25Fix for [#31900] Loop Selection on wireframe selects vertex behind.Bastien Montagne