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-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-06Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks.Brecht Van Lommel
2011-05-05Fix for [#27294] Subframes cause dampened particles to behave differentlyJanne Karhu
2011-05-05remove exotic.c, there was no operators to access these formats and they were...Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-05-03fix [#27271] Going into sculpt mode causes crashCampbell Barton
2011-05-03take 3, fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-05-03bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and sizeDalai Felinto
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-05-02copying/freeing node trees now adjusts grease pencil user count.Campbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02=bmesh=Joseph Eagar
2011-05-02=trunk=Joseph Eagar
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01tweak image stamp, was 1px overlap and text was drawn too far up.Campbell Barton
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-05-01copying texture point density was using inline dupalloc rather then BKE_copy_...Campbell Barton
2011-05-01fix for r36399Campbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-30fix for render stamp text drawing too low.Campbell Barton
2011-04-30scene sequencer strips now work when camera override is used even if the scen...Campbell Barton
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton
2011-04-29=bmesh= made connected PET work betterJoseph Eagar
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-28fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-04-27comment regarding bug [#27175] UV faces show incorrect image in object mode (...Campbell Barton
2011-04-27remove normalize call in derived mesh GetNormal, its not done anywhere else.Campbell Barton
2011-04-26Adding support for adding copies of existing drivers to other animdataJoshua Leung
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-25Fix for [#27112] Boid Particles get Z clamped to 0.0 when "Allow Flighting"Janne Karhu
2011-04-25fix [#27140] Negative Subdiv level in the operator panel.Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-24=bmesh= fixed material deletionJoseph Eagar
2011-04-24=bmesh= fixed a tesselation bug, and smooth shaded operator in object modeJoseph Eagar
2011-04-24Another fix for node groups: Internal socket stack did not get complete initi...Lukas Toenne
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-23Sculpting on shapekeysSergey Sharybin
2011-04-23fix for possible (but unlikely) crash.Campbell Barton
2011-04-23Fix for group output memory leak, bug #27104. This happens when an internal n...Lukas Toenne
2011-04-23=bmesh= fixed edge split modifier, and a bug in knifetool reported by letterr...Joseph Eagar
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton