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-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
2013-03-08add ruler snapping vert/edge/face (Holding Ctrl)Campbell Barton
2013-03-08avoid floating point exceptions in snapObjects(), was attempting to scale up ...Campbell Barton
2013-03-08Feature request:Ton Roosendaal
2013-03-08Applying similar optimisations as r.55092 for Animation DataJoshua Leung
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-03-08fix for typo in skin modifier that resulted in incorrect vertex weights.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-08Bugfix [#34560] Wrong angle for text in Horizontal mode of Properties spaceJoshua Leung
2013-03-08fix null pointer dereference in BM_edge_is_contiguous() (own code).Campbell Barton
2013-03-08[#34541] Sketching bones created bones with 0 radius for envelopeJoshua Leung
2013-03-08Improving warnings when keyframing fails for IKEY over a buttonJoshua Leung
2013-03-08Bugfixes: [#34394] and [#31843] Visual Keying not working for bonesJoshua Leung
2013-03-07math: Use len_v3() instead of normalize_v3() for area calculationSergej Reich
2013-03-07GPencil feature request:Ton Roosendaal
2013-03-07bullet: Update to current svn, r2636Sergej Reich
2013-03-07Fix warnings in stubs.cSergej Reich
2013-03-07Fix building with blenderplayerSergej Reich
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-03-07Speedup for Grease Pencil animators.Ton Roosendaal
2013-03-07ruler arc draw clamps to line length and simplify projection.Campbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07ruler/protractor for 3d viewport (apart of 3d printing features). work-in-pro...Campbell Barton
2013-03-07Collada fixed Collada ID name for exported animation curvesGaia Clary
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves flexib...Gaia Clary