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-07-29Merging r36529-38806bge_componentsMitchell Stokes
2011-07-21add tip that duplicator system doesnt support xray / transp object draw optio...Campbell Barton
2011-07-18fix [#28003] Unable to delete vgroupCampbell Barton
2011-07-04fix for crash when setting layers or saving when there is no active scene - o...Campbell Barton
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-06-21allow rna to set vertex parent indices, blender checks for invalid values on ...Campbell Barton
2011-06-05fix [#27554] vertex group namesCampbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-09patch [#21740] Image support for Empty ObjectsCampbell Barton
2011-05-07Merging r36382 through r36528Mitchell Stokes
2011-05-04rna object constraint remove function wasn't calling ED_object_constraint_upd...Campbell Barton
2011-04-30Merging r36315 through r36381Mitchell Stokes
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
2011-04-25There is enough potential developer interest in BGE Components that I'm makin...Mitchell Stokes
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-18object.collision was allocating on access for all object types - camera could...Campbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-03-03BGE: Material Force Field renaming + reorganizationDalai Felinto
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16Bugfix: Browing Pose Libs should work now... RNA wrapping was missingJoshua Leung
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-28More logical ordering of Empty draw types. Made Plain Axes default forDaniel Salazar
2011-01-23correct own bad spellingCampbell Barton
2011-01-13remove/comment unused varsCampbell 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-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-21modified fix for commits r33811, 33812.Campbell Barton
2010-12-20Bugfix #25301Ton Roosendaal
2010-12-19Bugfix [#25298] Nasty group cycle that creates crash blend files isJoshua Leung
2010-12-19bugfix [#25290] Align on text gives a tracebackCampbell Barton
2010-12-16missed this file before (de-duplicating enum).Campbell Barton
2010-12-11Small fix: Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Object transparency setting should only show on MESH typeDaniel Salazar
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-11-30minor rna changesCampbell Barton
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-17bugfix [#24761] minor bug - Modifiers don't "catches" Vertex Group renaming a...Campbell Barton
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-11-10[#24627] [minor] Object type is TEXT, but icon names are FONTCampbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-13bugfix [#23899] renderlayers are not working properlyCampbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin