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
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-04flush selected vertices when switching from vertex weight paint mode to editm...Campbell Barton
2011-12-04shorten very long lines in drawobject.c, (no functional changes)Campbell Barton
2011-12-04fix for weight paint mode drawing selected verts even when it wasnt the activ...Campbell Barton
2011-12-03Fix #29483: edge slide gives nan when zoomed in close. Cause was integerBrecht Van Lommel
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-12-03Fix #27620: improve mesh deform error message when it fails to bind.Brecht Van Lommel
2011-12-03Fix #29477: make proxy gave proxy object the wrong name with OB prefix.Brecht Van Lommel
2011-12-02Fix #29073: keyframing integer properties now uses linear interpolationBrecht Van Lommel
2011-12-02Fix #28539: redraw issue with grease pencil active layer button, this was a r...Brecht Van Lommel
2011-12-02Fix #27626: nodes inside groups can't be muted. There was a check here toBrecht Van Lommel
2011-12-02Rename clip proxy rebuild function so it's no longer called in the same waySergey Sharybin
2011-12-01Fixed issue with multiple textures and editmode when VBOs are enabledSergey Sharybin
2011-12-01Fixed crash caused by recent VBO's changesSergey Sharybin
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-30Update space text's viewlines even if no text selected. It's needed forSergey Sharybin
2011-11-30Forcing multires update when doing multires bakingSergey Sharybin
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-30UI: another tweak to panel header drawing, to get the checkboxes positioned r...Brecht Van Lommel
2011-11-30Fix #27981: opengl render + render slots not working.Brecht Van Lommel
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-30option to disable/enable individual background imagesDalai Felinto
2011-11-30Added comments to the workaround made in r42266 (node line drawing bug on Int...Lukas Toenne
2011-11-29Fix for errors in node line drawing on some Intel hardware (bug #29427). This...Lukas Toenne
2011-11-29Fix for memory leak in multires baker.Sergey Sharybin
2011-11-29Fix #27328: Undoing an operation while baking fluids freezes BlenderSergey Sharybin
2011-11-29remove header text:Campbell Barton
2011-11-29Fix #29443: Outliner buttons hover on shrinkSergey Sharybin
2011-11-29remove unused vars & minor formatting.Campbell Barton
2011-11-29The locking + multi-paint section of code needed correction and simplification:Jason Hays
2011-11-29fix for crash adding empty objectCampbell Barton
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-28Fix #29434: Cone collision bounds is on the wrong axisSergey Sharybin
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-28Camera tracking: moved camera solver into it's own jobSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28Fix typo in track selection operator.Sergey Sharybin
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-27Do not use search area of unselected tracks when searching for nearestSergey Sharybin
2011-11-27UI: tweak to panel header padding, made region expander a bit smaller andBrecht Van Lommel
2011-11-26Fix #29406: show Sequence as render layer when rendering from sequencer, to makeBrecht Van Lommel
2011-11-26Fix for linking cycles group nodes in the sidebar menu (bug #29403). The temp...Lukas Toenne
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-25Do not use transparent rendering in 3d viewport for objects which are in edi...Sergey Sharybin