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-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17missed this recent commit, while drawing grease pencil, draw if 'Render Only'...Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-16Fix region overlap drawing over render info text in image editor and 3d view.Brecht Van Lommel
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-16error in 53006, moved into another keymap rather then just re-ordering.Campbell Barton
2012-12-15prevent the text 3d cursor from z-fighting with the text.Campbell Barton
2012-12-14workaround for ndof events showing in view3d menu items. (add before other ke...Campbell Barton
2012-12-14Fix #33530: Blender Crash when selecting "Point select mode" in Particle Mode...Sergey Sharybin
2012-12-14add back a key to access view-cursor (alt+home)Campbell Barton
2012-12-14Fix #33526: Bezier Curve Tilt in transform panel does not work beyond 360 deg...Sergey Sharybin
2012-12-14Fix #33522: Crash when "rotate arond selection" is on, and when no object in ...Sergey Sharybin
2012-12-13Fix #33510: Rotate around selection doesn't work when .blend saved in sculpt ...Sergey Sharybin
2012-12-13disable openmp thread assert, would fail in cases where the caller was lockin...Campbell Barton
2012-12-13region overlap feature missed view3d grid-scale text, increase string size fo...Campbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton
2012-12-11fix for warnings/errors in recent commitsCampbell Barton
2012-12-11Bug fix, irc report:Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-04fix [#33412] Jump to next frame broken in grease pencil modeCampbell Barton
2012-12-03Disable alpha pass for all painting modesSergey Sharybin
2012-12-02fix GhostSDL displaying text in multiple views.Campbell Barton
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 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-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-26Fix #33292: cycles material draw mode selection not working on some cards, nowBrecht Van Lommel
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-25Fix #33291: when using boundbox drawtype for a large number of duplicated obj...Brecht Van Lommel
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert fai...Howard Trickey
2012-11-25continuous zoom was inverted from other zoom modes.Campbell Barton
2012-11-25Fix #33296: uv editing did unnecessary outliner redraw, giving slowdown.Brecht Van Lommel
2012-11-25Fix #33290: pressing alt+Z in wireframe mode did not go to textured draw modeBrecht Van Lommel
2012-11-24remove USER_DISABLE_AA/use_antialiasing, this wasn't available from the UI bu...Campbell Barton
2012-11-21Fix #33241: can't exit edit mode when object gets hidden via animation.Brecht Van Lommel