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
2010-10-14bugfix [#22161] Drawing of custom shapes in bonesCampbell Barton
2010-10-13bugfix [#24210] Tiled textures can cause corruption of entire UICampbell Barton
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-11weight-paint in solid draw mode would draw the wire twice, also change wire d...Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-05bugfix [#24122] Shift-C doesn't work in "Camera View"Campbell Barton
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-05- fix for crash when drawing a subsurf after a modifier that lost original in...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-02set the view3d used layer to be an unsigned int, mask out localview layers to...Campbell Barton
2010-10-02for view layer calculation, only break early if all layers are set, was break...Campbell Barton
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-10-01minor adjustment to camera object drawing so arrow stays same size independen...Campbell Barton
2010-09-28bugfix [#23908] Irratic manipulator scale at far out distancesCampbell Barton
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-09-25- Ignore selected handles if control point is selected whenSergey Sharybin
2010-09-24Fix #23005: circle select not working paint modes with face select.Brecht Van Lommel
2010-09-23UI: for operator macro's, don't show internal ID name but UI name in redo panel.Brecht Van Lommel
2010-09-22After discussion with Campbell (ideasman) on IRC I reorganized notifiers and ...Nathan Letwory
2010-09-21Fix #23754: glsl + constructive curve modifier not drawing correct.Brecht Van Lommel
2010-09-20fix for own recent commit, pixel size for lamp/object center needs to use the...Campbell Barton
2010-09-19fix for object centers size flickering when the view is far from the center (...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-16bugfix [#23841] Bone envelope draws funkyCampbell Barton
2010-09-15add missing notifiers for bone circle/border/lasso select.Campbell Barton
2010-09-15bugfix [#23830] Border selecting bones in editmode bugCampbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-09-11- camera max zoom limit was inconsistentCampbell Barton
2010-09-08bugfix [#23722] Artifact in 3D View with empties saved to default .blend.Campbell Barton
2010-09-07bugfix [#22831] transform problem with hidden parent objectCampbell Barton
2010-09-07bugfix [#23189] Num-0 swtich to Camera view and back doesn't respect UserPers...Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-09-02Fix [#23613] Align active camera to view vs toggle camera acts oddNathan Letwory
2010-09-01Quicky - allow dragging an image on a 3d view background Matt Ebb
2010-09-01Particle billboards weren't created properlyJanne Karhu
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-25patch [#23376] Fix for Bug[[#23351] X-Ray + Transparency removes X-Ray effectCampbell Barton
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-25bugfix [#23487] Lasso select does not update selected object countCampbell Barton
2010-08-20Fix #23323: rigid body constraint drawing in 3d view was showing wrongBrecht Van Lommel
2010-08-20Fix #23399: change Median Crease to Mean Crease, because it's not reallyBrecht Van Lommel
2010-08-19fixes for recent renamingCampbell Barton