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
2011-03-14tag var as unused.Campbell Barton
2011-03-13Replaced RNA code in previous commit with a version which should be aJoshua Leung
2011-03-13Pose Sliding Tools - Custom Property Support + Other bugfixesJoshua Leung
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-25Bug fix, irc report.Ton Roosendaal
2011-02-25internal operator/wm/macro function: dont crash if operators are not found (w...Campbell Barton
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21Revert r35003. It was just an extra semicolonJoshua Leung
2011-02-21Fixed compilation bug in r35002: C90 forbids mixed declarations and code. I'v...Konrad Kleine
2011-02-21Bugfixes:Joshua Leung
2011-02-19Bugfix #26150Ton Roosendaal
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16Forgot to actually hook up this operator...Joshua Leung
2011-02-16PoseLib Bugfixes, Cleanups, and Missing OperatorsJoshua Leung
2011-02-16Fix for compiler warning: forgot to hook up a poll callback I definedJoshua Leung
2011-02-16PoseLib UI and Bugfixes:Joshua Leung
2011-02-16Pose Lib: Start of PoseLib UI in Armature buttonsJoshua Leung
2011-02-15PoseLib: Adding support for custom propertiesJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-02-07Bugfix [#25934] "Apply Visual Transform as Pose" not working?Joshua Leung
2011-02-07PoseLib Bugfix:Joshua Leung
2011-02-07PoseLib Preview/Browse Bugfixes:Joshua Leung
2011-02-05Fix bones moving when changing between editmode and posemode.Brecht Van Lommel
2011-02-04Quick Animation Feature: Paste Pose "Selection Mask" optionJoshua Leung
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26- Clear rotation for objects now works on delta transforms too. TheJoshua Leung
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-12More missing descriptions for operatorsJoshua Leung
2011-01-12Gave all armature operators descriptions (for tooltips and APIJoshua Leung
2011-01-12Added operator to show all armature layers (similar to the 3D ViewJoshua Leung
2011-01-11- Added operator to clear all transforms from Pose Bones. This makesJoshua Leung
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2010-12-31armature recalc roll now works properly with mirror enabled.Campbell Barton