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-03-09DO not increment image user counter on view3d duplicate and not decrementSergey Sharybin
2012-03-09Previous fix for stabilization autoscale actually broke stabilizaiton itselfSergey Sharybin
2012-03-09Markers Tweak for SequencerJoshua Leung
2012-03-09Tweaks for typos in the Keying Set descriptions commitJoshua Leung
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09Optimize index buffers for multires drawing in sculpt mode.Nicholas Bishop
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09some code cleanup for rip tool.Campbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-09Use sqrtf rather than sqrt in CCGSubSurf.cNicholas Bishop
2012-03-09- MSVC doesn't have log2f functionSergey Sharybin
2012-03-09Cycles: improve F/Stop number tooltip description.Brecht Van Lommel
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08Cycles: fix UI when material has nodes but use nodes option is disabled, itBrecht Van Lommel
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2012-03-08Fix #30435: 2.62 Torus Batch building "Bug" or A Experimental Feature?Sergey Sharybin
2012-03-08== Python API docs ==Luca Bonavita
2012-03-08Fix for Francesco Siddi: ALT+A should always start with the scene start frame!Ton Roosendaal
2012-03-08New operators for clip editor's curve view:Sergey Sharybin
2012-03-08bmesh: fix for edge split allowing marked boundry edges for splitting.Campbell Barton
2012-03-08- Clip draw as scene strip background works fine againSergey Sharybin
2012-03-08Fix #30485: TRANSFORM / STABILIZE 2D: First row / column blackness.Sergey Sharybin
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-03-08Fix #30489: Loop Cut by Typing Numbers Is Limited to 32?Sergey Sharybin
2012-03-08Modified behaviour of the link-insertion operator (drag on link, request by S...Lukas Toenne
2012-03-08Fix ##30455: Orthographic grid alignment jumps/shifts when zoomingSergey Sharybin
2012-03-08Knifetool: change ESC to mean cancel, not confirm.Howard Trickey
2012-03-08Partial Bugfix [#30097] : Current frame indicator on Motion Paths drawnJoshua Leung
2012-03-08Add missing include.Nathan Letwory
2012-03-08Fix #30464: Confusing lack of label for Fluid "use"Sergey Sharybin
2012-03-08Fix #30467: UV/Image Editor: Scope: Opacity Values maybe wrongSergey Sharybin
2012-03-08Another fix due to recent DM refactoring, for compilation of navmesh...Bastien Montagne
2012-03-08Compilation error fix for game engine caused by recent DM refactoring.Sergey Sharybin
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-08style cleanup - remove unneeded ';'sCampbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-08Many vertex group functions assumed mesh object when lattices could be operat...Campbell Barton
2012-03-08fixCampbell Barton
2012-03-08fix for 2 crashes from missing NULL checks.Campbell Barton
2012-03-08the length of mesh.tessface_vertex_colors was reported incorrect. (fix needed...Campbell Barton
2012-03-08edits to rna/tessface UV layer needed to get OBJ import/export functional.Campbell Barton
2012-03-08Fix for setting uv_layer name for modifiersSergey Sharybin
2012-03-07change camera zoom from short to float.Campbell Barton