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-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-11Game Engine:Thomas Dinges
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-04Fix #28503: Selecting a Grease Pencil from the Properties panel does not upda...Sergey Sharybin
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15patch [#22523] Expose Object.parentinv matrix via RNACampbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
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-05synched with trunk at revision 37212Nick Samarin
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-17synched with trunk at revision 36569Nick Samarin
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-04rna object constraint remove function wasn't calling ED_object_constraint_upd...Campbell Barton
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
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-16synched with trunk at revision 34793Nick Samarin
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