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-27bpy.app.handlers.frame_change_pre/post handlers.Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-08-28* Removing mocap GSoC (is an addon already).Joerg Mueller
2011-08-093D Audio GSoC:Joerg Mueller
2011-07-283D Audio GSoC:Joerg Mueller
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-06-223D Audio GSoC:Joerg Mueller
2011-06-10fix [#27607] Scene's render.filepath gets cropped to 159 charactersCampbell Barton
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-05-30startup.blend: default ffmpeg output audio bitrate changed to 192.Brecht Van Lommel
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-14Bugfixes:Joshua Leung
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-07AnimSys Todo: Scene/CompoNode Driver HacksJoshua Leung
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
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
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-18bugfix [#24777] Scale both markers and keyframes at the same time?Campbell Barton
2010-11-18- many settings in a new scene didn't match the startup.blend defaults, copie...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-09remove unused scene members 'jumpframe' and 'ima'Campbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-04[#22825] Copy Scenes with Audio Strip Crash.Campbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-05synched with trunk at revision 31065Nick Samarin
2010-08-05bugfix [#23164] Copied Scene Nodes!Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-28Fix #22959: uv selection mode was not initialized correctly for new scenes.Brecht Van Lommel
2010-07-23fix for another case where object editmode data could be lost when switching ...Campbell Barton
2010-07-22synched with trunk at revision 30597Nick Samarin
2010-07-14synched with trunk at revision 30243Nick Samarin
2010-07-13- fix for eternal loop with metaballs in set scenes.Campbell Barton
2010-07-10Added operator for generating navigation mesh for selected blender objectsNick Samarin
2010-07-08- duplicating a scene now duplicates all strips (not just selected ones)Campbell Barton