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: 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
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-07Typo fix to fix global delete with Shift-X as it was before r43416Sv. Lockal
2013-03-06Texture paint refactoring commitAntony Riakiotakis
2013-03-06Tracking dopesheet fixes:Sergey Sharybin
2013-03-06fix for error building on big-endian.Campbell Barton
2013-03-06fix for bug where array buttons would use -1 index, causing an out-of-bounds ...Campbell Barton
2013-03-06add asserts for passing negative index values to RNA functions which don't su...Campbell Barton
2013-03-06Alternate fix for bug [#34369], where invalid polygon normals could be saved ...Campbell Barton
2013-03-06Woops! Fix for previous F-Curve path fix commitJoshua Leung
2013-03-06code cleanup: quiet warnings for recent weight paint theme addition.Campbell Barton
2013-03-06code cleanup: quiet float/double conversion warnings.Campbell Barton
2013-03-06Bugfix [#32492] - Part 3: Error filter now includes drivers where there areJoshua Leung
2013-03-06Experimental Feature: Ctrl-Click on the "name" of a broken F-Curve now allowsJoshua Leung
2013-03-06The imperative per-few-days blenderplayer fix.Antony Riakiotakis
2013-03-06Bugfix [#34519] deleted cache after duplicating an object with baked simulationDaniel Genrich
2013-03-06Weight Painting: Added userpref for zero_weight color.Gaia Clary
2013-03-06Fix cursor display for anchored brushes due to own recent change ofAntony Riakiotakis