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
2013-10-14Merged revisions 60248-60717 from trunk/blendersoc-2013-bgeDaniel Stokes
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10Get rid of the draw_input/draw_output callbacks for nodes. These are pretty u...Lukas Toenne
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-10-10style cleanupCampbell Barton
2013-10-09Fix [#37012] The new export split normal does nor produce correct results.Bastien Montagne
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08Release Maintenance: Thomas Dinges
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-10-05Fix for my last customdata fix, accidentally left in comments.Brecht Van Lommel
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-05Fix for unnecessary customdata warning with empty meshes.Brecht Van Lommel
2013-10-04Remove prints from own r60549, sorry for the noise.Bastien Montagne
2013-10-04Fix obvious bug in particle code (copying normal into nor when in if(ornor) b...Bastien Montagne
2013-10-04Fix #36930: dynamic topology sculpting with masks gave bad results:Brecht Van Lommel
2013-10-04Fix #36939, Objects with nodes appear in gray in viewport, using Solid shade,...Lukas Toenne
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-10-03Fix an own regression introduced in the dyntopo cleanup commits. Do notAntony Riakiotakis
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-10-01bugfix [#32346] Node animation, removing nodes keeps FCurves.Dalai Felinto
2013-10-01Fix use of uninitialized variable in recent node tree changes.Brecht Van Lommel
2013-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-10-01Fix issues reported by coverity scan in recent changes to customdata code.Brecht Van Lommel
2013-10-01replace inline searches for BLI_findindexCampbell Barton
2013-10-01Yet another fix for node groups localization: The ntreeLocalMerge function ca...Lukas Toenne
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-10-01Fix for own commit r60468: All the localized node groups ended up in the main...Lukas Toenne
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-10-01Fix #36850, Material Node Editor Crash Always.Lukas Toenne
2013-10-01remove assert for poly_find_ear(), added recently but its incorrect, also min...Campbell Barton
2013-10-01Follow-up to r60433 (related to Bug #36878): additional checks for NULL line ...Tamito Kajiyama
2013-10-01Fix [#36422] Trimmed audio files (hard cut only) in a metastrip have their tr...Bastien Montagne
2013-09-30add asserts for id property functions (ensure invalid types aren't passed)Campbell Barton
2013-09-30Fix for plane track jitteringSergey Sharybin
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-29Followup to r60416, we need to get cdlayers from bmesh everywhere! sorry...Bastien Montagne
2013-09-29Fix [#36847] If Force Field in Ridgid Body group, crash at first frame of ani...Bastien Montagne
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-09-29Fix [#36841] UV-Maps cannot be renamed in EditModeBastien Montagne