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-08Fix crash in cases when render layers node is mutedSergey Sharybin
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-08-07minor edits to node viewCampbell Barton
2012-08-07fix for own error confusing FLT_MIN with -FLT_MAX (didnt get into a release, ...Campbell Barton
2012-08-07select linkedCampbell Barton
2012-08-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-07add view selected for node viewCampbell Barton
2012-08-07Made color balance in sequencer multi-threadedSergey Sharybin
2012-08-07use bilinear rather then bicubic scaling because bicubic blurs too much.Campbell Barton
2012-08-07mask - draw both sides of the curve when `filled` option is disabled.Campbell Barton
2012-08-07Code Cleanup:Thomas Dinges
2012-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-07Fix for particle influence textures. These now work with "Particle/Strand" in...Lukas Toenne
2012-08-07fix a crash when python is registering enum properties and the `items` argume...Campbell Barton
2012-08-07speedup to inpaint node in my tests was about ~30% for an optimized build.Campbell Barton
2012-08-07Fix for drawing arrows on node lines between two reroute nodes. This was a ty...Lukas Toenne
2012-08-06Switching images in the image space would modify UV coordinates.Campbell Barton
2012-08-06Tile fix: Use the validity flag in node links directly instead of the indirec...Lukas Toenne
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-08-06Fix for Reroute nodes: Reloading could change socket types without updating t...Lukas Toenne
2012-08-06bring back the play option from 2.4xCampbell Barton
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