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
path: root/source
AgeCommit message (Expand)Author
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10Added menu entry for recursive hierarchy selec in outlinerGaia Clary
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10OpenGL: more work on fixed function lighting implementation as GLSL.Brecht Van Lommel
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-10use crosshair cursor for the ruler.Campbell Barton
2013-03-10Bugfix #34365Ton Roosendaal
2013-03-10Rigid body UI: add translation to materials' names (density collection).Bastien Montagne
2013-03-10fix for error loading ruler info back from greasepencil.Campbell Barton
2013-03-10ruler:Campbell Barton
2013-03-10Fix #34562, leftover from own coordinate conversion refactoring. AlsoAntony Riakiotakis
2013-03-10ruler:Campbell Barton
2013-03-10code cleanup: use '%.*d' with string formatting for variable length number.Campbell Barton
2013-03-10Improvements to addon-prefs key search suggested by Yang Niren.Campbell Barton
2013-03-10patch [#34586] Variable typo in glaDrawPixelsTexScaledCampbell Barton
2013-03-10code cleanup:Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid2.patchCampbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-10style cleanup: whitespaceCampbell Barton
2013-03-10patch [#34103] path_util_split_name_num.patchCampbell Barton
2013-03-10patch [#34103] path_util_cleanup_path.patchCampbell Barton
2013-03-10* Cleanup: collapse unneeded paint 2d function to the caller. Also, newAntony Riakiotakis
2013-03-10Time to start reaping the benefits of code unification. Support forAntony Riakiotakis
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-03-09minor edits to r55134 (recursive outliner select).Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09Blender Anim player fixes:Ton Roosendaal
2013-03-09bmesh operator 'contextual_create' wasn't flagging single faces that were cre...Campbell Barton
2013-03-09bmesh: face creation from a single selected vertex/edge, now extends the sele...Campbell Barton
2013-03-09Fix for recent compo border commitSergey Sharybin
2013-03-09Outliner: Added recursive select/deselect (CTRL+LMB) and extend (CTRL+SHIFT+LMB)Gaia Clary
2013-03-09code cleanup: was using var named 'in' for output.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09Use poroper release for images buffers acquired from an Image IDSergey Sharybin
2013-03-09Fix #34574: Empty Movie Clip Editor crash on selectSergey Sharybin
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09comment unused BLI_move() function, also fixed error where it would delete th...Campbell Barton
2013-03-09patch [#34103] fileops_recursive_operation.patchCampbell Barton
2013-03-09Added Recursive select/deselect to outliner (CTRL+LMB)Gaia Clary
2013-03-09remove unneeded string formatting for bli_adddirstrings(), noted by Lawrence ...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-09expose obrel_is_recursive_child in BKE_object.h and rename to BKE_object_is_c...Campbell Barton
2013-03-08code cleanup: use bool's for snapping functions.Campbell Barton
2013-03-08changes to rulerCampbell Barton
2013-03-08add delete key for removing active ruler.Campbell Barton
2013-03-08Fix to BLF_pgettext, which was returning "" when passed NULL msgid... Never n...Bastien Montagne