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-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-03BGE Animations: Adding in layer weights to allow for layer blending.Mitchell Stokes
2011-06-16BGE_Animations: Removing the Fcurve Actuator as a possible actuator type, but...Mitchell Stokes
2011-06-16BGE Animations: Adding the ipo flag options to the action actuator. This stil...Mitchell Stokes
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
2011-06-11BGE Animations: Adding a layer option to Action actuators.Mitchell Stokes
2011-06-08svn merge -r 37212:37306 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-06-01BGE Animations: Removing guards that prevent the action actuator from being u...Mitchell Stokes
2011-05-31cmake maintenanceCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-25incorrect rna type for the BGE ui.Campbell Barton
2011-03-25Logic Editor UI: sensor frequency active only when one of the triggers is on....Dalai Felinto
2011-03-03BGE: Material Force Field renaming + reorganizationDalai Felinto
2011-02-28remove unused vars.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-11BGE: frame start/end in action/fcurves/shapekey to support floatsDalai Felinto
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-07Logic UI: Armature Actuator + general Captalizing 1st letter of UI textDalai Felinto
2011-02-05Logic UI: multiple fixes on Constraint ActuatorDalai Felinto
2011-01-31Logic UI: Servo Control (Motion/ObjectActuator) default options + camera actu...Dalai Felinto
2011-01-30remove nan-makefilesCampbell Barton
2011-01-23Logic UI: ParentActuator fix + PropertyActuator tooltip improvementDalai Felinto
2011-01-21Logic UI + missing listener in Outliner - changes on Armature Sensor and Visi...Dalai Felinto
2011-01-13remove/comment unused varsCampbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-09Added a few descriptions that were missing.Kent Mein
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton