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
2012-08-08Style cleanupSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Code cleanup: remove redundant struct and some space cleanupSergey Sharybin
2012-08-08Code cleanup: remove unused functionsSergey Sharybin
2012-08-08Style cleanup: white spaceSergey Sharybin
2012-08-08Code cleanup: mark functions as static, ifdef 0 some unused functionsSergey Sharybin
2012-08-08fix for minor regression in own recent edits: sample line was drawing in newl...Campbell Barton
2012-08-08skip loading file selector icons when running in background mode.Campbell Barton
2012-08-08Fix crash in cases when render layers node is mutedSergey Sharybin
2012-08-08patch [#32282] Fix segfault on exit in IM shutdown.Campbell Barton
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-07Place color weels used for color balance in sequencer verticallySergey Sharybin
2012-08-07OSX/cmake: refactoring of setting endianess defines, this fixes compile of bu...Jens Verwiebe
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 fix, now nestedJens Verwiebe
2012-08-07Fix for endiantest, xcode condition interferred with other osJens Verwiebe
2012-08-07Fix for particle influence textures. These now work with "Particle/Strand" in...Lukas Toenne
2012-08-07OSX: disable kernels in cycles gpu again, would only work in 10.8 afaikJens Verwiebe
2012-08-07fix a crash when python is registering enum properties and the `items` argume...Campbell Barton
2012-08-07OSX/cmake: Mountain-Lion (10.8 )adaptions, skip unsupported endianess etc., t...Jens Verwiebe
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-06Adding "inpaint" as allowed words...Bastien Montagne
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