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-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-30fix own mistake in recent commit - entering editmode with a shape key crashed.Campbell Barton
2012-11-30Fix #33357: Strip modificator Bright/Contrast doesn't work correct for byte i...Sergey Sharybin
2012-11-30Map Range: added the same infinity clamping for Z buffer as normalize node.Sergey Sharybin
2012-11-30Normalize node: clamp infinities to 0/1 (depending on sign)Sergey Sharybin
2012-11-30Final render wouldn't set compositor's update_draw callback, so added NULL checkSergey Sharybin
2012-11-30Fix #33353: Smoke color problems with adaptive domainMiika Hamalainen
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-30Fix cycles CUDA sm 1.3 build with 32 bit compiler, tweaked voronoiBrecht Van Lommel
2012-11-30add margin to view fitting view-all/local-view (wasn't obvious with the model...Campbell Barton
2012-11-30fix for another glitch caused by r51636, setting the camera view with quad-vi...Campbell Barton
2012-11-30Fix #33351: cycles OSL not loading grayscale images as RGB correctly.Brecht Van Lommel
2012-11-30Fix #33347: cycles OSL crash connecting string to vector socket.Brecht Van Lommel
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-11-30make setting local view take the view lens int account.Campbell Barton
2012-11-30make previous commit work when the camera is locked to the view (in that case...Campbell Barton
2012-11-30fix for view-all operator not taking the view-angle into account.Campbell Barton
2012-11-29Fix render from local view 3d viewport not using lamps in render.Brecht Van Lommel
2012-11-29remove unneeded mesh->bmesh conversion code that copied BMLoop data in a sepa...Campbell Barton
2012-11-29Fix navmesh after recent bmsh api changes.Sergey Sharybin
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29Fix cycles motion blur + OSL + object texture coordinates issue.Brecht Van Lommel
2012-11-29fix [#33332] UV follow active quadsCampbell Barton
2012-11-29Bevel: partial fix for distortion (bug 33280).Howard Trickey
2012-11-29Fix #33345: Crash when using bpy.ops.sculpt.brush_strokeSergey Sharybin
2012-11-29Fix #33344: cycles motion blur was still crashing on CUDA sm 2.0. Solution nowBrecht Van Lommel
2012-11-29Fix compile error with clang.Daniel Genrich
2012-11-29we need 2.8.8 for cmake on mac - patch by Jens VerwiebeDalai Felinto
2012-11-29Dependencies Builder: disable LINKSTATIC for OIIOSergey Sharybin
2012-11-29py/bmesh api: add radial prev/next attributes to the loopCampbell Barton
2012-11-29BGE: Fixing the double-click issue for mouse events too. The previous fix onl...Mitchell Stokes
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-29bmesh py api: use generic checking macros to see if an object if from the sam...Campbell Barton
2012-11-29bmesh py api: add BMeshFaceSeq.active attribute- bm.faces.activeCampbell Barton
2012-11-29skip recalculating tessface when adding objects if 'EnterEdit-mode' is disabled.Campbell Barton
2012-11-29Fix related to #33340: add a warning to bge from_id documentation to not stor...Brecht Van Lommel
2012-11-29Fix #32900: object motion blur not working on the GPU. To make this work I di...Brecht Van Lommel
2012-11-28Fix #33337: cycles crash with progressive refine and multiple render layers.Brecht Van Lommel
2012-11-28Seems cmake in debian squeeze is broken and fails to handle BOOST_ROOTSergey Sharybin
2012-11-28Fix #33335: cycles SVM closure issue in recent bugfix, incorrectly taggingBrecht Van Lommel
2012-11-28Move to Layer: optimization so that the first change in the popup menu doesBrecht Van Lommel
2012-11-28Fix #33334: missing glossy label for OSL phong ramp caused assert.Brecht Van Lommel
2012-11-28For sure buildbot's release buildflags should include -DNDEBUG,Sergey Sharybin
2012-11-28include an example in the api docs for using bmesh operators to make 2 links ...Campbell Barton
2012-11-28bmesh operator py api:Campbell Barton
2012-11-28fix for minor annoyance - when extruding a circle there would always be one f...Campbell Barton
2012-11-28Dependency builder: reduce amount of needed sudo commands by checking permiss...Sergey Sharybin
2012-11-28Dependency builder: fixed sources directory not creating in some casesSergey Sharybin