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-08-06missed this when merging inpaintCampbell Barton
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
2012-08-06fix for bge module imports so you can do for eg:Campbell Barton
2012-08-06Mask feather self-intersection checkSergey Sharybin
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06Patch [#32246] (Bugfix): UV editor -> "Proportional edit" together with "con...Daniel Genrich
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-08-06Remove redundant typedef of BLI_StackHoward Trickey
2012-08-06fix for freeing NULL pointer.Campbell Barton
2012-08-06fix for own bug - missing NULL check when the image space starts a render jobCampbell Barton
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-06Bugfix: Crash when changing collider type after loading blend file.Daniel Genrich
2012-08-06Fix #32271, Node group/parent crash. The grouping operators need to also look...Lukas Toenne
2012-08-06fix [#32272] crash while rendering and modifying the node setup.Campbell Barton
2012-08-06style cleanupCampbell Barton
2012-08-06node transform for frames was broken since the frames locx, locy are used as ...Campbell Barton
2012-08-06prevent copy/paste from incompatible types (compo -> material for eg) - would...Campbell Barton
2012-08-06fix for node clipboard leak on exit, also use blenders convention for functio...Campbell Barton
2012-08-06fix for building in debug mode.Campbell Barton
2012-08-06Fix for [#32054] "Animation break after resuming scene" reported by Andreas E...Mitchell Stokes
2012-08-06Avoid recursion in skin modifier's edge matrix calculationsNicholas Bishop
2012-08-06Add an array-based generic stack structure to blenlibNicholas Bishop
2012-08-06Fix for [#32270] "Removing a Character object from the scene causes a crash."...Mitchell Stokes
2012-08-06COLLADA: report #32237 fixed Camera exporter and Importer to use correct cam...Gaia Clary
2012-08-06fix for transforming parented nodes, the node would check its parent was not ...Campbell Barton
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-06fix for transforming parented nodes (parent relative offset wasn't taken into...Campbell Barton
2012-08-05fix for crash when mask editing if there is an active point but no active spl...Campbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-05COLLADA: #29058 Fixed crash when illegal reference to non existing camera obj...Gaia Clary
2012-08-05Fix for keying screen incorrect memory write when some of tracks are disabled.Sergey Sharybin
2012-08-05Fix [#32260] 'Select Sharp Edges' works vice versaBastien Montagne
2012-08-05BGE: Fixing a NULL pointer exception caused by calling KX_Scene.active_camera...Mitchell Stokes
2012-08-05COLLADA: fix for #32251. This seems to be compliant to the Collada 1.4.1 spec...Gaia Clary
2012-08-05COLLADA: added initial support for ymag and yfov in importer. fixes issue #32237Gaia Clary
2012-08-05fix a glitch where overlapping feathering could give random bad pixels, this ...Campbell Barton
2012-08-05Windows MSVC libraries:Thomas Dinges
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04dont re-combute composite nodes when knife and add-socket operators don't add...Campbell Barton
2012-08-04allow editing masks in an image space when there is no image.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton